Have a Samba PDC which authenticates the users login to the domain. But when I try to mount a share from a member server in the domain, I get errors like this: Closing connections [2003/06/01 15:50:46, 2] smbd/reply.c:reply_sesssetup_and_X(985) Defaulting to Lanman password for pnelson [2003/06/01 15:50:46, 2] lib/access.c:check_access(327) Allowed connection from (10.32.30.16) [2003/06/01 15:50:47, 2] smbd/service.c:make_connection(331) Invalid username/password for neatech [pnelson] [2003/06/01 15:50:47, 2] lib/access.c:check_access(327) Allowed connection from (10.32.30.16) [2003/06/01 15:50:49, 2] smbd/service.c:make_connection(331) Invalid username/password for neatech [pnelson] [2003/06/01 15:50:49, 2] smbd/server.c:exit_server(461) Closing connections I have tried to troubleshoot this for a couple days... I've run out of ideas. I must be missing something simple (hopefully). I think that this worked at one time, but now I'm not sure. The server that issued the above errors is a member server of the domain. I'm login in from a W98se system. The windows login works fine, the domain login works fine, the boot-up script window shows it self, but I cant login to mount the share from the member server. Any help would be much appreciated.
Is the member server getting the authenticated username and password? The member server has to be able to know the user is allowed to use the share. I setup mine a little different I used NFS from the member back to the primary and then just assigned the drive as if it was on the primary. Just a thought. On 01 Jun 2003 16:01:05 -0700, Patrick Nelson wrote> Have a Samba PDC which authenticates the users login to the domain. > But when I try to mount a share from a member server in the domain, > I get errors like this: > > Closing connections > [2003/06/01 15:50:46, 2] smbd/reply.c:reply_sesssetup_and_X(985) > Defaulting to Lanman password for pnelson > [2003/06/01 15:50:46, 2] lib/access.c:check_access(327) > Allowed connection from (10.32.30.16) > [2003/06/01 15:50:47, 2] smbd/service.c:make_connection(331) > Invalid username/password for neatech [pnelson] > [2003/06/01 15:50:47, 2] lib/access.c:check_access(327) > Allowed connection from (10.32.30.16) > [2003/06/01 15:50:49, 2] smbd/service.c:make_connection(331) > Invalid username/password for neatech [pnelson] > [2003/06/01 15:50:49, 2] smbd/server.c:exit_server(461) > Closing connections > > I have tried to troubleshoot this for a couple days... I've run out > of ideas. I must be missing something simple (hopefully). I think that > this worked at one time, but now I'm not sure. The server that > issued the above errors is a member server of the domain. I'm login > in from a W98se system. The windows login works fine, the domain > login works fine, the boot-up script window shows it self, but I > cant login to mount the share from the member server. Any help > would be much appreciated. > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba-- Internet Service Provided By Abyss Communications Internet Service only $10 a month 1-866-842-2977
Just a thought, I have enabled guest access to my cups printers for windows clients so that people can print on public access PC's where they don't want to put in the samba username and passwd. Is it possible to restrict guest access to particular computers only? I already have SMB access resticted to our local network using the hosts.allow command but is it possible to also restrict the guest access to particular machines within that network? Is there a command that I can put in the [printers] share section possibly? Thanks, melinda
On Mon, 2003-06-02 at 05:27, ipguy wrote:> I had the same problems as you. > Check you secret.tdb file (wbinfo -t) > If you get a "Secret is Bad" thats your problem. > Let me know....> > Have a Samba PDC which authenticates the users login to the domain. But > > when I try to mount a share from a member server in the domain, I get > > errors like this: > > > > Closing connections > > [2003/06/01 15:50:46, 2] smbd/reply.c:reply_sesssetup_and_X(985) > > Defaulting to Lanman password for pnelson > > [2003/06/01 15:50:46, 2] lib/access.c:check_access(327) > > Allowed connection from (10.32.30.16) > > [2003/06/01 15:50:47, 2] smbd/service.c:make_connection(331) > > Invalid username/password for neatech [pnelson] > > [2003/06/01 15:50:47, 2] lib/access.c:check_access(327) > > Allowed connection from (10.32.30.16) > > [2003/06/01 15:50:49, 2] smbd/service.c:make_connection(331) > > Invalid username/password for neatech [pnelson] > > [2003/06/01 15:50:49, 2] smbd/server.c:exit_server(461) > > Closing connections > > > > I have tried to troubleshoot this for a couple days... I've run out of > > ideas. I must be missing something simple (hopefully). I think that > > this worked at one time, but now I'm not sure. The server that issued > > the above errors is a member server of the domain. I'm login in from a > > W98se system. The windows login works fine, the domain login works > > fine, the boot-up script window shows it self, but I cant login to mount > > the share from the member server. Any help would be much appreciated.Arrg... The problem was missing user in the group I use for the samba shares. I was mapping to a unix user and didn't add it to the group. Finally, I stopped looking at auth on the member server and moved everything over to the PDC using NFS. When setting it up I was making sure all my permissions were correct and noticed my folly. Fixing the permissions... everything worked!