diff options
Diffstat (limited to 'pamldapd.json.example')
-rw-r--r-- | pamldapd.json.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pamldapd.json.example b/pamldapd.json.example new file mode 100644 index 0000000..d1aa142 --- /dev/null +++ b/pamldapd.json.example @@ -0,0 +1,8 @@ +{ + "listen": "127.0.0.1:10389", + "pamServicename": "password-auth", + "peopledn": "ou=people,dc=example,dc=com", + "groupsdn": "ou=groups,dc=example,dc=com", + "bindadmindn": "uid=user,dc=example,dc=com", + "bindadminpassword": "password" +} |