LDAP programming with Python
Previous:
1.1.6 ldap.async
Up:
1.1 ldap
Next:
1.2 ldap.async
1.1.7
ldap.modlist
-- generate modify lists
The
ldap.modlist
module defines the following functions:
addModlist
(
entry
[
, ignore_attr_types=
[]
]
)
modifyModlist
(
old_entry, new_entry
[
, ignore_attr_types=
[]
[
, ignore_oldexistent=
0
]
]
)
LDAP programming with Python
Previous:
1.1.6 ldap.async
Up:
1.1 ldap
Next:
1.2 ldap.async
Release 2.0.0pre04, documentation updated on February 9, 2002.