diff options
author | Jeremy Allison <jra@samba.org> | 2001-05-06 20:56:14 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-05-06 20:56:14 +0000 |
commit | 998fcd3f1ea496c0799cf9259d93135e13b4875e (patch) | |
tree | 447801f76442ffa7e6d64f36173839a3dad90504 /source3/include | |
parent | 9074322761b4bbd26ea7c3860af992bf8a845758 (diff) | |
download | samba-998fcd3f1ea496c0799cf9259d93135e13b4875e.tar.gz samba-998fcd3f1ea496c0799cf9259d93135e13b4875e.tar.bz2 samba-998fcd3f1ea496c0799cf9259d93135e13b4875e.zip |
Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thought
about it to stop account lockouts with "security=server" mode. Sorry for
the delay David.
Jeremy.
(This used to be commit e8819715038ed49b07ed5639b1b88ad12e994b53)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/local.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/local.h b/source3/include/local.h index e534f39306..e9e4fb2d35 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -100,6 +100,11 @@ #define GUEST_ACCOUNT "nobody" #endif +/* user to test password server with as invalid in security=server mode. */ +#ifndef INVALID_USER_PREFIX +#define INVALID_USER_PREFIX "sambatest" +#endif + /* the default pager to use for the client "more" command. Users can override this with the PAGER environment variable */ #ifndef PAGER |