Page 1 of 1

LDAP auth with TLS or SSL (SOLVED)

Posted: Mon May 22, 2006 9:59 pm
by abnormaliti
I am unable to get Scalix LDAP authenication to work with TLS enabled or ldaps.

In /var/opt/scalix/sys/om_ldap.conf

Code: Select all

tls=on

Code: Select all

tls=require

both fail

Code: Select all

tls=off

works

Do I need to provide the TLS certificate, if so where?

Specifing

Code: Select all

host=ldap.server:636

for ldaps doesn't work either.

I successfully auth other services on other RHEL boxes against same servers with TLS.

Running RHEL4 & Scalix 10.0.1 EE, auth against OpenLDAP.

Any help please?

Posted: Tue May 23, 2006 5:52 am
by ScalixSupport
Have you done an ethereal trace ?

Cheers,

Sascha.

Posted: Wed May 24, 2006 3:23 am
by abnormaliti
/etc/openldap/ldap.conf

Code: Select all

TLS_REQCERT allow

/var/opt/scalix/sys/om_ldap.conf

Code: Select all

tls=required


This uses the TLS but does not verify the cert.

Does not use /etc/ldap.conf

Posted: Wed May 24, 2006 8:27 am
by ScalixSupport
That was very concise.

Let me know if there still is an issue.

Cheers,

Sascha.