the default GUEST_ACCOUNT should be here not in smb.h
authorAndrew Tridgell <tridge@samba.org>
Tue, 2 Dec 1997 23:28:14 +0000 (23:28 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 2 Dec 1997 23:28:14 +0000 (23:28 +0000)
source/include/local.h

index ae791d84e6252462813f3b1b4c2fd967c7817b4b..2e7fa2235407520f79f9fd1808d9a653b99952ec 100644 (file)
    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