From 6a012a815317e2a3a31d2816943ae0750eb15cd5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Dec 1997 23:28:14 +0000 Subject: the default GUEST_ACCOUNT should be here not in smb.h (This used to be commit 13c2f432d61381a055378d303dfc8806ea4eea42) --- source3/include/local.h | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit