Hello All, I hope that you are all doing well. I have been trying to get Samba setup and running on my Redhat 7.2 box so that users on Windows machines can login and be connected to their directory. The problem is that no matter what I try, I can see the Samba server from the Windows machine, but it keeps telling me that the password was not recognized and is the same linux password for each user. I cannot even see a general open directory on the Samba server and have tried playing around with just about all of the default settings in the smb.conf and am now starting back with a fresh default smb.conf file. that came with the rpm install. Does anyone have any ideas as to what might be going on here and how I might be able to fix it? Any ideas on the configuration setting would be greatly appreciated. Best Regards, Lonnie -- Lonnie Cumberland EMAIL: Lonnie@OutStep.com : Lonnie_Cumberland@yahoo.com
Lonnie, let me ask you, have you created Samba Accounts with the smbpasswd -a command. First you use 'adduser username' to add to the passwd file then you use the 'smbpasswd -a username' to add to smbpasswd file. So to add a user you do the following: # adduser donald to add the user # passwd donald to set initial linux password # smbpasswd -a donald to add smbuser you will be prompted for the password Don Zajic -----Original Message----- From: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org]On Behalf Of Lonnie Cumberland Sent: Tuesday, February 19, 2002 9:59 PM To: samba@lists.samba.org Subject: [Samba] Is there something missing? Hello All, I hope that you are all doing well. I have been trying to get Samba setup and running on my Redhat 7.2 box so that users on Windows machines can login and be connected to their directory. The problem is that no matter what I try, I can see the Samba server from the Windows machine, but it keeps telling me that the password was not recognized and is the same linux password for each user. I cannot even see a general open directory on the Samba server and have tried playing around with just about all of the default settings in the smb.conf and am now starting back with a fresh default smb.conf file. that came with the rpm install. Does anyone have any ideas as to what might be going on here and how I might be able to fix it? Any ideas on the configuration setting would be greatly appreciated. Best Regards, Lonnie -- Lonnie Cumberland EMAIL: Lonnie@OutStep.com : Lonnie_Cumberland@yahoo.com -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Lonnie, From out previous discussions it really seems like this is a client side problem. I took a look at the smb.conf file you sent me and if just changed the windows setting to logon to that server you would automatically see the home directory you want(I always tell it to use H:, logon drive = H: in smb.conf). What most people don't realize is that even though you may not see any login during bootup of 9x/ME there is still a user associated with that computer. That user name has to match the username on samba for it work like you want, KISS, just do the login and everything will work fine. Barry Johnson ----- Original Message ----- From: "Lonnie Cumberland" <lonnie@outstep.com> To: <samba@lists.samba.org> Sent: Tuesday, February 19, 2002 9:58 PM Subject: [Samba] Is there something missing?> Hello All, > > I hope that you are all doing well. I have been trying to get Samba > setup and running on my Redhat 7.2 box so that users on Windows > machines can login and be connected to their directory. > > The problem is that no matter what I try, I can see the Samba server > from the Windows machine, but it keeps telling me that the password > was not recognized and is the same linux password for each user. > > I cannot even see a general open directory on the Samba server and > have tried playing around with just about all of the default settings > in the smb.conf and am now starting back with a fresh default > smb.conf file. that came with the rpm install. > > Does anyone have any ideas as to what might be going on here and how > I might be able to fix it? > > Any ideas on the configuration setting would be greatly appreciated. > > Best Regards, > Lonnie > > -- > Lonnie Cumberland > EMAIL: Lonnie@OutStep.com > : Lonnie_Cumberland@yahoo.com > > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >