LDAP Password attribute change for LDAP authentication

To manage users on Siebel Server having LDAP authentication, Siebel JDB Adapter needs the LDAP password attribute name for the LDAP user, which is userPassword by default.

The LDAP password attribute LDAPPwdAttribute is a dispatcher parameter and is defined in the service.def file as:
<dispatcherParameter name="LDAPPwdAttribute">		                        
	 	<default>userPassword</default>
</dispatcherParameter>
You can change default value by editing the service.def file. See the Siebel JDB Adapter white paper for more details on modifying Siebel JDB Profile.
Note: The dispatcher parameter LDAPPwdAttribute is ignored, if the Siebel server is using database authentication.