Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 480 Bytes

nsswitch.conf.md

File metadata and controls

37 lines (22 loc) · 480 Bytes

nsswitch.conf

Auths and authz on Linux.

passwd: compat

Users in /etc/passwd can authenticate. For LDAP-users:

+username
@netgroup

passwd: files sss

  • /etc/security/access.conf
  • /etc/security/access.d/<name>.conf
+: <subject> [subject...] : <source> [source...]

Where subject is a username or netgroup:

  • username
  • @netgroup

And subject is a network location:

  • ALL
  • LOCAL
  • 129.240.0.0/16
  • 2001:700:100::/40