diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-21 09:35:02 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-21 11:22:43 -0400 |
commit | 964cb56ecb308de0b757cfc63ccdadf542bb2749 (patch) | |
tree | bbe69a22a19a678a0081b89c9b467d547aad1d95 /src/sysv | |
parent | 04298e63d9e15a35fd793065c34b716c11c2d31a (diff) | |
download | sssd-964cb56ecb308de0b757cfc63ccdadf542bb2749.tar.gz sssd-964cb56ecb308de0b757cfc63ccdadf542bb2749.tar.xz sssd-964cb56ecb308de0b757cfc63ccdadf542bb2749.zip |
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
Diffstat (limited to 'src/sysv')
-rw-r--r-- | src/sysv/sssd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |