remove ldap auth

This commit is contained in:
Sebastian Hugentobler 2020-08-24 09:55:47 +02:00
parent d7a5f7628a
commit 678d6d832b
4 changed files with 7 additions and 73 deletions

View file

@ -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