Skip to content

Commit

Permalink
Added example ldap pillar data.
Browse files Browse the repository at this point in the history
  • Loading branch information
fintanmm committed Sep 30, 2015
1 parent dddc5e1 commit 04384c0
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions pillar.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
template:
lookup:
master: template-master
pam:
ldap:
host: localhost
port: 389
base: 'ou=dep,o=org'
version: 3
policy: soft
binddn: 'cn=Manager,dc=example,dc=com'
bindpw: secret
scope: sub
pam_lookup_policy: yes
pam_groupdn: 'cn=PAM,ou=Groups,dc=padl,dc=com'
pam_member_attribute: member
pam_password: ad
ssl: start_tls
tls_checkpeer: 'yes'
tls_cacertfile: /etc/ssl/ca.cert
tls_cacertdir: /etc/ssl/certs

0 comments on commit 04384c0

Please sign in to comment.