Jorge Santos <[EMAIL PROTECTED]> writes: > Hello there I've been trying to use ldap to implement NIS at my > workplace but early on I have come across the following error message > when issuing an ldapadd command: > > [EMAIL PROTECTED] ldapadd -f passwd.ldif -D "cn=admin, o=fciencias, o=unam, > c=mx" -w somethingorother > ldap_sasl_interactive_bind_s: No such attribute > > Any ideas why might this be happening? Also which value for the > loglevel might be useful to track this problem? > > thank you > > jorge santos >
I dont know a real answer (like to know one myself :-), but as a workaround you can use -x to do ldapv2 authenticaton. Ramin