abiagion / freeipa

Forked from freeipa 5 years ago
Clone

2d3e91f The SECURE_NFS value needs to be lower-case yes on SysV systems.

Authored and Committed by rcritten 11 years ago
    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