Hi,
is there a setting to specify the attribute in my LDAP which holds the user-password?
Like ldap_uids for user IDs, eg. {ldap_passwords, "jabberPassword"}.
There is http://www.ejabberd.im/check_pass_ldap_perl but I don't like the thought of relying on external scripts.
Thanks in advance.
hrist
Re: Specify LDAP attribute which holds the password
No, because ejabberd just performs bind() request with user's credentials. Refer to documentation of your LDAP server how to configure a password for bind() requests.