hi i can ldapsearch -ZZZ without problem ( with fds or openldap command ) but when i try ldapsearch -D "cn=Manager" -p 636 , i have no response from the server i have to CTRL-C to stop the command. here are logs conn=21 fd=67 slot=67 SSL connection from 127.0.0.1 to 127.0.0.1 and nothing else happens thanks basile
have to put -Z with fds ldapsearch and -H ldaps://myserver in openldap ldapsearch
basile au siris wrote:
hi i can ldapsearch -ZZZ without problem ( with fds or openldap command ) but when i try ldapsearch -D "cn=Manager" -p 636 , i have no response from the server i have to CTRL-C to stop the command. here are logs conn=21 fd=67 slot=67 SSL connection from 127.0.0.1 to 127.0.0.1 and nothing else happens thanks basile
-- Fedora-directory-users mailing list Fedora-directory-users@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-users
basile au siris wrote:
hi i can ldapsearch -ZZZ without problem ( with fds or openldap command ) but when i try ldapsearch -D "cn=Manager" -p 636 , i have no response from the server i have to CTRL-C to stop the command.
Because you are attempting a non-SSL connection on the SSL port? Probably the server is waiting for the SSL handshake to occur, but you haven't told the client to perform this handshake.
here are logs conn=21 fd=67 slot=67 SSL connection from 127.0.0.1 to 127.0.0.1 and nothing else happens thanks basile
-- Fedora-directory-users mailing list Fedora-directory-users@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-users
389-users@lists.fedoraproject.org