summaryrefslogtreecommitdiffstats
path: root/install/updates/60-trusts.update
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2013-04-11 16:59:41 +0200
committerMartin Kosek <mkosek@redhat.com>2013-04-15 14:46:21 +0200
commit75f080132421d7f3cfe6f82ab0d446f563a5d7bf (patch)
tree9134fd7c03ca53453d68b03505a8319b1c2c45c2 /install/updates/60-trusts.update
parentb36380fff80d5a6755240bd65b6ef432ef2741e6 (diff)
downloadfreeipa-75f080132421d7f3cfe6f82ab0d446f563a5d7bf.tar.gz
freeipa-75f080132421d7f3cfe6f82ab0d446f563a5d7bf.tar.xz
freeipa-75f080132421d7f3cfe6f82ab0d446f563a5d7bf.zip
Add nfs:NONE to default PAC types only when needed
We need to add nfs:NONE as a default PAC type only if there's no other default PAC type for nfs. Adds a update plugin which determines whether default PAC type for nfs is set and adds nfs:NONE PAC type accordingly. https://fedorahosted.org/freeipa/ticket/3555
Diffstat (limited to 'install/updates/60-trusts.update')
-rw-r--r--install/updates/60-trusts.update5
1 files changed, 0 insertions, 5 deletions
diff --git a/install/updates/60-trusts.update b/install/updates/60-trusts.update
index f63651f7a..1b2511540 100644
--- a/install/updates/60-trusts.update
+++ b/install/updates/60-trusts.update
@@ -73,11 +73,6 @@ replace:aci:'(targetattr = "userPassword || krbPrincipalKey || sambaLMPassword |
dn: cn=ipaConfig,cn=etc,$SUFFIX
addifnew: ipaKrbAuthzData: MS-PAC
-# Add authorization data type NONE for NFS because the hardcoded default was
-# removed.
-dn: cn=ipaConfig,cn=etc,$SUFFIX
-add: ipaKrbAuthzData: nfs:NONE
-
# Fix typo in some installs in the spelling of ORDERING. They were added
# with a typo which was silently dropped by 389-ds-base, so add in the
# proper ordering syntax now.