summaryrefslogtreecommitdiffstats
path: root/pamldapd.json.example
diff options
context:
space:
mode:
authorEC2 Default User <eisin@users.noreply.github.com>2018-07-01 12:11:45 +0200
committerEC2 Default User <eisin@users.noreply.github.com>2018-07-01 12:11:45 +0200
commit967b1a272b1d4081e2629f0eabe52c61bf52450e (patch)
tree580985a40f26d5c8f65c25de3a96786f01937ad0 /pamldapd.json.example
parentadd Dockerfile and Makefile (diff)
downloadpamldapd-967b1a272b1d4081e2629f0eabe52c61bf52450e.tar
pamldapd-967b1a272b1d4081e2629f0eabe52c61bf52450e.tar.gz
pamldapd-967b1a272b1d4081e2629f0eabe52c61bf52450e.tar.bz2
pamldapd-967b1a272b1d4081e2629f0eabe52c61bf52450e.tar.lz
pamldapd-967b1a272b1d4081e2629f0eabe52c61bf52450e.tar.xz
pamldapd-967b1a272b1d4081e2629f0eabe52c61bf52450e.tar.zst
pamldapd-967b1a272b1d4081e2629f0eabe52c61bf52450e.zip
Diffstat (limited to '')
-rw-r--r--pamldapd.json.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/pamldapd.json.example b/pamldapd.json.example
index d1aa142..14e0c05 100644
--- a/pamldapd.json.example
+++ b/pamldapd.json.example
@@ -1,8 +1,8 @@
{
"listen": "127.0.0.1:10389",
- "pamServicename": "password-auth",
+ "pamservicename": "password-auth",
"peopledn": "ou=people,dc=example,dc=com",
"groupsdn": "ou=groups,dc=example,dc=com",
- "bindadmindn": "uid=user,dc=example,dc=com",
+ "bindadmindn": "uid=adminuser,dc=example,dc=com",
"bindadminpassword": "password"
}