[PATCH] s3fs-auth: Use the correct name for the guest auth module.

Jeremy Allison jra at samba.org
Tue Oct 16 11:10:03 MDT 2012


On Tue, Oct 16, 2012 at 05:49:23PM +0200, Andreas Schneider wrote:
> On Tuesday 16 October 2012 14:16:37 Andreas Schneider wrote:
> > On Tuesday 16 October 2012 14:09:07 Andreas Schneider wrote:
> > > The auth method name of this module is 'guest' and not 'builtin'.
> > > 
> > > Signed-off-by: Andreas Schneider <asn at samba.org>
> > 
> > [global]
> > workgroup = TESTGROUP
> > interfaces = 127.0.0.0/8
> > 
> > [myfiles]
> > path = /home/alex/myfiles
> > read only = no
> > guest ok = yes
> > 
> > And then i get:
> > $ smbclient \\\\localhost\\myfiles
> > Enter alex's password:
> > session setup failed: NT_STATUS_LOGON_FAILURE
> > 
> > Gives me:
> > Oct 16 13:57:22 fatty smbd[25498]: [2012/10/16 11:57:22.925829,  0]
> > ../source3/auth/auth.c:380(load_auth_module)
> > Oct 16 13:57:22 fatty smbd[25498]:   load_auth_module: can't find auth
> > method guest!
> > 
> > 
> > Error loading module '/usr/lib64/samba/auth/guest.so':
> > /usr/lib64/samba/auth/guest.so: cannot open shared object file: No such file
> > or directory
> > 
> > 
> > Well it is called builtin.so and not guest.so
> 
> Why does this provide builtin and guest. But the loading system is looking for 
> a module name.
> 
> So there needs to be a symlink or it needs to be split or removed.
> 
> 
> This should be cleaned up befor 4.0.

+1 on that. Can you log a blocker bug and attach to
the 4.0.0 release meta bug (sorry can't remember the
exact bugid right now).

Thanks !

Jeremy.


More information about the samba-technical mailing list