-
Notifications
You must be signed in to change notification settings - Fork 0
/
ldapscanner.cfg.dist
36 lines (32 loc) · 1.07 KB
/
ldapscanner.cfg.dist
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
[server]
# What's needed to connect?
# Hosts can be many, separate them with commas
hosts=ldap.host,another.host
port=636
ldaps=1
timeout=5
[search]
# Put in what records you wanna find (and diff over time) here.
# Surround your filter with parens, especially if you need to
# do searches on multiple things, a la
# (&(objectClass=capedAvenger)(o=LegionOfDoom))
base=ou=superheroes,dc=marvel,dc=comics
filter=(objectClass=capedAvenger)
[creds]
# If you need to auth with the server in order to get the
# records you need, then enter the details below.
# If not, delete this section.
dn=heroName=Lobo,ou=superheroes,dc=marvel,dc=comics
pass=S4NT4DR00LZ
[display]
# Put anything you don't want displayed in your cron email here.
# Separated by commas, just like hosts
# Binary blob fields like jpegPhoto get annoying quick.
ignore_attrs=jpegPhoto
[prefs]
# Loglevels:
# warn: warn on errors, print diff.
# error: die on errors, print diff. Recommended for crons.
# info: die on errors, print informational messages
# debug: die on errors, also print debug & info messages
loglevel=error