Help for WAS 5.1
Hi
I am blocked and I would need your assistance on the 2 following problem :
1- How to configure LDAP parameters (without the security) ds WAS 5.1 via the console of admin (like one does it for a datasource).
For the moment all these parameters are into a file login.properties with :
# Access to the LDAP ldap.config.factory=com.sun.jndi.ldap.LdapCtxFacto ry ldap.config.authentication=simple ldap.config.host=ldap://192.168.10.100:636 ldap.config.suffixe=CN=Users, DC=srv, DC=extranet ldap.config.useSsl=true ldap.config.sslKeyRing = ldap.config.sslKeyRingPassword =
ldap.config.superUserLogin=toto
ldap.config.superUserPassword=titi ldap.config.firstNameField=givenName
ldap.config.lastNameField=sn
ldap.config.profileField=telephoneNumber ldap.config.companyIdField=postOfficeBox ldap.config.userIdField=postalCode ldap.config.failedLoginField=description
ldap.config.maxFailNum=3
For reasons of safety, I wish off-set these LDAP parameters into WAS 5.1.
2- How to configure IBM HTTP server 1.3 to communicate with WAS 5.1 (an example of config will be the welcome).
Regards;
|