Apama Documentation : Building and Using Dashboards : Dashboard Deployment : 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 © 2013-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback