
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.

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

Ken
Just last week I got it working by doing what Sebastien said
(ldaps://) and following the instructions in
http://lists.otrs.org/pipermail/dev/2004-March/000418.html
but I wasn't able to add the modules via CPAN, I just used Yast to add
the perl SSL modules (which I noted had the IO::Socket::SSL and
Net::SSLEeay as dependencies...)
works great for me. (of course, if your users and agents are not
connecting via https you still have passwords flying around in clear
text...)
Hope this helps.
Kevin
On 7/1/05, 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/
participants (3)
-
Ken Kilgore
-
Kevin Kasner
-
Sébastien Prud'homme