[Samba] Fw:

2003-06-19 Thread Jerry Moore

Anyone know why I get this message on my NT when trying to mount
unix home to NT. see config etc... below:

The account is not authorized to login from this station.



--
Ran smbpasswd -u moorej

Ran:
root-fairchd1: smbclient -L fairchd1
added interface ip=199.254.200.1 bcast=199.254.200.255 nmask=255.255.255.0  
Password:   
Domain=[MYGROUP] OS=[Unix] Server=[Samba 2.2.3a]

Sharename  Type  Comment
-    ---
moorej Disk  Home Directory
tmpDisk  Temporary file space   
IPC$   IPC   IPC Service (Samba Server) 
ADMIN$ Disk  IPC Service (Samba Server)
root   Disk  Home Directories 

Server   Comment
----
FAIRCHD1 Samba Server   

WorkgroupMaster
----
MYGROUP  



netstat -a|grep netbios
 
tcp   0  0  localhost.4437 localhost.netbios_ TIME_WAIT
tcp   0  0  localhost.4435 localhost.netbios_ TIME_WAIT 
tcp   0  0  localhost.4433 localhost.netbios_ TIME_WAIT 
tcp   0  0  localhost.4431 localhost.netbios_ TIME_WAIT 
tcp   0  0  *.netbios_ *.*LISTEN
udp   0  0  fairchd1.netbios_  *.*  
udp   0  0  fairchd1.netbios_  *.* 
udp   0  0  *.netbios_ *.* 
udp   0  0  *.netbios_ *.* 

---
ON THE NT:

C:\net user e: \\199.254.200.1\moorej
The password is invalid for \\199.254.200.1\moorej.

Type the password for \\199.254.200.1\moorej:

The account is not authorized to login from this station.


--

smb.conf

# Samba config file created using SWAT
# from mfg_jsuther_95.sat.faidor.com (172.16.15.242)
# Date: 2003/06/19 10:01:07

# Global parameters
[global]
workgroup = MYGROUP
server string = Samba Server
security = SHARE
unix password sync = Yes
log file = /usr/local/samba/var/log.%m
max log size = 50
dns proxy = No

[homes]
comment = Home Directories
valid users = %S
read only = No
browseable = No

[moorej]
comment = Home Directory
path = /home/moorej  
valid users = moorej
read only = No

[tmp]
comment = Temporary file space
path = /tmp   

-

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Access Denied

2003-06-18 Thread Jerry Moore

Here is the smb.conf.

# Samba config file created using SWAT
# from mfg_jsuther_95.sat.faidor.com (172.16.15.242)
# Date: 2003/06/18 14:45:09

# Global parameters
[global]
workgroup = MYGROUP
server string = Samba Server
null passwords = Yes
unix password sync = Yes
log file = /usr/local/samba/var/log.%m
max log size = 50
dns proxy = No

[homes]
comment = Home Directories
valid users = %S
read only = No
browseable = No

[moorej]
comment = Home Directory
path = /home/moorej
valid users = moorej
read only = No

[tmp]
comment = Temporary file space
path = /tmp
user = moorej



--- Joel Hammer [EMAIL PROTECTED] wrote:

Why don't you post your smb.conf?
I avoid all password hassles with the following global and share
definitions:

[global]
encrypt passwords = yes 
security = SHARE
guest account = ftp


[AllFiles]
comment = All Files
path = /
read only = no
guest ok =  yes

For a walk on the wild side, try making:
   guest account = root 

Joel

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba