Fedora - DS RHEL Client setup?
I have successfully configured 389-DS with SSL.
I want to setup RHEL Client for the server.
I tried running:
authconfig-tui
Select LDAP
Next
Select TLS
ldap://<ip>
dc=im,dc=logic,dc=com
But when I am trying to run:
ldapsearch -h 389-ds.sap.com -b "dc=im,dc=sap,dc=com" -L "objectclass=*"
SASL/EXTERNAL authentication started
ldap_sasl_interactive_bind_s: Unknown authentication method (-6)
additional info: SASL(-4): no mechanism available:
Any Idea what should be the exact steps.
am I missing anything?
Anyone who can advise where from Fedora-DS we need to take *.crt to put under /etc/openldap/ca-<>.crt
|