It appears as though the ldap integration expects username/pw entries in the
directory are created through an ldap client, not OFBiz. If this is correct
that means you would have to
1. create a username/pw in the ldap directory.
2. create the exact same user login in OFBiz.
3. Upon first login the pw in the directory would over write the pw in
OFBiz.
Do I understand this correctly?
I would like to have any user login that is added in OFBiz to be created in the
directory. Also when a user changes their pw in OFBiz it would be updated in
the directory. As far as I can tell the current implementation doesn't support
that.
If not, can anyone recommend a web based ldap client that gives users the
ability to change a pw? I don't want them to have the ability to administer the
directory, just manage their own pw, and maybe other profile information.