JAWS can authentificate team members and web users against the local passwords and the passwords stored in a
LDAP directory. The file ldap.properties
contains the entries
ldap.host
and ldap.port
.
If you set the value for the key ldap.principal.prefix
the login is against the LDAP. On the
login site you have only to insert the login name jdoe
to login the user jdoe
.
You don't have to insert demo\jdoe
. The prefix and the backslash will be automatically inserted.
ldap.host=ldap://192.168.1.2 ldap.port=389 ldap.principal.prefix=demo