Replace fields that use a group that is deleted with a safe group, like Admin. rfe#76

This commit is contained in:
Colin Kuskie 2009-06-12 20:43:03 +00:00
parent b788f82b0b
commit fb33138e33
3 changed files with 300 additions and 6 deletions

View file

@ -1,6 +1,7 @@
7.7.11
- Fixed a bug where empty version tags were not deleted. (Martin Kamerbeek / Oqapi)
- fixed: deploying a package doesn't commit version tag with autocommit on
- fixed rfe #76: group delete causes problems
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)