From: Lukas M. <lu...@ms...> - 2003-11-27 13:43:48
|
Hello, I want to add a whole entry to an ldap tree with python-ldap. But I don't get any good result. I can add, replace, delete entries without a problem and with the function delete_s() it's also possible to delete a whole entry. But how can i add/create any entry? I dont't want to add only an attribute. I.e. I want to add cn=Test Person, ou=Persons, dc=domain. I can't find anything about how to do that. Can anyone give me a hint for that? Best regards Lukas Meyer |