diff options
author | Andrew Bartlett <abartlet@samba.org> | 2014-01-10 15:04:02 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-01-28 17:26:44 +1300 |
commit | 8fbe9269c92e7a5819a241ebb6bd8f2c8890f8a6 (patch) | |
tree | dbe3a4959cadb5a5f5a2aa840fb803e87cbbd590 /source3/include | |
parent | 0990ff6e41450668c1d331a9cc1fb2728addfbdd (diff) | |
download | samba-8fbe9269c92e7a5819a241ebb6bd8f2c8890f8a6.tar.gz samba-8fbe9269c92e7a5819a241ebb6bd8f2c8890f8a6.tar.xz samba-8fbe9269c92e7a5819a241ebb6bd8f2c8890f8a6.zip |
lib/param: Move GUEST_ACCOUNT define to a common header
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/local.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/local.h b/source3/include/local.h index a87ab8f100..c494d90eec 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -80,11 +80,6 @@ NT file manager window? */ #define FSTYPE_STRING "NTFS" -/* the default guest account - normally set in the Makefile or smb.conf */ -#ifndef GUEST_ACCOUNT -#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" |