http://linux.die.net/man/8/sssd
Name
sssd – System Security Services Daemon
Synopsis
sssd [options]
Description
SSSD 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 connect to multiple different account sources as well as D-Bus interface. It is also the basis to provide client auditing and policy services for projects like FreeIPA. It provides a more robust database to store local users as well as extended user data.
LDAP Logging |
Server Training – Server Management |
Configure Logging You certainly want to look at the logging aspect as it is essential for troubleshooting. I hate to say it but you will have problems and this will make it easier. The logging options should be placed in the slapd.conf file. The directive for logging is represented by a number representing the type of information that should be saved. Here are the options: -1 all If you wanted to log each of these you add them together and you get an integer that you place after the directive. loglevel 296 Edit /etc/syslog.conf # service syslog reload
NB: There is no need to restart ldap service.
|
+ There are no comments
Add yours