Deploying and Managing Apama Applications > Administering Dashboard Security > Authentication for local and WebSphere deployments > Installing LdapLoginModule
Installing LdapLoginModule
The LdapLoginModule uses JNDI to access naming and directory services. Sun's LDAP provider is used, and hence the InitialContext must be set up properly according to Sun'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 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.