Dear All,
I'm install with your help my fedora-ds. Many thanks!
Well, into my linux box are installed openldapclient, and I want browse my ldap dir content.
O.K., i type:
ldapsearch -L -b "dc=chiccomara,dc=org" -W "(objectclass=*)" LDAP server request a password. I type LDAP password, and result is: SASL/EXTERNAL authentication started ldap_sasl_interactive_bind_s: Unknown authentication method (-6) additional info: SASL(-4): no mechanism available:
Where is a problem?
Many thanks,
Enrico Valsecchi
Enrico, ldapsearch on Linux (built with OpenLDAP libs) defaults to SASL authentication. Add the -x switch to use simple authentication:
ldapsearch -x -L -b "dc=chiccomara,dc=org" -W "(objectclass=*)"
Enrico Valsecchi wrote:
Dear All,
I'm install with your help my fedora-ds. Many thanks!
Well, into my linux box are installed openldapclient, and I want browse my ldap dir content.
O.K., i type:
ldapsearch -L -b "dc=chiccomara,dc=org" -W "(objectclass=*)" LDAP server request a password. I type LDAP password, and result is: SASL/EXTERNAL authentication started ldap_sasl_interactive_bind_s: Unknown authentication method (-6) additional info: SASL(-4): no mechanism available:
Where is a problem?
Many thanks,
Enrico Valsecchi
-- Fedora-directory-users mailing list Fedora-directory-users@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-users
389-users@lists.fedoraproject.org