diff options
author | Jeremy Allison <jra@samba.org> | 2001-04-23 20:43:20 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-04-23 20:43:20 +0000 |
commit | 70b55a9abc109df0e15e3aa6f01c03d9acea154a (patch) | |
tree | 6162241535419dcfac785bf8d55b2a97c1bad0b0 /source3/include | |
parent | e00451106bc0365405f68195afcb6351bd2a55c0 (diff) | |
download | samba-70b55a9abc109df0e15e3aa6f01c03d9acea154a.tar.gz samba-70b55a9abc109df0e15e3aa6f01c03d9acea154a.tar.bz2 samba-70b55a9abc109df0e15e3aa6f01c03d9acea154a.zip |
Added "obey pam restrictions" parameter - default to "off".
Only set this to "on" if you know you have your PAM set up correctly.....
NB. Doesn't apply to plaintext password authentication, which must use
pam when compiled in.
Jeremy.
(This used to be commit 59aa99f3901d098b7afbe675021bda53b62ee496)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ae9e8e914f..e4732f1f9f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1721,6 +1721,7 @@ BOOL lp_readbmpx(void); BOOL lp_readraw(void); BOOL lp_writeraw(void); BOOL lp_null_passwords(void); +BOOL lp_obey_pam_restrictions(void); BOOL lp_strip_dot(void); BOOL lp_encrypted_passwords(void); BOOL lp_update_encrypted(void); |