This file is indexed.

/usr/share/zentyal/stubs/users/ldap.conf.mas is in zentyal-users 2.3.4.

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
<%args>
	$basedc
	$ldap
	$binddn
	$usersdn
	$computersdn
	$groupsdn
</%args>

# network or connect timeouts (see bind_timelimit).
# host 127.0.0.1

# The distinguished name of the search base.
base <% $basedc %>

# Another way to specify your LDAP server is to provide an
# uri with the server name. This allows to use
# Unix Domain Sockets to connect to a local LDAP Server.
uri <% $ldap %>

# The LDAP version to use (defaults to 3
# if supported by client library)
ldap_version 3

bind_policy soft

# The distinguished name to bind to the server with
# if the effective user ID is root. Password is
# stored in /etc/ldap.secret (mode 600)
rootbinddn <% $binddn %>

nss_base_passwd	        <% $usersdn %>?one
nss_base_passwd	        <% $computersdn %>?one
nss_base_shadow	        <% $usersdn %>?one
nss_base_group		<% $groupsdn %>?one