search for: mhm4out

Displaying 1 result from an estimated 1 matches for "mhm4out".

Did you mean: mem_out
2005 Dec 24
2
3.0.20 usermap script execution
...grep "\$na0xlogin$" | cut -d ' ' -f1` if [[ $? = 0 && $unixlogin != "" ]] then #if unixlogin is in the users.map then return it echo "$unixlogin" echo "$unixlogin" >> /tmp/mhm4out #debugging only else #find unixlogin in NIS passwd map then return it unixlogin=`ypcat passwd | cut -d ':' -f1 | grep ^$na0xlogin$` echo "$unixlogin" echo "$unixlogin" >> /tmp/mhm4out #debuggin...