bugfix for shadow field number

This commit is contained in:
Matt Coddington 2012-02-06 15:23:38 -05:00
parent 63ba527bd8
commit bf1f6add55
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ if grep -q "^${name}:" "$__object/explorer/passwd"; then
fi fi
;; ;;
password) password)
field=3 field=2
file="$__object/explorer/shadow" file="$__object/explorer/shadow"
;; ;;
comment) field=5 ;; comment) field=5 ;;