source:
branches/samba-3.5.x/source3/lib/ldb/tests/test-default-config.ldif
Last change on this file was 414, checked in by , 15 years ago | |
---|---|
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.