Stripped trailing white-spaces
This commit is contained in:
		| @@ -3,7 +3,7 @@ ldap.async - handle async LDAP operations | ||||
|  | ||||
| See http://www.python-ldap.org/ for details. | ||||
|  | ||||
| \$Id: async.py,v 1.33 2013/09/21 03:55:38 stroeder Exp $ | ||||
| \$Id: async.py,v 1.34 2015/06/06 09:21:37 stroeder Exp $ | ||||
|  | ||||
| Python compability note: | ||||
| Tested on Python 2.0+ but should run on Python 1.5.x. | ||||
|   | ||||
| @@ -4,7 +4,7 @@ controls.py - support classes for LDAP controls | ||||
|  | ||||
| See http://www.python-ldap.org/ for details. | ||||
|  | ||||
| $Id: __init__.py,v 1.9 2013/05/29 20:27:32 stroeder Exp $ | ||||
| $Id: __init__.py,v 1.10 2015/06/06 09:21:38 stroeder Exp $ | ||||
|  | ||||
| Description: | ||||
| The ldap.controls module provides LDAPControl classes. | ||||
|   | ||||
| @@ -5,7 +5,7 @@ by OpenLDAP functions | ||||
|  | ||||
| See http://www.python-ldap.org/ for details. | ||||
|  | ||||
| $Id: libldap.py,v 1.2 2011/07/23 07:42:04 stroeder Exp $ | ||||
| $Id: libldap.py,v 1.3 2015/06/06 09:21:38 stroeder Exp $ | ||||
| """ | ||||
|  | ||||
| import _ldap,ldap | ||||
|   | ||||
| @@ -5,7 +5,7 @@ ldap.controls.ppolicy - classes for Password Policy controls | ||||
|  | ||||
| See http://www.python-ldap.org/ for project details. | ||||
|  | ||||
| $Id: ppolicy.py,v 1.3 2011/11/27 15:26:06 stroeder Exp $ | ||||
| $Id: ppolicy.py,v 1.4 2015/06/06 09:21:38 stroeder Exp $ | ||||
| """ | ||||
|  | ||||
| __all__ = [ | ||||
|   | ||||
| @@ -4,7 +4,7 @@ ldap.controls.simple - classes for some very simple LDAP controls | ||||
|  | ||||
| See http://www.python-ldap.org/ for details. | ||||
|  | ||||
| $Id: simple.py,v 1.9 2012/08/09 07:01:20 stroeder Exp $ | ||||
| $Id: simple.py,v 1.10 2015/06/06 09:21:38 stroeder Exp $ | ||||
| """ | ||||
|  | ||||
| import struct,ldap | ||||
|   | ||||
| @@ -3,7 +3,7 @@ dn.py - misc stuff for handling distinguished names (see RFC 4514) | ||||
|  | ||||
| See http://www.python-ldap.org/ for details. | ||||
|  | ||||
| \$Id: dn.py,v 1.12 2014/05/20 20:15:15 stroeder Exp $ | ||||
| \$Id: dn.py,v 1.13 2015/06/06 09:21:37 stroeder Exp $ | ||||
|  | ||||
| Compability: | ||||
| - Tested with Python 2.0+ | ||||
|   | ||||
| @@ -3,7 +3,7 @@ filters.py - misc stuff for handling LDAP filter strings (see RFC2254) | ||||
|  | ||||
| See http://www.python-ldap.org/ for details. | ||||
|  | ||||
| \$Id: filter.py,v 1.9 2011/07/22 07:20:53 stroeder Exp $ | ||||
| \$Id: filter.py,v 1.10 2015/06/06 09:21:37 stroeder Exp $ | ||||
|  | ||||
| Compability: | ||||
| - Tested with Python 2.0+ | ||||
|   | ||||
| @@ -3,7 +3,7 @@ functions.py - wraps functions of module _ldap | ||||
|  | ||||
| See http://www.python-ldap.org/ for details. | ||||
|  | ||||
| \$Id: functions.py,v 1.30 2014/05/20 20:44:28 stroeder Exp $ | ||||
| \$Id: functions.py,v 1.31 2015/06/06 09:21:37 stroeder Exp $ | ||||
|  | ||||
| Compability: | ||||
| - Tested with Python 2.0+ but should work with Python 1.5.x | ||||
|   | ||||
| @@ -3,7 +3,7 @@ ldapobject.py - wraps class _ldap.LDAPObject | ||||
|  | ||||
| See http://www.python-ldap.org/ for details. | ||||
|  | ||||
| \$Id: ldapobject.py,v 1.144 2015/05/02 16:19:23 stroeder Exp $ | ||||
| \$Id: ldapobject.py,v 1.145 2015/06/06 09:21:38 stroeder Exp $ | ||||
|  | ||||
| Compability: | ||||
| - Tested with Python 2.0+ but should work with Python 1.5.x | ||||
|   | ||||
| @@ -3,7 +3,7 @@ sasl.py - support for SASL mechanism | ||||
|  | ||||
| See http://www.python-ldap.org/ for details. | ||||
|  | ||||
| \$Id: sasl.py,v 1.16 2014/03/23 19:06:47 stroeder Exp $ | ||||
| \$Id: sasl.py,v 1.17 2015/06/06 09:21:38 stroeder Exp $ | ||||
|  | ||||
| Description: | ||||
| The ldap.sasl module provides SASL authentication classes. | ||||
|   | ||||
| @@ -3,7 +3,7 @@ schema.py - support for subSchemaSubEntry information | ||||
|  | ||||
| See http://www.python-ldap.org/ for details. | ||||
|  | ||||
| \$Id: models.py,v 1.47 2014/03/12 21:44:10 stroeder Exp $ | ||||
| \$Id: models.py,v 1.48 2015/06/06 09:21:38 stroeder Exp $ | ||||
| """ | ||||
|  | ||||
| import UserDict,ldap.cidict | ||||
|   | ||||
| @@ -3,7 +3,7 @@ ldap.schema.subentry -  subschema subentry handling | ||||
|  | ||||
| See http://www.python-ldap.org/ for details. | ||||
|  | ||||
| \$Id: subentry.py,v 1.34 2013/09/13 18:02:47 stroeder Exp $ | ||||
| \$Id: subentry.py,v 1.35 2015/06/06 09:21:38 stroeder Exp $ | ||||
| """ | ||||
|  | ||||
| import ldap.cidict,ldap.schema | ||||
|   | ||||
| @@ -4,7 +4,7 @@ ldap.syncrepl - for implementing syncrepl consumer (see RFC 4533) | ||||
|  | ||||
| See http://www.python-ldap.org/ for project details. | ||||
|  | ||||
| $Id: syncrepl.py,v 1.6 2014/09/26 16:11:43 stroeder Exp $ | ||||
| $Id: syncrepl.py,v 1.7 2015/06/06 09:21:38 stroeder Exp $ | ||||
| """ | ||||
|  | ||||
| #__all__ = [ | ||||
|   | ||||
| @@ -3,7 +3,7 @@ ldapurl - handling of LDAP URLs as described in RFC 4516 | ||||
|  | ||||
| See http://www.python-ldap.org/ for details. | ||||
|  | ||||
| \$Id: ldapurl.py,v 1.71 2015/06/05 21:04:58 stroeder Exp $ | ||||
| \$Id: ldapurl.py,v 1.72 2015/06/06 09:21:37 stroeder Exp $ | ||||
|  | ||||
| Python compability note: | ||||
| This module only works with Python 2.0+ since | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 stroeder
					stroeder