6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
[ -r ./conf ] && . ./conf
|
||
|
|
||
|
exec chpst -u _netauth_ldap:_netauth_ldap ldap 2>&1
|