diff options
Diffstat (limited to '')
-rw-r--r-- | pamldapd.json.example | 4 |
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" } |