ACCC1380 commited on
Commit
83ac6cb
1 Parent(s): 1128b4e

Upload etc/pam.d/chfn with huggingface_hub

Browse files
Files changed (1) hide show
  1. etc/pam.d/chfn +16 -0
etc/pam.d/chfn ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # The PAM configuration file for the Shadow `chfn' service
3
+ #
4
+
5
+ # This allows root to change user infomation without being
6
+ # prompted for a password
7
+ auth sufficient pam_rootok.so
8
+
9
+ # The standard Unix authentication modules, used with
10
+ # NIS (man nsswitch) as well as normal /etc/passwd and
11
+ # /etc/shadow entries.
12
+ @include common-auth
13
+ @include common-account
14
+ @include common-session
15
+
16
+