search for: na0x

Displaying 2 results from an estimated 2 matches for "na0x".

Did you mean: na01
2006 Jan 12
1
users.map changes needed after upgrading from Samba 2.2.8a to 3.0.10?
After upgrading Samba from 2.2.8a to 3.0.10, we find that users whose Unix login does not match their NT login need to have their users.map entry changed to include their NT domain name. e.g.: grybo = grybowski had to be changed to grybo = NA0X/grybowski I didn't have any luck searching the archives for this problem occurring for anyone else. Is there something that needs to be set in my smb.conf file to get around this? -- Jim Grybowski Lucent Technologies WH: 973-386-8620 grybowski@lucent.com
2005 Dec 24
2
3.0.20 usermap script execution
...n. Samba version 3.0.20 Configuration: ./configure --prefix=/opt/samba-3.0.20 --with-smbwrapper --with-nis --with-quotas --with-syslog --with-included-popt OS: Solaris 8 #!/bin/bash if [ $1 ] then echo "$1" >> /tmp/mhm4in #line needed for debugging #cut off the na0x\ part of input na0xlogin=`echo "$1" | cut -d '\' -f2` #search for a different unix login unixlogin=`ypcat users.map | grep "\$na0xlogin$" | cut -d ' ' -f1` if [[ $? = 0 && $unixlogin != "" ]] then...