Is there an LDAP example of adding an additional field to login to determine what organization url to search in?
I want my login page to look like:
Username
Password
Company
My LDAP repository would have something like:
company1
person1 (uid=user1, password=password1)
person2 (uid=user2, password=password2)
company2
person3 (uid=user1, password=password1)
person4 (uid=user2, password=password2)
Searching only on username doesn't work in this example, so I should include the company.
Any ideas? Thanks.



