mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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:
parent
e93ccda887
commit
4530b8f72f
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user