From 36f846bdfddd533d9f148a896962a5e1be889291 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 21 Mar 2012 09:35:02 -0400 Subject: Start SSSD earlier and stop it later SSSD needs to be started before NFS-related processes or they will mount with the username 'nobody' if they would have otherwise used LDAP accounts. https://fedorahosted.org/sssd/ticket/1273 --- src/sysv/sssd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysv/sssd b/src/sysv/sssd index 7339d86de..ca929e9ec 100644 --- a/src/sysv/sssd +++ b/src/sysv/sssd @@ -1,7 +1,7 @@ #!/bin/sh # # -# chkconfig: - 30 80 +# chkconfig: - 12 88 # description: Provides a set of daemons to manage access to remote directories # and authentication mechanisms. It provides an NSS and PAM # interface toward the system and a pluggable backend system to -- cgit