Description of problem: The ldapsearch parameters, as specified in the final compare accounts section, do not work with a default install of FDS 1.0.1. The base dn must be specified and SSL connections are not part of a default installation. Version-Release number of selected component (if applicable): FDS 1.0.1 How reproducible: Always Steps to Reproduce: 1.ldapsearch -x -Z '(uid=testuser)' Actual results: Usage instructions are spit out OR SSL initialization failed error Expected results: Search results Additional info: The command I used is: ./ldapsearch -p PORT -b "dc=DOMAINNAME,dc=DOMAINEXT" '(uid=testuser)'
The version of ldapsearch used in those commands is /usr/bin/ldapsearch, which should be in your PATH by default. However, in order to use -Z (startTLS), the server and clients must have been configured to use SSL/TLS - see http://directory.fedora.redhat.com/wiki/Howto:SSL for more details. You should be able to omit the -Z.
I realize that -Z can be ommitted, I just thought that most users using this document would be setup for SSL/TLS and that those who were, would know to use -Z.
Bug already CLOSED. setting screened+ flag