Re: [otrs] Newbie : OTRS on CentOS authenticating on Win2K3 LDAP

2009-05-06 Thread Luis Rodriguez
= [ 'OTRS_CUSTOMERS_ALLOW', ]; # UserTable $Self->{DatabaseUserTable} = 'users'; $Self->{DatabaseUserTableUserID} = 'id'; $Self->{DatabaseUserTableUserPW} = 'pw'; $Self->{DatabaseUserTableUser} = 'logi

Re: [otrs] Newbie : OTRS on CentOS authenticating on Win2K3 LDAP

2009-05-06 Thread Jan Vorster
Tahnks! I'll give it a go... >> That's honestly one that I don't know the answer to. Here's a php script I use to make sure that I can connect and query the AD domain controller (you will need to be sure that php-ldap is installed.: ldap://domaincontroller";) or die("Couldn't c

Re: [otrs] Newbie : OTRS on CentOS authenticating on Win2K3 LDAP

2009-05-06 Thread Davin Taddeo
That's honestly one that I don't know the answer to.  Here's a php script I use to make sure that I can connect and query the AD domain controller (you will need to be sure that php-ldap is installed.:     $dn = "basedn";     $attributes = array("displayname");     $filter = "(cn=*)";    

Re: [otrs] Newbie : OTRS on CentOS authenticating on Win2K3 LDAP

2009-05-06 Thread Jan Vorster
Thanks Davin, I've tried it again and it's still not working... I read somewhere that the server hosting the AD must also be a Global Catalog... do you know if this is a requirement? Was it the case on your configuration? Thanks Jan >> You do not need to have the CentOS box attac

Re: [otrs] Newbie : OTRS on CentOS authenticating on Win2K3 LDAP

2009-05-06 Thread Davin Taddeo
You do not need to have the CentOS box attached to the domain and you will not need the Windows Services for Unix/Linux.  Depending on how your AD is setup you may need to have a user with administration privileges that can be put into the config file to allow OTRS to search the domain for the

[otrs] Newbie : OTRS on CentOS authenticating on Win2K3 LDAP

2009-05-06 Thread Jan Vorster
Hi all, I've just setup OTRS on my CentOS 5 box and I want it to authenticate the users against an active directory running on Windows 2003 Server. I've read somewhere that you need to load Windows Services for Linux in order to have additional UNIX options on an Active Directory user.