nixos/ipa: Lower default sssd debug_level (#310662)

debug_level 65510 (0x3f7f0) is _extremely_ verbose, far more than one
would want in normal operation.  Setting these in the default config
also makes it difficult to override in a user config.  Anyone who needs
greater verbosity can add these options to their own sssd config, or
adjust them at runtime with `sssctl debug-level`.
This commit is contained in:
Benjamin Staffin 2024-06-22 11:31:18 -04:00 committed by GitHub
parent e93ccda887
commit 4530b8f72f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -244,7 +244,6 @@ in {
ldap_user_extra_attrs = mail:mail, sn:sn, givenname:givenname, telephoneNumber:telephoneNumber, lock:nsaccountlock
[sssd]
debug_level = 65510
services = nss, sudo, pam, ssh, ifp
domains = ${cfg.domain}
@ -256,7 +255,6 @@ in {
pam_verbosity = 3
[sudo]
debug_level = 65510
[autofs]