About the sssd.conf File
SSSD services and domains are configured in a .conf
file. The default file is /etc/sssd/sssd.conf
, although alternative files can be passed to SSSD by using the -c
option with the sssd
command:
# sssd -c /etc/sssd/customfile.conf
Both services and domains are configured individually, in separate sections on the configuration identified by [type/name] divisions, such as [domain/LDAP]
. The configuration file uses simple key = value lines to set the configuration. Comment lines are set by either a hash sign (#) or a semicolon (;)
For example:
[section] # Comment line key1 = val1 key10 = val1,val2