I have an Active Directory Domain that has a root domaincontroller with two sub 
domain servers. I can point to either of the subdomains and authenticate to any 
account under the specific DC I select. HoweverI would like to be able to point 
to the root domain controller and be able toauthenticate to either. My 
configuration I’m trying to use is below.

 

   $Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::LDAP';

   $Self->{'Customer::AuthModule::LDAP::Host'} = 'dcroot.example.com';

   $Self->{'Customer::AuthModule::LDAP::BaseDN'} = 'DC=example,DC=com';

   $Self->{'Customer::AuthModule::LDAP::UID'} = 'sAMAccountName';

   $Self->{'Customer::AuthModule::LDAP::SearchUserDN'} = 
'CN=otrs,OU=Support,DC=dc,DC=example,DC=com';

   $Self->{'Customer::AuthModule::LDAP::SearchUserPw'} =’otrs4me’;

 

Brett

 


 
---------------------------------
Everyone is raving about the all-new Yahoo! Mail beta.
_______________________________________________
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 orr consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to