From: Jean-Eric C. <Jea...@li...> - 2001-04-01 15:19:16
|
Hi, I'm new to this list and very interested in LDAP-python. I have some problems with it. I use CVS version and I'm able to get entries from the LDAP repository. But I can't modify them. I'm unable to use the LDAPEntry.set() method. Could someone explain me what means: def set(self, key, *values): The star (*) before "values" ? What should be the type of this parameter? And the value? I'm using Python 2.0 + OpenLDAP 2.0.7, is there problems with this combination or is everything OK? Thanks -jec |