forked from ungleich-public/cdist
alpine uses a different getent lib which doesnt support: getent shadow
This commit is contained in:
parent
213f1b049c
commit
fb32d6ed3f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
name=$__object_id
|
name=$__object_id
|
||||||
|
|
||||||
case $("$__explorer/os") in
|
case $("$__explorer/os") in
|
||||||
'freebsd'|'netbsd'|'openbsd')
|
'freebsd'|'netbsd'|'openbsd'|'alpine')
|
||||||
database='passwd'
|
database='passwd'
|
||||||
;;
|
;;
|
||||||
# Default to using shadow passwords
|
# Default to using shadow passwords
|
||||||
|
|
Loading…
Reference in a new issue