This file is indexed.

/etc/fusionforge/config.ini.d/authldap.ini is in fusionforge-plugin-authldap 5.3.2+20141104-3+deb8u3.

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
[authldap]

; Current authldap is to be validate by developers
; plugin_status is a string.
; valid means : production ready.
; Any other strings means it's under work or broken and plugin 
; is available in installation_environment = development only.
plugin_status = valid

; By default, LDAP is enough to log in
required = no
sufficient = yes

; Allowed values: never, user-creation, login, every-page
sync_data_on = login

; LDAP parameters
ldap_server = ldap.example.com
ldap_port = 389
ldap_version = 3
start_tls = yes
base_dn = "ou=users,dc=example,dc=com"
; Comma-separated list of usernames
manager_dn = ''
manager_password = ''

; LDAP attributes mapping for data sync
; Comma-separated list of fusionforgefield=ldapfield
; Available values for fusionforgefield:
; email, firstname, lastname, username, phone, address, md5_password, unix_password
mapping = "username=uid,firstname=givenname,lastname=sn,email=mail,phone=telephonenumber,unix_password=passwd"