Initial commit
This commit is contained in:
12
etc/systemd/system/webldappasswd.service
Normal file
12
etc/systemd/system/webldappasswd.service
Normal 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
|
3
etc/webldappasswd/config.json
Normal file
3
etc/webldappasswd/config.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"dn" : "uid={{username}},ou=User,dc=example,dc=com",
|
||||
}
|
Reference in New Issue
Block a user