summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-01-10 15:04:02 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-01-28 17:26:44 +1300
commit8fbe9269c92e7a5819a241ebb6bd8f2c8890f8a6 (patch)
treedbe3a4959cadb5a5f5a2aa840fb803e87cbbd590 /source3
parent0990ff6e41450668c1d331a9cc1fb2728addfbdd (diff)
downloadsamba-8fbe9269c92e7a5819a241ebb6bd8f2c8890f8a6.tar.gz
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')
-rw-r--r--source3/include/local.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index a87ab8f100d..c494d90eec0 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"