Sorry for my little english I have the 1.9.18p8 version on a unix machine HP-UX 10.20 I try to connect from a pc with NT4.0 SP3 where I'm logged in as administrator I try to connect on the unix as different users (tec110, cadnt4....) This is the configuration file : smb.conf [global] debug level = 3 dead time = 5 dns proxy = no [unix-eso] path = /home/eso public = yes guest account = pcguest user = tec110 active daemon on the unix machine /usr/local/samba/bin/smbd -D active users on the unix machine (file /etc/passwd) tec110:tdcfhRJdWvUMo:300:1111:rondelli :/users/tec110:/usr/bin/csh pcguest:SeVPWpzy/ZuN6:6789:1111:.. utente samba ..:/home/pcguest:/usr/bin/csh cadnt4:/fo4BZi2tqngI:6790:1111:....utente samba ..:/home/pcguest:/usr/bin/csh active group on the unix machine (file /etc/group) samba::1111:pcguest,cadnt4,tec110 On the pc is installed only the TCP/IP My problem is : when i try to connect with the unix from the pc,even if I use the user 'tec110' or other users,on the smbserver I have always a connection registered as 'pcguest' I would like a different registration for each connection I have because I want to know who modifies a file or create a new folder (example). Not only pcguest. Thank you ciao
Sorry for my little english I have the 1.9.18p8 version on a unix machine HP-UX 10.20 I try to connect from a pc with NT4.0 SP3 where I'm logged in as administrator I try to connect on the unix as different users but principally with "tec110" I have run the diagnosis tests but i have 2 problems : 1) - when i try to connect from the pc to the /home on the unix box with the user "tec110",i have always this msg "the account is not able to connect from this workstation" If we can resolve this problem,I would like connect to /home with different users and not always "pcguest" because for me is very important to know who is doing what. 2) - From the pc I'm able to connect to /tmp and /cdrom but always with the user "pcguest".I would like connect /tmp with a user and /cdrom with other users. This is the "smb.conf" file : [global] # debug level = 3 dead time = 5 # dns proxy = no # security = USER # browseable = yes workgroup = CADCAM password level = 8 guest account = pcguest status = yes log file = /usr/local/samba/var/log.%m # share modes = yes # [cdrom] comment = cdrom in condivisione path = /cdrom public = yes writable = no printable = no # guest account = pcguest [tmp] comment = directory temporanea path = /tmp public = yes writable = yes create mode = 0777 # force users = PCGUEST # valid users = tec110 # guest account = PCGUEST # username = tec110 # read only = yes # [casa] comment = prova di condivisione con pc path = /home public = no writable = yes printable = no #------------------------------------------------------ # write list = @hallo #------------------------------------------------------ create mode = 0770 # only guest = yes # force users = pcguest # valid users = tec110 # allow hosts = cadnt4 # guest only = yes # browseable = yes # guest account = PCGUEST username = tec110 active daemon on the unix machine /usr/local/samba/bin/smbd -D /usr/local/samba/bin/nmbd -D active users on the unix machine (file /etc/passwd) tec110:????????:300:1111:rondelli :/users/tec110:/usr/bin/csh pcguest:????????:6789:1111:.. utente samba ..:/home/pcguest:/usr/bin/csh the user tec110 has the same pswd on unix box and on the pc the user pcguest is present only on unix active group on the unix machine (file /etc/group) samba::1111:pcguest,tec110 On the pc is installed only the TCP/IP Thank you ciao