
I think i use something like $Self->{'AuthModule::LDAP::Host'} =
'ldaps://dc1.example.com';
I can not confirm cause i'm not at work
But you can read the man page of Net::LDAP perl module to find the answer
2005/7/1, Ken Kilgore
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.
_______________________________________________ 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/
I