JNDIAuthenticationStore.java | Class | This Plugin is based on the jakarta.apache.org/tomcat JNDI Realm
and enables the authentication of a rapla user against a JNDI-Directory.
The most commen usecase is LDAP-Authentication, but ActiveDirectory
may be possible, too.
Each user element has a distinguished name that can be formed by
substituting the presented username into a pattern configured by the
userPattern property.
The user may be authenticated by binding to the directory with the
username and password presented. |