diff options
Diffstat (limited to 'net-nds/pamldapd/files/pamldapd.json')
-rw-r--r-- | net-nds/pamldapd/files/pamldapd.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-nds/pamldapd/files/pamldapd.json b/net-nds/pamldapd/files/pamldapd.json new file mode 100644 index 0000000..9d70e46 --- /dev/null +++ b/net-nds/pamldapd/files/pamldapd.json @@ -0,0 +1,9 @@ +{ + "listen": "/var/lib/pamldapd/sock", + "network": "unix", + "pamservicename": "pamldapd", + "peopledn": "ou=people,dc=localhost,dc=localdomain", + "groupsdn": "ou=groups,dc=localhost,dc=localdomain", + "bindadmindn": "uid=adminuser,dc=localhost,dc=localdomain", + "bindadminpassword": "password" +} |