ldap.update

Michael Ströder michael at stroeder.com
Mon Oct 30 16:18:02 EST 2000


Xander van Es wrote:
> 
> Could anybody tell me how the update function for the ldap module 
> works and

Read the fine docs. There's a modify/modify_s() and add/add_s()
method.

> how i can add users to a group with the ldap module?

Depends on your LDAP schema. This is definitely not a Python-related
question.

> Cause now i add a ou when adding a person, and that works, but when i 
> look at the members of that group, there aren't any.

I simply do not know what you mean with group.

Ciao, Michael.



More information about the Python-list mailing list