forked from ungleich-public/cdist
bugfix for shadow field number
This commit is contained in:
parent
63ba527bd8
commit
bf1f6add55
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ if grep -q "^${name}:" "$__object/explorer/passwd"; then
|
|||
fi
|
||||
;;
|
||||
password)
|
||||
field=3
|
||||
field=2
|
||||
file="$__object/explorer/shadow"
|
||||
;;
|
||||
comment) field=5 ;;
|
||||
|
|
Loading…
Reference in a new issue