
1 Jul
2005
1 Jul
'05
1:55 p.m.
I am running 2.0b2 on Debian using mysql. I have my LDAP/AD connection working. I would like to get it to connect via ssl but am not sure how to set this up. Here is my current config. $Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP'; $Self->{'AuthModule::LDAP::Host'} = 'dc1.example.com'; $Self->{'AuthModule::LDAP::BaseDN'} = 'ou=People,dc=example,dc=com'; $Self->{'AuthModule::LDAP::UID'} = 'sAMAccountName'; $Self->{'AuthModule::LDAP::SearchUserDN'} = 'secureUser@example.com'; $Self->{'AuthModule::LDAP::SearchUserPw'} = 'password'; Any help would be greatly appreciated. -- Ken Kilgore ---------------------------------------------- When life hands you lemons just grab the salt and pass the Tequila.