source: vendor/current/lib/ldb/tests/test-default-config.ldif

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

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.