Displaying 1 result from an estimated 1 matches for "mhm4error".
Did you mean:
  memerror
  
2005 Dec 24
2
3.0.20 usermap script execution
...-f1 | grep ^$na0xlogin$`
                echo "$unixlogin"
                echo "$unixlogin" >> /tmp/mhm4out #debugging only
        fi
        # below if statement for debugging only
        if [[ $unixlogin = "" ]]
        then
                #report to /tmp/mhm4error for any requests with no unix login
                echo $na0xlogin  >> /tmp/mhm4error #debugging only
        fi
else
        echo "You must enter a name to search."
        exit 1
fi
smb.conf global section*********************
[global]
   debug level = 3
   security = domain...