Unverified Commit 4530b8f7 authored by Benjamin Staffin's avatar Benjamin Staffin Committed by GitHub
Browse files

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`.
parent e93ccda8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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]