RE: Kerberized SMB client? User level SMB client?

2002-12-18 Thread Urban Widmark
On Mon, 16 Dec 2002, Naomaru Itoi wrote:

 Thanks, Steve, 
 
 I was actually asking about SMB/CIFS client *filesystem*.  Excuse me for
 being unclear ... 

smbfs (not userspace) works just fine (*) with kerberos.

All kerberos work is done by smbmount (userspace) and that code is the
same as the one used by smbclient. The filesystem parts doesn't care about
kerberos when it is only used for authentication.

smbfs signals back to smbmount if it wants it to reconnect. But perhaps
you wanted more than authentication.


/Urban

* - Well, it needs some changes to use ntstatus error codes, but that has
nothing to do with kerberos.




Re: Kerberized SMB client? User level SMB client?

2002-12-16 Thread Steve Langasek
On Mon, Dec 16, 2002 at 08:05:36PM -0800, Naomaru Itoi wrote:

 I am trying to do PKINT from SMB/CIFS client on several UNIX platforms. 

 1. Is there an open-sourced, Kerberized SMB/CIFS client on UNIX?
 2. If not ... I guess I have to Kerberize an SMB/CIFS client.  In that case,
 I would like to avoid doing GSS-API and Kerberos in kernel.  Is there an
 open-sourced, user-level SMB/CIFS client? 

The smbclient program from Samba 3.0 does have early support for
Kerberos.  I'm not sure if that code path gets tested regularly, but
it's there at lesat.

-- 
Steve Langasek
postmodern programmer



msg05002/pgp0.pgp
Description: PGP signature


RE: Kerberized SMB client? User level SMB client?

2002-12-16 Thread Naomaru Itoi
Title: RE: Kerberized SMB client?  User level SMB client?





Thanks, Steve, 


I was actually asking about SMB/CIFS client *filesystem*. Excuse me for being unclear ... 


 -Original Message-
 From: Steve Langasek [mailto:[EMAIL PROTECTED]]
 Sent: Monday, December 16, 2002 8:22 PM
 To: Naomaru Itoi
 Cc: [EMAIL PROTECTED]
 Subject: Re: Kerberized SMB client? User level SMB client?
 
 
 On Mon, Dec 16, 2002 at 08:05:36PM -0800, Naomaru Itoi wrote:
 
  I am trying to do PKINT from SMB/CIFS client on several 
 UNIX platforms. 
 
  1. Is there an open-sourced, Kerberized SMB/CIFS client on UNIX?
  2. If not ... I guess I have to Kerberize an SMB/CIFS 
 client. In that case,
  I would like to avoid doing GSS-API and Kerberos in kernel. 
 Is there an
  open-sourced, user-level SMB/CIFS client? 
 
 The smbclient program from Samba 3.0 does have early support for
 Kerberos. I'm not sure if that code path gets tested regularly, but
 it's there at lesat.
 
 -- 
 Steve Langasek
 postmodern programmer