summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/test-config.ldif
blob: 92592a2d66bc33c6d7d11a724fcc353a1279013f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
##############################
# global configuration options
dn: cn=Global,cn=Config,cn=Samba
objectclass: globalconfig
Workgroup: VNET3
UnixCharset: UTF8
Security: user
Interfaces: vmnet* eth*
NetbiosName: blu
GuestAccount: tridge

##############################
# [test] share
dn: cn=test,cn=Shares,cn=Config,cn=Samba
objectclass: fileshare
cn: test
Comment: a test share
Path: /home/tridge/samba4/prefix/test
ReadOnly: no

#####################################
# [msdn] a remote proxy share, stored
# on \\msdn\test
dn: cn=msdn,cn=Shares,cn=Config,cn=Samba
objectclass: fileshare
cn: msdn
NtvfsHandler: cifs
ReadOnly: no
_CifsServer: msdn
_CifsUser: administrator
_CifsPassword: penguin
_CifsDomain: winxp
_CifsShare: test


##############################
# [VisualC] share
dn: cn=visualc,cn=Shares,cn=Config,cn=Samba
objectclass: fileshare
cn: VisualC
Comment: VisualC development
Path: /home/tridge/VisualC
ReadOnly: no
NtvfsHandler: simple