bugfix for shadow field number

This commit is contained in:
Matt Coddington 2012-02-06 15:23:38 -05:00
parent 63ba527bd8
commit bf1f6add55

View file

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