sssd.in revision 636caee5776fb062fde39bc761df142005dcb589
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# chkconfig: - 12 88
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# description: Provides a set of daemons to manage access to remote directories
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# and authentication mechanisms. It provides an NSS and PAM
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# interface toward the system and a pluggable backend system to
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# connect to multiple different account sources. It is also the
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# basis to provide client auditing and policy services for projects
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# like FreeIPA.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen### BEGIN INIT INFO
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# Provides: sssd
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# Required-Start: $remote_fs $time
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# Should-Start: $syslog
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# Should-Stop: $null
d229f940abfb2490dee17979e9a5ff31b7012eb5rbowen# Required-Stop: $null
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# Default-Stop: 0 1 6
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# Short-Description: System Security Services Daemon
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# Description: Provides a set of daemons to manage access to remote directories
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# and authentication mechanisms. It provides an NSS and PAM
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# interface toward the system and a pluggable backend system to
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# connect to multiple different account sources. It is also the
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# basis to provide client auditing and policy services for projects
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung# like FreeIPA.
7fb4c0766e858653c9776474005a6ae6d94828afgryzor### END INIT INFO
f9442c8a9869d3525a1ae6ed3e85c65d408e8a70sf# Source function library.
7fb4c0766e858653c9776474005a6ae6d94828afgryzorif [ -f @environment_file@ ]; then
7fb4c0766e858653c9776474005a6ae6d94828afgryzor [ -x $SSSD ] || exit 5
9534272616b71aaea50aeec4162e749a96aebd7fsf # run checks to determine if the service is running or use generic status
7fb4c0766e858653c9776474005a6ae6d94828afgryzor echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"