Hi,

has anyone experience in making an application ldap compatible?
E.g. I run my application on a machine which manages it's user access over ldap.
To avoid the need for an own user management inside my application I want to gather the ldap login/pw the user gives during machine login. Then I would use this account information to access tables inside a DB.
Is this scenario possible?

Thank you in advance!