LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fedora - DS RHEL Client setup? (https://www.linuxquestions.org/questions/linux-newbie-8/fedora-ds-rhel-client-setup-781498/)

your_shadow03 01-11-2010 11:43 AM

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

acid_kewpie 01-11-2010 12:52 PM

RTFM. you're trying to do a sasl bind, which i'm sure you don't actually want to. if you read the manpage you'll find the -x option should look interesting to you.

your_shadow03 01-12-2010 08:16 AM

Can you provide me with syntax I can check if SSL is working properly.
Example: ldapsearch


All times are GMT -5. The time now is 03:49 PM.