Lines Matching refs:userid
580 userid=''
582 userid="`(id -u) 2>/dev/null`"
583 if [ ".$userid" = . ]; then
584 userid="`(id -u ${username}) 2>/dev/null`"
585 if [ ".$userid" = . ]; then
588 userid=`echo $str | sed -e 's/^uid[ ]*=[ ]*//' -e 's/(.*$//'`
590 if [ ".$userid" = . ]; then
591 userid=`(getent passwd ${username}) 2>/dev/null | \
593 if [ ".$userid" = . ]; then
594 userid=`grep "^${username}:" /etc/passwd 2>/dev/null | \
596 if [ ".$userid" = . ]; then
597 … userid=`(ypmatch "${username}" passwd; nismatch "${username}" passwd) 2>/dev/null | \
599 if [ ".$userid" = . ]; then
600 userid=`(nidump passwd . | grep "^${username}:") 2>/dev/null | \
602 if [ ".$userid" = . ]; then
603 userid='?'
756 -e "s/%U/${userid}/g" \