LDAP programming with Python
Previous:
1.2 ldap.async
Up:
1. python-ldap
Next:
1.4 ldif
1.3
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.2 ldap.async
Up:
1. python-ldap
Next:
1.4 ldif
Release 2.0.0pre04, documentation updated on February 9, 2002.