Michael Ströder wrote:

Pierangelo Masarati wrote:
conn=8 op=1 RESULT tag=105 err=17 text=dn: attribute type undefined
conn=8 op=2 UNBIND
conn=8 fd=12 closed

** Oops. It says that dn is undefined?? How can that be??

May be you guys understand what could be wrong, im not sending the
script nor the ldapadd file entry (which is OK, after all)
for shortness, but if it is needed, i dont have much problem in sending
it.
My guess is that the essential difference between what ldapadd and your
script do is that the script tries to set an attribute, called "dn", which
is not defined in the schema.

If this answer does not help seeing a small relevant excerpt of the
script would be helpful either.

Note that python-ldap has built-in support for tracing API calls with
which you can observe what your script is passing to python-ldap. See
arguments trace* of function ldap.initialize() or method
LDAPObject.__init__().

Ciao, Michael.

Thanks Michael and Pierangelo for your answers!
I indeed solve the problem. Not really shure where the error was, but it wasnt ldap related, but python related (actually, it was 'dummy programmer' related :)

I found the python ldap.modlist package who makes easier to format a ldap entry (which is error prone for a newbie like myself). Now im adding new entries without errors. Woo hoo!!

Thanks a lot dudes!
Gerardo

---
You are currently subscribed to [EMAIL PROTECTED] as: [EMAIL PROTECTED]
To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the 
SUBJECT of the message.

Reply via email to