diff options
Diffstat (limited to 'source3/include/local.h')
-rw-r--r-- | source3/include/local.h | 6 |
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 |