This file is indexed.

/usr/share/zentyal/stubs/samba/smbldap.conf.mas is in zentyal-samba 2.3.3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<%args>
	$sid
	$domain
	$netbios
	$ldap
</%args>
SID="<% $sid %>"

sambaDomain="<% $domain %>"

slaveLDAP="127.0.0.1"

slavePort="389"

masterLDAP="127.0.0.1"

masterPort="389"

ldapTLS="0"

verify="none"

cafile="/noexist"

clientcert="/noexist"

clientkey="/noexist"

suffix="<% $ldap->{'dn'} %>"

usersdn="ou=Users,${suffix}"

computersdn="ou=Computers,${suffix}"

groupsdn="ou=Groups,${suffix}"

idmapdn="ou=Idmap,${suffix}"

sambaUnixIdPooldn="sambaDomainName=<% $domain %>,${suffix}"

scope="sub"

hash_encrypt="CLEARTEXT"

crypt_salt_format="%s"

userLoginShell="/bin/null"

userHome="/home/%U"

userHomeDirectoryMode="700"

userGecos="System User"

defaultUserGid="513"

defaultComputerGid="515"

skeletonDir="/etc/skel"

defaultMaxPasswordAge="45"

userSmbHome="\\<% $netbios %>\%U"

userProfile="\\<% $netbios %>\profiles\%U"

userHomeDrive="H:"

userScript="logon.bat"

mailDomain="ebox"

with_smbpasswd="0"
smbpasswd="/usr/bin/smbpasswd"

with_slappasswd="0"
slappasswd="/usr/sbin/slappasswd"