Don't forget to properly quote input.

Approved by: markm (mentor)(implicit)
Submitted by: Robin Breathe <robin@isometry.net>
This commit is contained in:
Mike Makonnen 2003-01-21 12:11:35 +00:00
parent 718af14fe4
commit acb3f07afd

View File

@ -205,7 +205,7 @@ add_user() {
yes)
_passwdmethod="-w yes"
_passwd="-h 0"
_upasswd="echo $upass |"
_upasswd="echo '$upass' |"
;;
none)
_passwdmethod="-w none"