diff options
-rw-r--r-- | pamldapd.json.example | 8 | ||||
-rw-r--r-- | src/pamldapd.go (renamed from pamldapd.go) | 0 |
2 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" +} diff --git a/pamldapd.go b/src/pamldapd.go index b43797b..b43797b 100644 --- a/pamldapd.go +++ b/src/pamldapd.go |