A non-text attachment was scrubbed... Name: not available Type: text Size: 401 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/19980127/3948b732/attachment.bat
Hi, I am just trying to install samba on my sun m/c and trying to view the shared resources from a Win NT machine.. when I try to connect It requests me for a password and I provide my password which is on the samba server (its the same on the win nt m/c too). but after that it comes out saying that I am denied access to connect from my NT m/c. I would appreciate a quick response on this. Thanks in advance chinna -------------------------------------------------------- Name: Chinna Babu P E-mail: Chinna Babu P <pcb@INDIA.MENTORG.COM> Date: 05/22/98 Time: 20:50:37 --------------------------------------------------------
Hi , When i try to access the Shares on Samba from some Windows 95 or Windows 2000 Professional machine,i get a dialog asking for the password.When i enter the password,i get an error same bad password or username unknown.But rest of the machines are able to access the shares on the linux machine.What do i do?Please treat this as urgent. Madhu Murty
Maybe the W2K and W95 machines are doing password encryption? There's a README in a samba doc directory on how to turn that off in the W95 registry... -----Original Message----- From: Madhu Murty.M.V. [mailto:mmurty@megaxess.com] Sent: Wednesday, November 15, 2000 5:39 AM To: samba@samba.org Subject: Help Needed Hi , When i try to access the Shares on Samba from some Windows 95 or Windows 2000 Professional machine,i get a dialog asking for the password.When i enter the password,i get an error same bad password or username unknown.But rest of the machines are able to access the shares on the linux machine.What do i do?Please treat this as urgent. Madhu Murty
Be sure that you have made an smbpasswd file and the users trying to access the computer already have an account on your server. You can make password entries by typing smbpasswd username -ryu> Hi , > When i try to access the Shares on Samba from some Windows 95 or > Windows 2000 Professional machine,i get a dialog asking for the > password.When i enter the password,i get an error same bad password or > username unknown.But rest of the machines are able to access the shares > on the linux machine.What do i do?Please treat this as urgent. > > Madhu Murty > >
I am trying to set up some samba shares (v2.2.0) from a Solaris 8 systems to a Win2K system. The Win2k box is in a workgroup, not a domain. The problem I seem to be having involves password authentication. In the smb.conf file, under the global variables, if I set security = share, I can see the shares but cannot access them. When doing so I get prompted for a user name and passwd but no matter what I enter, it doesn't like it. My question is, in this case, what is samba doing password lookups against? Normally, we run in a Windows domain, and authenticate against a NT or Win2K password server through the use of the password server = entry in the smb.conf file. Any help would be appreciated. Thanks, Jon Page jon.page@pnl.gov
Hi there New to list. I'm trying to set up SMB so that I can r+w to files on a Linux Server running Mandrake 8. I can see the Server over the network but when I try to access it keeps asking for a password. This is what I've done smbadduser marcus:marcu set the password restart smb service smb restart refreshed even reopened Network Neighborhood It still ask me for a passwd I type the passwd in but it does work. Thanks In Advance Marcus =========================================================This message contains information intended for the perusal, and/or use (if so stated), by the stated addressee(s) only. The information is confidential and privileged. If you are not an intended recipient, do not peruse, use, disseminate, distribute, copy or in any manner rely upon the information contained in this message (directly or indirectly). The sender and/or the entity represented by the sender shall not be held accountable in the event that this prohibition is disregarded. If you receive this message in error, notify the sender immediately by e-mail, fax or telephone representations contained in this message, whether express or implied, are those of the sender only, unless that sender expressly states them to be the views or representations of an entity or person, who shall be named by the sender and who the sender shall state to represent. No liability shall otherwise attach to any other entity or person. ========================================================= -------------- next part -------------- HTML attachment scrubbed and removed
I don't see encrypt(ed?) passwords = yes or some such. What sort of windows client is this? You have guest ok = yes but you have not defined a guest account. This is likely a problem. Try guest account = ftp in your globals section. I don't have any experience with smbusers. Therefore, I don't know if marcu will be recognized as marcus by the samba server. Joel On Fri, Jul 19, 2002 at 06:57:09PM +0200, marcus@rtt.co.za wrote:> My windows login is [marcu] > The linux server i'm trying to access has a user on it [marcus] > This is the smb.conf file > ################################################ > [global] > printing = cups > dns proxy = no > security = user > workgroup = Dis > server string = Helpdesk Server > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > log file = /var/log/samba/log.%m > load printers = yes > printcap name = lpstat > max log size = 50 > > > [marcus] > path = /home/marcus > writeable = yes > browseable = yes > comment = Helpdesk > guest ok = yes > ################################################ > this is the smbusers file > > ################################################ > # Unix_name = SMB_name1 SMB_name2 ... > root = administrator admin > nobody = guest pcguest smbguest > marcus = marcu > ################################################ > This is the smbpasswd file > ################################################ > marcus:503:709AFFFB51023093AAD3B435B51404EE:011BDAD892C2D04685374455352CAC4A > :[U ]:LCT-3D389757: > ################################################ > > Thanks for the help > But is there something that i've done wrong. > > > > ----- Original Message ----- > From: Joel Hammer <Joel@hammershome.com> > To: <marcus@rtt.co.za>; <samba@lists.samba.org> > Sent: Friday, July 19, 2002 6:44 PM > Subject: Re: [Samba] help needed > > > > I don't know much about passwords, but: > > The user name which gets sent from the windows clients is the user name > you > > log on with on windows. Are you logging on windows with user marcus? > > Does user marcus have an account on the server? > > Then, have you taken care of the encrypted password stuff? > > And, you can use guest ok = yes and skip the passwords. > > Joel > > On Fri, Jul 19, 2002 at 06:25:25PM +0200, marcus@rtt.co.za wrote: > > > Hi there New to list. > > > > > > I'm trying to set up SMB so that I can r+w to files on a Linux Server > running Mandrake 8. > > > I can see the Server over the network but when I try to access it keeps > asking for a password. > > > > > > This is what I've done > > > > > > smbadduser marcus:marcu > > > set the password > > > > > > restart smb > > > service smb restart > > > > > > refreshed even reopened Network Neighborhood > > > > > > It still ask me for a passwd > > > I type the passwd in but it does work. > > > > > > Thanks In Advance > > > > > > Marcus > > > > > > > > > > > > > > > =========================================================> > > This message contains information intended for the perusal, and/or use > (if > > > so stated), by the stated addressee(s) only. The information is > > > confidential and privileged. If you are not an intended recipient, do > not > > > peruse, use, disseminate, distribute, copy or in any manner rely upon > the > > > information contained in this message (directly or indirectly). The > sender > > > and/or the entity represented by the sender shall not be held > accountable > > > in the event that this prohibition is disregarded. If you receive this > > > message in error, notify the sender immediately by e-mail, fax or > telephone > > > representations contained in this message, whether express or implied, > are > > > those of the sender only, unless that sender expressly states them to be > > > the views or representations of an entity or person, who shall be named > by > > > the sender and who the sender shall state to represent. No liability > shall > > > otherwise attach to any other entity or person. > > > =========================================================> > > > >
I don't see a "username map=" entry... try adding that to [Global] and put the path & filename of your smbusers file there (e.g. =/etc/samba/smbusers) restart samba and try to connect. The password you're being prompted for is the IPC$ (guest) password, I'll bet. If samba isn't mapping your Domain name to a local Unix account, this will happen. Jim> -----Original Message----- > From: Joel Hammer [mailto:Joel@HammersHome.com] > Sent: Friday, July 19, 2002 10:10 AM > To: marcus@rtt.co.za; samba@lists.samba.org > Subject: Re: [Samba] help needed > > > I don't see encrypt(ed?) passwords = yes or some such. What sort of > windows client is this? > > You have guest ok = yes but you have not defined a guest account. This > is likely a problem. Try guest account = ftp in your globals section. > > I don't have any experience with smbusers. Therefore, I don't know if > marcu will be recognized as marcus by the samba server. > > Joel > > On Fri, Jul 19, 2002 at 06:57:09PM +0200, marcus@rtt.co.za wrote: > > My windows login is [marcu] > > The linux server i'm trying to access has a user on it [marcus] > > This is the smb.conf file > > ################################################ > > [global] > > printing = cups > > dns proxy = no > > security = user > > workgroup = Dis > > server string = Helpdesk Server > > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > > log file = /var/log/samba/log.%m > > load printers = yes > > printcap name = lpstat > > max log size = 50 > > > > > > [marcus] > > path = /home/marcus > > writeable = yes > > browseable = yes > > comment = Helpdesk > > guest ok = yes > > ################################################ > > this is the smbusers file > > > > ################################################ > > # Unix_name = SMB_name1 SMB_name2 ... > > root = administrator admin > > nobody = guest pcguest smbguest > > marcus = marcu > > ################################################ > > This is the smbpasswd file > > ################################################ > > > marcus:503:709AFFFB51023093AAD3B435B51404EE:011BDAD892C2D04685 > 374455352CAC4A > > :[U ]:LCT-3D389757: > > ################################################ > > > > Thanks for the help > > But is there something that i've done wrong. > > > > > > > > ----- Original Message ----- > > From: Joel Hammer <Joel@hammershome.com> > > To: <marcus@rtt.co.za>; <samba@lists.samba.org> > > Sent: Friday, July 19, 2002 6:44 PM > > Subject: Re: [Samba] help needed > > > > > > > I don't know much about passwords, but: > > > The user name which gets sent from the windows clients is > the user name > > you > > > log on with on windows. Are you logging on windows with > user marcus? > > > Does user marcus have an account on the server? > > > Then, have you taken care of the encrypted password stuff? > > > And, you can use guest ok = yes and skip the passwords. > > > Joel > > > On Fri, Jul 19, 2002 at 06:25:25PM +0200, marcus@rtt.co.za wrote: > > > > Hi there New to list. > > > > > > > > I'm trying to set up SMB so that I can r+w to files on > a Linux Server > > running Mandrake 8. > > > > I can see the Server over the network but when I try to > access it keeps > > asking for a password. > > > > > > > > This is what I've done > > > > > > > > smbadduser marcus:marcu > > > > set the password > > > > > > > > restart smb > > > > service smb restart > > > > > > > > refreshed even reopened Network Neighborhood > > > > > > > > It still ask me for a passwd > > > > I type the passwd in but it does work. > > > > > > > > Thanks In Advance > > > > > > > > Marcus > > > > > > > > > > > > > > > > > > > > =========================================================> > > > This message contains information intended for the > perusal, and/or use > > (if > > > > so stated), by the stated addressee(s) only. The information is > > > > confidential and privileged. If you are not an intended > recipient, do > > not > > > > peruse, use, disseminate, distribute, copy or in any > manner rely upon > > the > > > > information contained in this message (directly or > indirectly). The > > sender > > > > and/or the entity represented by the sender shall not be held > > accountable > > > > in the event that this prohibition is disregarded. If > you receive this > > > > message in error, notify the sender immediately by > e-mail, fax or > > telephone > > > > representations contained in this message, whether > express or implied, > > are > > > > those of the sender only, unless that sender expressly > states them to be > > > > the views or representations of an entity or person, > who shall be named > > by > > > > the sender and who the sender shall state to represent. > No liability > > shall > > > > otherwise attach to any other entity or person. > > > > =========================================================> > > > > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >
Hi there I have resently shifted from a windows server to a linux server (Mandrake 9.0). I have configured the /etc/samba/smb.conf file and I have the server shown in the network neibourhood of my win clients. But I am not able to login the server. Could anyone please help me?? Thanks Pondiboy _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
Have you set up the users with Linux accounts and smbpasswd entries and have you added them to the etc/hosts file ? Mike ----- Original Message ----- From: "pondiboy -" <pondiboy@hotmail.com> To: <samba@lists.samba.org> Sent: Friday, January 03, 2003 11:52 AM Subject: [Samba] Help Needed> Hi there > > I have resently shifted from a windows server to a linux server (Mandrake > 9.0). I have configured the /etc/samba/smb.conf file and I have the server > shown in the network neibourhood of my win clients. But I am not able to > login the server. Could anyone please help me?? > > Thanks > Pondiboy > > > > _________________________________________________________________ > Protect your PC - get McAfee.com VirusScan Online > http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba > >
hello I am new to Samba protocol. Our Client software used samba protocol If there is no firewall case , this protocol work properly from remote site. All of firwall configuration open ( this mean is all of port open ). Samba work very well, but if some constrain put in, it doesn't work. would like to know about port usage of samba protocol. I think snmpd, nmpd daemon used some port number. i can see /etc/service file. Client software has no daemon, i think may be server request to some port of client. That means samba protocol used another port except snmpd,nmpd port. My question is 1. I would like to know about port usage of samba protocol. 2. My client want to set exact port number for firewall, because he don't want to open all of port for security isseu. Regards Dharanish _________________________________________________________________ Cricket World Cup 2003- News, Views and Match Reports. http://server1.msn.co.in/msnspecials/worldcup03/
hello i am new to Samba protocol please help. Our Client software used samba protocol If there is no firewall case , this protocol work properly from remote site. All of firwall configuration open ( this mean is all of port open ). Samba work very well, but if some constrain put in, it doesn't work. My client want to set exact port number for firewall, because he don't want to open all of port for security isseu. please give info how to configure samba on firewal. regards Dharanish _________________________________________________________________ Cricket World Cup 2003- News, Views and Match Reports. http://server1.msn.co.in/msnspecials/worldcup03/
Need help. I cannot make directory writeable from Windows NT, despite trying read only = no and writeable = true in smb.conf file in this [directory]. Is this because of user is invalid (user = nobody in [global]) or something else is wrong with my smb.conf file. I ran testparm and all went OK. Any help appreciated. Thanks -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
Did you give 0777 permission to your share folder? ----- Original Message ----- From: "Slawomir Stys" <sstys@linuxmail.org> To: <samba@lists.samba.org> Sent: Thursday, March 13, 2003 1:41 AM Subject: [Samba] help needed Need help. I cannot make directory writeable from Windows NT, despite trying read only = no and writeable = true in smb.conf file in this [directory]. Is this because of user is invalid (user = nobody in [global]) or something else is wrong with my smb.conf file. I ran testparm and all went OK. Any help appreciated. Thanks -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Hi, I have installed the public domain version of samba version 2.2.8a on aix 5.2 and I receive the following error message while attempting to start the samba server. I am wondering if anyone could help me. Thanks in advance. [2003/11/19 11:52:21, 0] smbd/server.c:main(791) smbd version 2.2.8a started. Copyright Andrew Tridgell and the Samba Team 1992-2002 [2003/11/19 11:52:21, 0] passdb/secrets.c:secrets_init(44) Failed to open /usr/local/private/secrets.tdb [2003/11/19 11:52:21, 0] smbd/server.c:main(791) smbd version 2.2.8a started. Copyright Andrew Tridgell and the Samba Team 1992-2002 [2003/11/19 11:52:21, 0] passdb/secrets.c:secrets_init(44) Failed to open /usr/local/private/secrets.tdb [2003/11/19 11:52:21, 0] passdb/machine_sid.c:pdb_generate_sam_sid(163) pdb_generate_sam_sid: Failed to store generated machine SID. [2003/11/19 11:52:21, 0] smbd/server.c:main(877) ERROR: Samba cannot create a SAM SID. [2003/11/19 11:52:21, 0] passdb/machine_sid.c:pdb_generate_sam_sid(163) pdb_generate_sam_sid: Failed to store generated machine SID. [2003/11/19 11:52:21, 0] smbd/server.c:main(877) ERROR: Samba cannot create a SAM SID. Vyasa Srinivas Unix System Administration FreddieMac 703-450-3352
hi, Failed to open /usr/local/private/secrets.tdb means smb is looking after this file this are the standart paths for a compiled versiom from scratch, depending on the packs you used this files can be in i.e. /etc/samba too Best Regards ----- Original Message ----- From: <vyasa_srinivas@freddiemac.com> To: <samba@samba.org> Sent: Wednesday, November 19, 2003 6:01 PM Subject: [Samba] Help needed> > > > > Hi, > > I have installed the public domain version of samba version 2.2.8a on aix > 5.2 and I receive the following error message while attempting to startthe> samba server. I am wondering if anyone could help me. Thanks in advance. > > [2003/11/19 11:52:21, 0] smbd/server.c:main(791) > smbd version 2.2.8a started. > Copyright Andrew Tridgell and the Samba Team 1992-2002 > [2003/11/19 11:52:21, 0] passdb/secrets.c:secrets_init(44) > Failed to open /usr/local/private/secrets.tdb > [2003/11/19 11:52:21, 0] smbd/server.c:main(791) > smbd version 2.2.8a started. > Copyright Andrew Tridgell and the Samba Team 1992-2002 > [2003/11/19 11:52:21, 0] passdb/secrets.c:secrets_init(44) > Failed to open /usr/local/private/secrets.tdb > [2003/11/19 11:52:21, 0] passdb/machine_sid.c:pdb_generate_sam_sid(163) > pdb_generate_sam_sid: Failed to store generated machine SID. > [2003/11/19 11:52:21, 0] smbd/server.c:main(877) > ERROR: Samba cannot create a SAM SID. > [2003/11/19 11:52:21, 0] passdb/machine_sid.c:pdb_generate_sam_sid(163) > pdb_generate_sam_sid: Failed to store generated machine SID. > [2003/11/19 11:52:21, 0] smbd/server.c:main(877) > ERROR: Samba cannot create a SAM SID. > > Vyasa Srinivas > Unix System Administration > FreddieMac > 703-450-3352 > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >