OnDemand User Group

Support Forums => Windows Client => Topic started by: Naveen on August 04, 2016, 10:49:00 AM

Title: Configure LDAP with IBM CMOD for Windows
Post by: Naveen on August 04, 2016, 10:49:00 AM
Hi All,

Could you help to know how to configure LDAP with IBM CMOD for windows.

Thanks,

Naveen

Title: Re: Configure LDAP with IBM CMOD for Windows
Post by: Ed_Arnold on August 05, 2016, 09:16:35 AM
Have you googled CMOD LDAP ?

Have you searched this forum for LDAP to see what other questions people have been asking?

Ed
Title: Re: Configure LDAP with IBM CMOD for Windows
Post by: Naveen on August 09, 2016, 01:42:52 AM
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.
Title: Re: Configure LDAP with IBM CMOD for Windows
Post by: Alessandro Perucchi on August 15, 2016, 03:36:16 AM
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:
Code: [Select]
[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