I have a unique requirement where ldap connection parameters are stored in db and the where clause to the query to get those parameters requires a value selected (from a drop down) by the users on login screen. E.g. it can be something like a drop down of counties and I need to query the ldap connection params for the selected county from db as the user only exists in that particular LDAP. Is that possible?
I have a unique requirement where ldap connection parameters are stored in db and the where clause to the query to get those parameters requires a value selected (from a drop down) by the users on login screen. E.g. it can be something like a drop down of counties and I need to query the ldap connection params for the selected county from db as the user only exists in that particular LDAP. Is that possible?