My Samba is currently set up to use our Win2K PDC as a password server, but I have a couple users who aren?t on the domain who want access to Samba. Is there a way to let them log in without authenticating against the password server? Here?s my smb.conf [global] workgroup = TUX-NET guest account = nobody keep alive = 30 os level = 2 kernel oplocks = false username map = /etc/samba/usernamemap2 security = server password server = 216.190.203.136 encrypt passwords = yes printing = bsd printcap name = /etc/printcap load printers = yes socket options = TCP_NODELAY map to guest = Bad User wins support = no wins server = 216.190.203.136 Matthew Walker Senior Software Engineer ePliant Marketing --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.345 / Virus Database: 193 - Release Date: 4/9/2002
Matthew Walker wrote:> > My Samba is currently set up to use our Win2K PDC as a password server, > but I have a couple users who aren?t on the domain who want access to > Samba. Is there a way to let them log in without authenticating against > the password server? >Just create an smbpasswd file with the passwords for the unix users you want. If authentication to the server fails it will try the ones in smbpasswd. -- =====================================================================Herb Lewis Silicon Graphics Networking Engineer 1600 Amphitheatre Pkwy MS-510 Strategic Software Organization Mountain View, CA 94043-1351 herb@sgi.com Tel: 650-933-2177 http://www.sgi.com Fax: 650-932-2177 ======================================================================
Do I need to add a directive to the config file to tell it to use that? I just added a user using smbadduser, and it didn't change a thing. Matthew Walker Senior Software Engineer ePliant Marketing -----Original Message----- From: Herb Lewis [mailto:herb@sgi.com] Sent: Tuesday, April 16, 2002 12:47 PM To: Matthew Walker Cc: Samba Subject: Re: [Samba] Non-windows Users? Matthew Walker wrote:> > My Samba is currently set up to use our Win2K PDC as a passwordserver,> but I have a couple users who aren?t on the domain who want access to > Samba. Is there a way to let them log in without authenticatingagainst> the password server? >Just create an smbpasswd file with the passwords for the unix users you want. If authentication to the server fails it will try the ones in smbpasswd. -- =====================================================================Herb Lewis Silicon Graphics Networking Engineer 1600 Amphitheatre Pkwy MS-510 Strategic Software Organization Mountain View, CA 94043-1351 herb@sgi.com Tel: 650-933-2177 http://www.sgi.com Fax: 650-932-2177 ===================================================================== --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.345 / Virus Database: 193 - Release Date: 4/9/2002
Don't forget to add them to the smbusers file. Jim> -----Original Message----- > From: Matthew Walker [mailto:mwalker@mountaintopherbs.com] > Sent: Tuesday, April 16, 2002 1:13 PM > To: Herb Lewis > Cc: Samba > Subject: RE: [Samba] Non-windows Users? > > > Do I need to add a directive to the config file to tell it to > use that? > I just added a user using smbadduser, and it didn't change a thing. > > Matthew Walker > Senior Software Engineer > ePliant Marketing > > > -----Original Message----- > From: Herb Lewis [mailto:herb@sgi.com] > Sent: Tuesday, April 16, 2002 12:47 PM > To: Matthew Walker > Cc: Samba > Subject: Re: [Samba] Non-windows Users? > > Matthew Walker wrote: > > > > My Samba is currently set up to use our Win2K PDC as a password > server, > > but I have a couple users who aren?t on the domain who want > access to > > Samba. Is there a way to let them log in without authenticating > against > > the password server? > > > > Just create an smbpasswd file with the passwords for the unix users > you want. If authentication to the server fails it will try the ones > in smbpasswd. > > -- > =====================================================================> Herb Lewis Silicon Graphics > Networking Engineer 1600 Amphitheatre Pkwy MS-510 > Strategic Software Organization Mountain View, CA 94043-1351 > herb@sgi.com Tel: 650-933-2177 > http://www.sgi.com Fax: 650-932-2177 > =====================================================================> > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.345 / Virus Database: 193 - Release Date: 4/9/2002 > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >