summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-12-02 23:28:14 +0000
committerAndrew Tridgell <tridge@samba.org>1997-12-02 23:28:14 +0000
commit6a012a815317e2a3a31d2816943ae0750eb15cd5 (patch)
tree5619263ec07130f138933e94c87a96644480e8d2 /source3/include/local.h
parent7097597fd64353f023fae28124bae20e74fd18ed (diff)
downloadsamba-6a012a815317e2a3a31d2816943ae0750eb15cd5.tar.gz
samba-6a012a815317e2a3a31d2816943ae0750eb15cd5.tar.bz2
samba-6a012a815317e2a3a31d2816943ae0750eb15cd5.zip
the default GUEST_ACCOUNT should be here not in smb.h
(This used to be commit 13c2f432d61381a055378d303dfc8806ea4eea42)
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index ae791d84e6..2e7fa22354 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -75,6 +75,12 @@
manager window? */
#define FSTYPE_STRING "Samba"
+
+/* the default guest account - normally set in the Makefile or smb.conf */
+#ifndef GUEST_ACCOUNT
+#define GUEST_ACCOUNT "nobody"
+#endif
+
/* do you want smbd to send a 1 byte packet to nmbd to trigger it to start
when smbd starts? */
#ifndef PRIME_NMBD