From a2a5d0d7fbcaa4ab97a7ebf1fc553555d674557e Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Sun, 1 Jul 2018 09:09:04 +0000 Subject: configuration example added --- pamldapd.json.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pamldapd.json.example (limited to 'pamldapd.json.example') 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" +} -- cgit v1.2.3