mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
The SECURE_NFS value needs to be lower-case yes on SysV systems.
The sysV rpcgssd init script tests for [ "${SECURE_NFS}" != "yes" ].
This also works as lower case for system so a simple fix.
https://fedorahosted.org/freeipa/ticket/3207
This commit is contained in:
@@ -304,7 +304,7 @@ def configure_nfs(fstore, statestore):
|
||||
Configure secure NFS
|
||||
"""
|
||||
replacevars = {
|
||||
'SECURE_NFS': 'YES',
|
||||
'SECURE_NFS': 'yes',
|
||||
}
|
||||
ipautil.backup_config_and_replace_variables(fstore,
|
||||
NFS_CONF, replacevars=replacevars)
|
||||
|
||||
Reference in New Issue
Block a user