mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
15cc21cce9
commit
2d90724a7e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user