Re: [otrs] Use Auth LDAP with Exchange server

2003-07-09 Thread Daniel Palmer
(OTRS 1.1.1) I'm using Exchange 5.5 on a Windows 2000 (AD) network. I found that I had to set $Self->{'AuthModule::LDAP::BaseDN'} to: cn=Recpients,ou=NETBIOSDOMAIN,o=ORGANISATION But to actually verify the user / password - I had to use the DN of cn=username,dc=mydomain,dc=mytld I made the follo

Re: [otrs] Re: [otrs] Use Auth LDAP with Exchange server

2003-06-17 Thread Wiktor Wodecki
I made a patch for that, but it's too late to search it. I'll check tomorrow and post it here. But it's for some old 1.1 cvs, but once you understood the principle it's pretty easy to port to current cvs Wiktor PS: martin: no, I didn't forget about the db rework, but I have a lot of stuff to do n

[otrs] Re: [otrs] Use Auth LDAP with Exchange server

2003-06-17 Thread [EMAIL PROTECTED]
Hi martin   sorry copy/paste wasn't the good one   I 'v send some informations in an other mail because the LDAP auth works well but only for user that are already in the otrs database. If a new is used, there is an error log that says "Need Pwd!" on line 204 of USER.pm   My configuration OT

Re: [otrs] Use Auth LDAP with Exchange server

2003-06-17 Thread Martin Edenhofer
Hi Rémi, On Thu, Jun 05, 2003 at 11:36:55AM +0200, [EMAIL PROTECTED] wrote: > I try to use LDAP Auth for agent > > I check the perl modules : everything seems ok (Net::ldap is ok) > in Config.pm I put the 4 lines with parameters > > $Self->{'SendmailModule'} = 'Kernel::System::Email::SMTP'; > $S

RE: [otrs] Use Auth LDAP with Exchange server

2003-06-06 Thread Daniel Palmer
helps, Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 June 2003 7:37 PM To: otrs Subject: [otrs] Use Auth LDAP with Exchange server Hello, I try to use LDAP Auth for agent I check the perl modules : everything seems ok (Net::ldap is ok) in Conf

[otrs] Use Auth LDAP with Exchange server

2003-06-05 Thread [EMAIL PROTECTED]
Hello, I try to use LDAP Auth for agent I check the perl modules : everything seems ok (Net::ldap is ok) in Config.pm I put the 4 lines with parameters $Self->{'SendmailModule'} = 'Kernel::System::Email::SMTP'; $Self->{'SendmailModule::Host'} = '@IPldapserver'; $Self->{'SendmailModule::AuthUser'