Re: Django/Python-ldap Ldap Question Adding Entries

2014-07-27 Thread Paul J Stevens
Does ou=Enki Users,dc=enki,dc=local actually exist already? If it doesn't you need to create it first before trying to add objects to it. On 23-07-14 19:05, G Z wrote: > I'm trying to add entries via a form post in django, I have the > following code and its really not django specific but it is

Django/Python-ldap Ldap Question Adding Entries

2014-07-23 Thread G Z
I'm trying to add entries via a form post in django, I have the following code and its really not django specific but it is python-ldap specific. I'm trying to add entries with python ldap. I'm getting a naming convention error. My code is import ldap import ldap.modlist as modlist