summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/krbtpolicy.py
Commit message (Collapse)AuthorAgeFilesLines
* Add option to limit the attributes allowed in an entry.Rob Crittenden2011-05-271-0/+1
| | | | | | | | | | | | | | | | 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
* Fix typo, add example for when user krbtpolicy takes effect.Rob Crittenden2011-02-231-2/+2
| | | | ticket 594
* Update krbtpolicy doc to inform that restarting krb5kdc might be needed.Pavel Zuna2011-02-101-0/+19
| | | | Fix #844
* Set minimum for Kerberos policy max life and max renew.Pavel Zuna2011-02-101-0/+2
| | | | Fix #847
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* policy and configAdam Young2010-10-071-0/+2
| | | | | | | | Population of the policy and entites tabs. DNS and ACI are broken due to PLugin issues Fix for entities without search Added new files to Makefile.am used rolegroup.js file as the start point, renamed to serverconfig.js
* Update command documentation based on feedback from docs team.Rob Crittenden2010-08-271-7/+7
| | | | ticket #158
* First pass at per-command documentationRob Crittenden2010-06-221-2/+17
|
* Code cleanup: remove unused stuff, take 1.Pavel Zuna2010-03-011-4/+0
|
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-4/+7
|
* Add Kerberos Ticket Policy management plugin.Pavel Zuna2010-01-131-0/+144