source: branches/samba-3.5.x/source3/lib/ldb/tests/test-default-config.ldif

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 387 bytes
Line 
1##############################
2# global configuration options
3dn: cn=Global,cn=DefaultConfig,cn=Samba
4objectclass: globalconfig
5Workgroup: WORKGROUP
6UnixCharset: UTF8
7Security: user
8NetbiosName: blu
9GuestAccount: nobody
10
11##############################
12# [_default_] share
13dn: cn=_default_,cn=Shares,cn=DefaultConfig,cn=Samba
14objectclass: fileshare
15cn: _default_
16Path: /tmp
17ReadOnly: yes
Note: See TracBrowser for help on using the repository browser.