Re: [otrs] Question about LDAP/AD and using SSL

2005-07-01 Thread Kevin Kasner
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::SS

Re: [otrs] Question about LDAP/AD and using SSL

2005-07-01 Thread Sébastien Prud'homme
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 <[EMAIL PROTECTED]>: > I am running 2.0b2 on Debian using mysql. I

[otrs] Question about LDAP/AD and using SSL

2005-07-01 Thread 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.exampl