- Made a change to LDAP auth that adds an OR to that query so that it also searches for a row with fieldData REGEXP '^uid=(value-from-ldap-directory-server),'.

This commit is contained in:
JT Smith 2009-06-05 14:34:28 +00:00
parent b26e0bae9f
commit fa97bbc58c
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,5 @@
7.7.10
- Made a change to LDAP auth that adds an OR to that query so that it also searches for a row with fieldData REGEXP '^uid=(value-from-ldap-directory-server),'. (Wes Morgan)
7.7.9
- fixed #10266: Public Profile overrides Able to be friend