Thursday 20 May 2010 12:05:19 am
Hello I need to authentify my users from 2 different Active Directory domains (=> 2 LDAP servers with different configuration inside). Does somebody has already done this ? If not, how can I do that ? I haven't found any post... I was wondering if I could copy the ldap.ini to ldap2.ini, and then create a ldap2.ini.append.php where I configure the second domain configuration. Lastly, I could add a loginHandler in the site.ini.append.php. This would become :
[UserSettings]
LoginHandler[]
LoginHandler[]=LDAP LoginHandler[]=LDAP2 Can you tell me if this could work ? if not, have you an idea on how to build my 2 domains authentication ? thanks in advance.... akiuni
|