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'} = '[EMAIL PROTECTED]';
   $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.

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to