3
Hi,
What version of XOOPS do you use ?
If XOOPS still tries to match the password in the MySQL db table, it's because you don't have the last version of this hack.
Go here to dowload the good version :
Authentication hack for XOOPS 2.0.13.1Authentication hack for XOOPS 2.2.xYou don't have to modify user.php !!!
The uid in XOOPS can be a numeric or string.
In XOOPS the uid is the login name == uname in XOOPS
(uid for unique identifier)
The option ldap_uid_asdn :
yes : your XOOPS uname is in your LDAP DN ! for example
uid=dkroft, dc=mycompany,dc=us
no : your XOOPS uname is not in the DN so XOOPS need to search the LDAP entry.
You can use this option in the preferences if this isnot uid in your LDAP Server.
LDAP Attribute use to search the user : uid or other
Quote:
NOTE : The only things is that your LDAP entrey must have a XOOPS equivalent account (link by the uid). The synchronisation is not automatic for the moment : In the next versions.
Identity management, LDAP, Workflow and more
XoopsPro