Last change
on this file was 206, checked in by Herwig Bauernfeind, 16 years ago |
Import Samba 3.3 branch at 3.0.0 level (psmedley's port)
|
File size:
387 bytes
|
Line | |
---|
1 | ##############################
|
---|
2 | # global configuration options
|
---|
3 | dn: cn=Global,cn=DefaultConfig,cn=Samba
|
---|
4 | objectclass: globalconfig
|
---|
5 | Workgroup: WORKGROUP
|
---|
6 | UnixCharset: UTF8
|
---|
7 | Security: user
|
---|
8 | NetbiosName: blu
|
---|
9 | GuestAccount: nobody
|
---|
10 |
|
---|
11 | ##############################
|
---|
12 | # [_default_] share
|
---|
13 | dn: cn=_default_,cn=Shares,cn=DefaultConfig,cn=Samba
|
---|
14 | objectclass: fileshare
|
---|
15 | cn: _default_
|
---|
16 | Path: /tmp
|
---|
17 | ReadOnly: yes
|
---|
Note:
See
TracBrowser
for help on using the repository browser.