diff options
Diffstat (limited to 'source/include/local.h')
-rw-r--r-- | source/include/local.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/local.h b/source/include/local.h index e534f39306a..e9e4fb2d35f 100644 --- a/source/include/local.h +++ b/source/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 |