diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2024-06-06 20:47:12 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2024-06-06 20:47:12 +0200 |
commit | 21c295e22a8128f1f0ae8486621326bafc5a028a (patch) | |
tree | ee7eafb918b0142ea7a7cf39992ebcf473b0c33a /net-nds/pamldapd/files | |
parent | pamldapd 0.5 bump (diff) | |
download | g-21c295e22a8128f1f0ae8486621326bafc5a028a.tar g-21c295e22a8128f1f0ae8486621326bafc5a028a.tar.gz g-21c295e22a8128f1f0ae8486621326bafc5a028a.tar.bz2 g-21c295e22a8128f1f0ae8486621326bafc5a028a.tar.lz g-21c295e22a8128f1f0ae8486621326bafc5a028a.tar.xz g-21c295e22a8128f1f0ae8486621326bafc5a028a.tar.zst g-21c295e22a8128f1f0ae8486621326bafc5a028a.zip |
Diffstat (limited to 'net-nds/pamldapd/files')
-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" +} |