Deploying and Managing Apama Applications > Administering Dashboard Security > Authentication for local and WebSphere deployments > Installing LdapLoginModule
Installing LdapLoginModule
The LdapLoginModule uses the Java Naming and Directory Interface (JNDI) to access naming and directory services. Oracle's LDAP provider is supported, and hence the InitialContext must be set up based on Oracle's implementation. The environment settings must be specified in the JAAS.ini file. Here is an example:
viewer {
com.apama.dashboard.security.LDAPLoginModule required
ProviderURL="ldap://your.own.ldap.server:389"
Authentication=simple
Anonymous=false
DN="uid=%,ou=City,ou=Region,ou=People,o=ACME Corporation"
TLS=false;
};
Copyright © Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its Subsidiaries and or/its Affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.