remove ldap auth
This commit is contained in:
parent
d7a5f7628a
commit
678d6d832b
4 changed files with 7 additions and 73 deletions
|
@ -5,9 +5,9 @@ if [ ! -z ${STATIC_USER+x} ]; then
|
|||
--sha512 \
|
||||
--passwd \
|
||||
--home /var/lib/ftp/data \
|
||||
--uid ${STATIC_UID} \
|
||||
--gid ${STATIC_GID} \
|
||||
--name ${STATIC_USER} \
|
||||
--uid "$STATIC_UID" \
|
||||
--gid "$STATIC_GID" \
|
||||
--name "$STATIC_USER" \
|
||||
--shell /bin/sh \
|
||||
--file /etc/proftpd/passwd \
|
||||
--stdin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue