- manage config directories, config file - manage systemd service and socket - manage users, service accounts and groups - manage defaults for users, services and groups - manage packages for role
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
#################
|
|
# Server configuration.
|
|
[ldaps]
|
|
enabled = <%= $ldaps_enabled %>
|
|
listen = "<%= $ldaps_address %>:<%= $ldaps_port %>"
|
|
cert = "<%= $ldaps_cert %>"
|
|
key = "<%= $ldaps_key %>"
|
|
|