Custom password field in ldap

Good day.

I have successfully configured openfire server with ldap. But there is one thing, that I can’t do… I add some attributes to ldap schemas. And now there are fields for jabber:

  1. jabberActive - bool - status of account

  2. jabberID - case insensetive string - username

  3. jabberPassword - case sensetive string - user’s password

I changed some filters for username and account status, and now openfire searches users in the way i want. But how can I tell openfire to authenticate users against jabberPassword field, not against userPassword field.

Thanks.

1 Like

I have the same problem

Ever find a way to do this?