Multiple LDAP servers
Brett pOct 5 2010 — edited Oct 15 2010Hi All,
I have a situation where a section of my business is splitting to a new ldap server.
So i need to modify my application to accommodate this. I'm wondering the best was to do it and in fact how to do it.
The way I see it there are 3 options:
1. Modify the current Authentication Schemes to allow for multiple ldap servers (not sure if this is possible)
2. Create a new login page in a separate application which re-directs the users to the main page of the current application (not sure if this is possible)
3. Create a separate copy of the application pointing to the same underlying tables etc (don't want to do this as it would be double the work to make changes)
Thanks in advance,
Brett