Hi All,
Could you help to know how to configure LDAP with IBM CMOD for windows.
Thanks,
Naveen
Have you googled CMOD LDAP ?
Have you searched this forum for LDAP to see what other questions people have been asking?
Ed
Got Some information Ed by googling. Can you please help to know regarding password mgmt when we configure LDAP. For Ex: If user has changed password in CMOD , do we need to change the password in LDAP as well as LDAP is useful to verify the User credentials.
You cannot change your LDAP password from CMOD, you need to use your own LDAP solution for that.
You can use the file arsldap.ini to put a message where to go to change the password if it is expired, or a message if the account is locked:
[BIND_MESSAGES]
PASSWORD_EXPIRED="C:\Program Files\IBM\OnDemand for Windows \V9.0\config\password_expired.txt"
ACCOUNT_LOCKED="C:\Program Files\IBM\OnDemand for Windows \V9.0\config\account_locked.txt"
As said, you can find all these informations in the following technote : http://www-01.ibm.com/support/docview.wss?uid=swg21597246 (http://www-01.ibm.com/support/docview.wss?uid=swg21597246)
Hope that helps