Helpful Information
 
 
Category: LDAP Programming
Problems with Openldap

Hello every body

I have installed openldap to manage address book.
My problem is when I want to add one entry to my database, I have this message :

ldap_sasl_interactive_bind_s: No such attribute

I don't know why and to what it is due !!!!

All suggestions whould be apprecied

I'm sorry for my english


sakina

Try the -x option... (not SASL)

ldapsearch -x -b "dc=yourdomain,dc=com"

Yep -x will fix it for you

I seem to have a problem related to this one...
I am able to add entries to my LDAP directory by using ldapadd and an ldif file but only when I use the -x option. Meaning that I can only use simple authentication. I added a line in my slapd.conf file :

rootpw {SSHA}*********************************************
right above the line containing my unencrypted password. But it still doesnt work.
I want to use phpldapadmin but i cant login using the simple authentication.
So my questions are: how can i use ldapadd without -x? and What authentication does phpldapadmin use?










privacy (GDPR)