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

Andreas Schneider asn at samba.org
Tue Oct 16 09:49:23 MDT 2012


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.


	-- andreas

-- 
Andreas Schneider                   GPG-ID: F33E3FC6
Samba Team                             asn at samba.org
www.samba.org



More information about the samba-technical mailing list