From bf1f6add5519a1661fabd3efa1818d9776db7869 Mon Sep 17 00:00:00 2001 From: Matt Coddington Date: Mon, 6 Feb 2012 15:23:38 -0500 Subject: [PATCH] bugfix for shadow field number --- conf/type/__user/gencode-remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/type/__user/gencode-remote b/conf/type/__user/gencode-remote index ce50359b..595c7f64 100755 --- a/conf/type/__user/gencode-remote +++ b/conf/type/__user/gencode-remote @@ -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 ;;