password history question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 2006-01-09 at 15:53 +0100, Jo De Troy wrote:
> Hi Susan,
> 
> I was using capital Z in the ldapsearch, I've uncommented "ssl on"
> in /etc/ldap.conf
> Still the same problem.
> # ldapsearch   -x -ZZ -h ldapserver -b 'dc=example,dc=com'
> '(uid=someuser)'
> ldap_start_tls: Connect error (-11)
>         additional info: Start TLS request accepted.Server willing to
> negotiate SSL.
> 
> Any other thought?

	A quick way to check whether TLS support is enabled in the server is to
do something like:

  $> openssl s_client -showcerts -connect ldapserver:636

	Once you've verified that much, then work on getting ldapsearch to
work.

	If it's the OpenLDAP utils you're using, then you want to
modify /etc/openldap/ldap.conf - /etc/ldap.conf is used by nss-ldap and
pam-ldap.

	Also, use something like "ldapsearch -d 10" to get better error
messages. You may find a problem like the server's certificate can't be
verified because you haven't configured the utilities to trust the CA
which issued it. You might need something like:

  TLS_CACERT /etc/pki/tls/cacert.pem

Cheers,
Mark.




[Index of Archives]     [Fedora User Discussion]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Yosemite Photos]     [Linux Apps]     [Maemo Users]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux