Skip to content

Commit

Permalink
HTTPS URL to www.python-ldap.org
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Jul 24, 2016
1 parent f74f858 commit 42fbf21
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Doc/dsml.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. % $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
***************************************

.. :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
Expand Down
4 changes: 2 additions & 2 deletions Doc/ldap-controls.rst
Original file line number Diff line number Diff line change
@@ -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 $
*********************************************************************
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Doc/ldap-dn.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. % $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
====================================================

.. 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;
Expand Down
4 changes: 2 additions & 2 deletions Doc/ldap-filter.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. % $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
============================================

.. 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;
Expand Down
4 changes: 2 additions & 2 deletions Doc/ldap-resiter.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. % $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
==============================================================================

.. 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:
Expand Down
4 changes: 2 additions & 2 deletions Doc/ldap.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Doc/ldapurl.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. % $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
###################################

.. 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
Expand Down
4 changes: 2 additions & 2 deletions Doc/ldif.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. % $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
#####################################

.. 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
Expand Down

0 comments on commit 42fbf21

Please sign in to comment.