Hi, I am trying to add samba server(3.0.4) in Solaris to win2000 domain, then all PC in the domain can see the share drive in Solaris. Followed the manual:
root# groupadd machines root# /usr/sbin/useradd -g machines -d /dev/null -c "machine nickname" -s /bin/false machine_name$ root# passwd -l machine_name$ root# smbpasswd -a -m machine_name 1. On the MS Windows NT Domain Controller, using the Server Manager, add a machine account for the Samba server. 2. On the UNIX/Linux system execute: root# net rpc join -U administrator%password successfully. But when I tried to from the Win2000 pc to access the samba server, it failed. Did I miss something? Please help!! Here is the smb.conf Load smb config files from /usr/local/samba/lib/smb.conf Processing section "[homes]" Processing section "[netlogon]" Processing section "[printers]" Processing section "[ImageShare]" Loaded services file OK. Server role: ROLE_DOMAIN_MEMBER Press enter to see a dump of your service definitions # Global parameters [global] workgroup = MYDOMAIN server string = My Samba Server security = DOMAIN unix password sync = Yes encrypt passwords = yes password server = * log level = 5 log file = /usr/local/samba/var/log.%m max log size = 50 deadtime = 15 dns proxy = No hosts allow = 192.168.17., 192.168.18., 127. [homes] comment = Home Directories read only = No [netlogon] comment = Network Logon Service path = /usr/local/samba/lib/netlogon guest ok = Yes share modes = No [printers] comment = All Printers path = /usr/spool/samba printable = Yes browseable = No [ImageShare] comment = Share images path = /temp write list = @staff read only = No guest ok = Yes -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba