summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_krbtpolicy.py
Commit message (Collapse)AuthorAgeFilesLines
* Add UID, GID and e-mail to the user default attributes.Rob Crittenden2011-06-081-0/+1
| | | | ticket https://fedorahosted.org/freeipa/ticket/1265
* Add option to limit the attributes allowed in an entry.Rob Crittenden2011-05-271-0/+138
Kerberos ticket policy can update policy in a user entry. This allowed set/addattr to be used to modify attributes outside of the ticket policy perview, also bypassing all validation/normalization. Likewise the ticket policy was updatable by the user plugin bypassing all validation. Add two new LDAPObject values to control this behavior: limit_object_classes: only attributes in these are allowed disallow_object_classes: attributes in these are disallowed By default both of these lists are empty so are skipped. ticket 744