summaryrefslogtreecommitdiffstats
path: root/base/server/cms/src/com/netscape/cms/evaluators
Commit message (Collapse)AuthorAgeFilesLines
* Store groups on AuthToken and update group evaluatorFraser Tweedale2015-03-161-12/+11
| | | | | | | | | | | | | Update the UidPwdDirAuthentication plugin to retrieve all the user's groups from a directory and store them on the AuthToken. Also update the group evaluator to match against all the groups stored in the AuthToken. The "gid" and "groups" are merged into a single collection, if the ACL operation is "=" the collection is checked under disjunction, and if the operation is "!=", then conjunction. Fixes https://fedorahosted.org/pki/ticket/1174
* Ticket 1173 Directory-based renewal evaluator fails authorizationChristina Fu2014-12-161-10/+10
|
* Reorganized server packages.Endi S. Dewata2013-10-254-0/+627
The tomcat, cms, and cmscore packages have been moved from base/common into separate folders in base/server so that they can be built separately.