Hi List, I installed Samba on Solaris and when I try to acess from the NT in the same VLAN, I am getting the following error c:\net use z:\\servername\sharename c:\the password is invalid for \\ system error 1240 occured The account is not authorized to login from this station Do I need to create a login account same as UNIX account? We usually login to UNIX servers through ssh and when I tried c:\net use z:\\servername\sharename from my pc it just hangs. We have VPN open from our LAN to the data center where we have our servers and they are behind firewall. Is there any port need to be opened in order to connect to shares from Samba. Please help! Thanks in advance ==== __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! auctions.yahoo.com
Raj wrote:> > Hi List, > I installed Samba on Solaris and when I try to acess > from the NT in the same VLAN, I am getting the > following error > > c:\net use z:\\servername\sharename > c:\the password is invalid for \\ > system error 1240 occured > The account is not authorized to login from this > stationYou need to enable encrypted passwords on the server side, and setup an smbpasswd file. Andrew Bartlett -- Andrew Bartlett abartlet@pcug.org.au Manager, Authentication Subsystems, Samba Team abartlet@samba.org Student Network Administrator, Hawker College abartlet@hawkerc.net samba.org build.samba.org hawkerc.net
> Raj wrote: > > > > Hi List, > > I installed Samba on Solaris and when I try to acess > > from the NT in the same VLAN, I am getting the > > following error > >[snip]> You need to enable encrypted passwords on the server side, and setup an > smbpasswd file.Or you may enable plain text passwords on the clients via the registry hacks that are included with the samba source distribution. This eliminates having to maintain a smbpasswd file, but of course plain text passwords are not preferrable for obvious security reasons.
Hi! list, Looks like I am missing a file in private directory which could be password file. Could some one post an example how this file looks # ./smbpasswd raj raj startsmbfilepwent_internal: unable to open file /usr/local/samba/private/smbpasswd. Error was No such file or directory unable to open passdb database. Failed to find entry for user raj. Failed to modify password entry for user raj Thanks in advance --- Keith Warno <kw@valaran.com> wrote:> > Raj wrote: > > > > > > Hi List, > > > I installed Samba on Solaris and when I try to > acess > > > from the NT in the same VLAN, I am getting the > > > following error > > > > > [snip] > > > You need to enable encrypted passwords on the > server side, and setup an > > smbpasswd file. > > > > Or you may enable plain text passwords on the > clients via the registry > hacks that are included with the samba source > distribution. This > eliminates having to maintain a smbpasswd file, but > of course plain text > passwords are not preferrable for obvious security > reasons. > > > -- > To unsubscribe from this list go to the following > URL and read the > instructions: > lists.samba.org/mailman/listinfo/samba >==== __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! auctions.yahoo.com