alpine uses a different getent lib which doesnt support: getent shadow

This commit is contained in:
llnu 2020-03-08 16:04:02 +01:00
parent 213f1b049c
commit fb32d6ed3f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
name=$__object_id
case $("$__explorer/os") in
'freebsd'|'netbsd'|'openbsd')
'freebsd'|'netbsd'|'openbsd'|'alpine')
database='passwd'
;;
# Default to using shadow passwords