Re: Problems importing from LDIF file generated with python-ldap

2008-08-13 Thread Lars Erik Kolden
Thanks a lot, this worked perfectly! You really saved my day (or week, for that matter). I will rewrite the script when I have the time and maybe a better understanding of LDAP and Python-ldap. Best regards, Lars Erik On Wed, Aug 13, 2008 at 3:28 PM, Michael Ströder <[EMAIL PROTECTED]> wrote: >

Re: Problems importing from LDIF file generated with python-ldap

2008-08-13 Thread Michael Ströder
Lars Erik Kolden wrote: > ldapmodify: modify operation type is missing at line 26, entry > "cn=audio,ou=Group,dc=ourdc,dc=no" > [..] > When I look in the LDAP docs, this looks reasonable, as it states that > you ned an "add: memberUid" statement with the changetype: modify. But > how come it worked

Problems importing from LDIF file generated with python-ldap

2008-08-13 Thread Lars Erik Kolden
Hi. I am sorry if this is a stupid question. I have pretty basic knowledge of both LDAP and python, and am having trouble with some scripts for creating LDAP records, written by my predecessor. This script worked fine from an Ubuntu 7.10 client environment before the summer, but now, after actual