Initial commit

This commit is contained in:
2021-02-10 14:49:30 +01:00
commit 1428d07ee9
20 changed files with 2690 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[Unit]
Description=WebLDAPPasswd
After=network.target
[Service]
Type=simple
User=webldappasswd
ExecStart=/usr/bin/webldappasswd
Restart=always
[Install]
WantedBy=multi-user.target

View File

@ -0,0 +1,3 @@
{
"dn" : "uid={{username}},ou=User,dc=example,dc=com",
}