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