On (26/08/16 14:39), [email protected] wrote: >ldapsearch with myuser as the binddn and the correct password works. > > >ldapsearch -H ldaps://unixauth2.cae.wisc.edu -b uid=myuser,ou=People,o=ENGR >-s base -D uid=myuser,ou=People,o=ENGR -W > >If I give the correct password for myuser the search works. If I hit enter at >the password prompt it fails. So it would appear that ldap searches work as >expected.
IIUC, it works with -w 'your_secret_password' But It does not work with interactive prompting e.g. -W That sounds weird and sounds like a bug in libldap which is used by sssd. LS _______________________________________________ sssd-users mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
