Spring security and LDAP ACL

Currently I have created an application using Spring security and ACL (Access Control List). I am currently researching Active Directory and LDAP protocol. I am about to create a second application and I want to store user information in a central repository.

But I don't find any information about using ACL and LDAP / Active Directory. Is it possible / ok to store information about which Java object the user can read / modify in the LDAP repository, or will this information stay in the database as it is today?

+3


source to share





All Articles