Add NFS specific default for authorization data type

Since the hardcoded default fpr the NFS service was removed the default
authorization data type is now set in the global server configuration.

https://fedorahosted.org/freeipa/ticket/2960
This commit is contained in:
Sumit Bose 2013-03-04 14:25:43 +01:00 committed by Martin Kosek
parent 15cc21cce9
commit 2d90724a7e

View File

@ -71,6 +71,11 @@ 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.