diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-12-02 23:28:14 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-12-02 23:28:14 +0000 |
commit | 6a012a815317e2a3a31d2816943ae0750eb15cd5 (patch) | |
tree | 5619263ec07130f138933e94c87a96644480e8d2 | |
parent | 7097597fd64353f023fae28124bae20e74fd18ed (diff) | |
download | samba-6a012a815317e2a3a31d2816943ae0750eb15cd5.tar.gz samba-6a012a815317e2a3a31d2816943ae0750eb15cd5.tar.xz samba-6a012a815317e2a3a31d2816943ae0750eb15cd5.zip |
the default GUEST_ACCOUNT should be here not in smb.h
(This used to be commit 13c2f432d61381a055378d303dfc8806ea4eea42)
-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 ae791d84e62..2e7fa223540 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 |