diff options
author | Tim Potter <tpot@samba.org> | 2000-06-05 12:58:47 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-06-05 12:58:47 +0000 |
commit | bf302c54478dfa5cfb1e8124ec0dc3faec753598 (patch) | |
tree | b0544692bb132f66688931605c7b068de797eff4 /examples/appliance/smb.conf-appliance | |
parent | c35ea645616990c25f75cfa7dcdf0ecb75ff29eb (diff) | |
download | samba-bf302c54478dfa5cfb1e8124ec0dc3faec753598.tar.gz samba-bf302c54478dfa5cfb1e8124ec0dc3faec753598.tar.bz2 samba-bf302c54478dfa5cfb1e8124ec0dc3faec753598.zip |
Updated samba appliance example.
(This used to be commit e42f2fc397ab195391a6f78452782efb89ebf0cf)
Diffstat (limited to 'examples/appliance/smb.conf-appliance')
-rw-r--r-- | examples/appliance/smb.conf-appliance | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/appliance/smb.conf-appliance b/examples/appliance/smb.conf-appliance new file mode 100644 index 0000000000..a3c62256c5 --- /dev/null +++ b/examples/appliance/smb.conf-appliance @@ -0,0 +1,8 @@ +[global] + workgroup = DOMAIN + security = domain + encrypt passwords = true + stat cache = false + winbind uid = 10000-20000 + winbind gid = 10000-20000 + password server = PDC |