In my current project I need to authenticate and authorize users via Spring security.
Our directory is LDAP.
I have basic ldap knowledge.
I am trying to understand how in the ldap side I suppose to manage and create users in order to provide them roles and permissions to be used in my Spring security app.
Any ref/tutorials/small explanation would be greatly welcome.
thanks, ray.