From 42fbf211d4764eaf8404ba84402db22f3e3f729e Mon Sep 17 00:00:00 2001 From: stroeder Date: Sun, 24 Jul 2016 15:47:46 +0000 Subject: [PATCH] HTTPS URL to www.python-ldap.org --- Doc/dsml.rst | 4 ++-- Doc/ldap-controls.rst | 4 ++-- Doc/ldap-dn.rst | 4 ++-- Doc/ldap-filter.rst | 4 ++-- Doc/ldap-resiter.rst | 4 ++-- Doc/ldap.rst | 4 ++-- Doc/ldapurl.rst | 4 ++-- Doc/ldif.rst | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Doc/dsml.rst b/Doc/dsml.rst index 3e9bcbf..a3225c8 100644 --- a/Doc/dsml.rst +++ b/Doc/dsml.rst @@ -1,4 +1,4 @@ -.. % $Id: dsml.rst,v 1.5 2011/07/28 09:05:10 stroeder Exp $ +.. % $Id: dsml.rst,v 1.6 2016/07/24 15:47:46 stroeder Exp $ *************************************** :mod:`dsml` DSMLv1 parser and generator @@ -6,7 +6,7 @@ .. :py:module:: dsml :synopsis: Parses and generates DSMLv1 files -.. moduleauthor:: python-ldap project (see http://www.python-ldap.org/) +.. moduleauthor:: python-ldap project (see https://www.python-ldap.org/) This module parses and generates LDAP data in the format DSMLv1. It is diff --git a/Doc/ldap-controls.rst b/Doc/ldap-controls.rst index f006bae..fb9cbce 100644 --- a/Doc/ldap-controls.rst +++ b/Doc/ldap-controls.rst @@ -1,4 +1,4 @@ -.. % $Id: ldap-controls.rst,v 1.12 2015/12/09 17:57:18 stroeder Exp $ +.. % $Id: ldap-controls.rst,v 1.13 2016/07/24 15:47:46 stroeder Exp $ ********************************************************************* @@ -7,7 +7,7 @@ .. py:module:: ldap.controls :synopsis: High-level access to LDAPv3 extended controls. -.. moduleauthor:: python-ldap project (see http://www.python-ldap.org/) +.. moduleauthor:: python-ldap project (see https://www.python-ldap.org/) Variables diff --git a/Doc/ldap-dn.rst b/Doc/ldap-dn.rst index 81b6ba7..80c5b81 100644 --- a/Doc/ldap-dn.rst +++ b/Doc/ldap-dn.rst @@ -1,4 +1,4 @@ -.. % $Id: ldap-dn.rst,v 1.6 2011/07/22 07:43:45 stroeder Exp $ +.. % $Id: ldap-dn.rst,v 1.7 2016/07/24 15:47:46 stroeder Exp $ :py:mod:`ldap.dn` LDAP Distinguished Name handling @@ -6,7 +6,7 @@ .. py:module:: ldap.dn :synopsis: LDAP Distinguished Name handling. -.. moduleauthor:: python-ldap project (see http://www.python-ldap.org/) +.. moduleauthor:: python-ldap project (see https://www.python-ldap.org/) .. % Author of the module code; diff --git a/Doc/ldap-filter.rst b/Doc/ldap-filter.rst index 8295792..bb484a8 100644 --- a/Doc/ldap-filter.rst +++ b/Doc/ldap-filter.rst @@ -1,4 +1,4 @@ -.. % $Id: ldap-filter.rst,v 1.4 2011/07/21 20:33:26 stroeder Exp $ +.. % $Id: ldap-filter.rst,v 1.5 2016/07/24 15:47:46 stroeder Exp $ :py:mod:`ldap.filter` LDAP filter handling @@ -6,7 +6,7 @@ .. py:module:: ldap.filter :synopsis: LDAP filter handling. -.. moduleauthor:: python-ldap project (see http://www.python-ldap.org/) +.. moduleauthor:: python-ldap project (see https://www.python-ldap.org/) .. % Author of the module code; diff --git a/Doc/ldap-resiter.rst b/Doc/ldap-resiter.rst index 443ded5..4c854fa 100644 --- a/Doc/ldap-resiter.rst +++ b/Doc/ldap-resiter.rst @@ -1,4 +1,4 @@ -.. % $Id: ldap-resiter.rst,v 1.5 2011/08/27 15:43:06 stroeder Exp $ +.. % $Id: ldap-resiter.rst,v 1.6 2016/07/24 15:47:46 stroeder Exp $ :py:mod:`ldap.resiter` Generator for stream-processing of large search results @@ -6,7 +6,7 @@ .. py:module:: ldap.resiter :synopsis: Generator for stream-processing of large search results. -.. moduleauthor:: python-ldap project (see http://www.python-ldap.org/) +.. moduleauthor:: python-ldap project (see https://www.python-ldap.org/) .. _ldap.resiter-classes: diff --git a/Doc/ldap.rst b/Doc/ldap.rst index 2eb971e..8016b23 100644 --- a/Doc/ldap.rst +++ b/Doc/ldap.rst @@ -1,4 +1,4 @@ -.. % $Id: ldap.rst,v 1.32 2016/02/09 11:58:30 stroeder Exp $ +.. % $Id: ldap.rst,v 1.33 2016/07/24 15:47:46 stroeder Exp $ ******************************************** :py:mod:`ldap` LDAP library interface module @@ -7,7 +7,7 @@ .. py:module:: ldap :platform: Posix, Windows :synopsis: Access to an underlying LDAP C library. -.. moduleauthor:: python-ldap project (see http://www.python-ldap.org/) +.. moduleauthor:: python-ldap project (see https://www.python-ldap.org/) This module provides access to the LDAP (Lightweight Directory Access Protocol) diff --git a/Doc/ldapurl.rst b/Doc/ldapurl.rst index b5bea92..d1f8ede 100644 --- a/Doc/ldapurl.rst +++ b/Doc/ldapurl.rst @@ -1,4 +1,4 @@ -.. % $Id: ldapurl.rst,v 1.9 2011/07/22 13:27:01 stroeder Exp $ +.. % $Id: ldapurl.rst,v 1.10 2016/07/24 15:47:46 stroeder Exp $ ################################### :py:mod:`ldapurl` LDAP URL handling @@ -6,7 +6,7 @@ .. py:module:: ldapurl :synopsis: Parses and generates LDAP URLs -.. moduleauthor:: python-ldap project (see http://www.python-ldap.org/) +.. moduleauthor:: python-ldap project (see https://www.python-ldap.org/) This module parses and generates LDAP URLs. It is implemented in pure Python diff --git a/Doc/ldif.rst b/Doc/ldif.rst index 19edf58..0bf28e1 100644 --- a/Doc/ldif.rst +++ b/Doc/ldif.rst @@ -1,4 +1,4 @@ -.. % $Id: ldif.rst,v 1.8 2011/09/14 18:29:18 stroeder Exp $ +.. % $Id: ldif.rst,v 1.9 2016/07/24 15:47:46 stroeder Exp $ ##################################### :mod:`ldif` LDIF parser and generator @@ -6,7 +6,7 @@ .. py:module:: ldif :synopsis: Parses and generates LDIF files -.. moduleauthor:: python-ldap project (see http://www.python-ldap.org/) +.. moduleauthor:: python-ldap project (see https://www.python-ldap.org/) This module parses and generates LDAP data in the format LDIF. It is