Hi,
I would like to start using LDAP,
but have 0 idea.
I also tried to understand what you wrote and also searching a bit in www.
But I dont get smarter of it
Does anybody have an idea, where to start?
Or what I shall do? Is there a âalgorithmusâ, what have to be done to do it?
login and password are input in the login form of the application
platform is authenticated in LDAP using credentials defined in cuba.web.ldap.user / cuba.web.ldap.password
application does LDAP-search in cuba.web.ldap.base: it searches an entry with sn = login
if the entry is found, the application tries to authenticate in LDAP by the found FQN and the provided password.
if successful, the user gets access to the application
Or is this deprecated?