summaryrefslogtreecommitdiffstats
path: root/install/updates/10-60basev3.update
Commit message (Collapse)AuthorAgeFilesLines
* Add missing v3 schema on upgrades, fix typo in schema.Rob Crittenden2013-02-221-0/+2
| | | | | | | | Add mising ipaExternalMember attribute and ipaExternalGroup objectclass. Replacing mis-spelled ORDERING value on new install and upgrades. https://fedorahosted.org/freeipa/ticket/3398
* Amend memberAllowCmd and memberDenyCmd attribute typesMartin Kosek2012-09-161-0/+2
| | | | | | | | | | | Attribute types of attributes designed to hold DN values are not supposed to hold own ORDERING or SUBSTR matching rules (which were even not correct in this case). Update these attributes to only define an EQUALITY rule just like other DN attribute types in IPA. https://fedorahosted.org/freeipa/ticket/2866
* Add per-service option to store the types of PAC it supportsRob Crittenden2012-08-011-0/+2
| | | | | | Create a per-service default as well. https://fedorahosted.org/freeipa/ticket/2184
* Perform case-insensitive searches for principals on TGS requestsAlexander Bokovoy2012-06-071-0/+2
| | | | | | | | | | We want to always resolve TGS requests even if the user mistakenly sends a request for a service ticket where the fqdn part contain upper case letters. The actual implementation follows hints set by KDC. When AP_REQ is done, KDC sets KRB5_FLAG_ALIAS_OK and we obey it when looking for principals on TGS requests. https://fedorahosted.org/freeipa/ticket/1577
* Add update file for new schema in v2.2/3.0Rob Crittenden2012-02-151-0/+6
https://fedorahosted.org/freeipa/ticket/2147