Tuesday 21 June 2005 12:24:26 am
Hi, If you set your site.ini as:
#LoginHandler[]=Standard LoginHandler[]=LDAP Then, LDAP is only used by ez the first time the user connects on the site. This creates a new user in DB. Then, when you want to modify user's password, it only modifies the DB and not LDAP. When you want to log in with the new password, it doesn't work but with the old one (recorded into LDAP), it works. It depends from your configuration, but when I use both login handlers, both passwords works to log in.
LoginHandler[]=Standard LoginHandler[]=LDAP Does anybody know if a modification of ez has been built to make user password updates changes into LDAP from ez?
|