[GLLUG] I want to mount a W2K folder using the mount command
without using g NTLM
Matt Shirilla
mshirilla at micim.com
Wed Oct 15 11:15:15 EDT 2003
Thanks for the link Paul, it answered my question. The post says:
>Anyway the solution is to use the CIFS VFS - but then we have the
'fetch
>the ticket' fun&games, as it's mount process is in-kernel.
I will check the CIFS VFS out. In the mean time does anyone on the list use
CIFS VFS?
> -----Original Message-----
> From: Melson, Paul [mailto:PMelson at sequoianet.com]
> Sent: Wednesday, October 15, 2003 8:28 AM
> To: Matt Shirilla
> Subject: RE: [GLLUG] I want to mount a W2K folder using the mount
> command without using g NTLM
>
>
> Found this on the samba-technical mailing list.
>
> http://lists.samba.org/archive/samba-technical/msg32053.html
>
> PaulM
>
> -----Original Message-----
> From: Matt Shirilla [mailto:mshirilla at micim.com]
> Sent: Tuesday, October 14, 2003 1:48 PM
> To: 'linux-user at egr.msu.edu'
> Subject: RE: [GLLUG] I want to mount a W2K folder using the mount
> command without using g NTLM
>
>
> I am using 3.0, what samba.org calls "The first official,
> stable release of
> the Samba 3.0 code", and I did install MIT Kerberos and OpenLDAP.
>
> When I use the following command I am able to authenticate to
> my native-mode
> Active Directory. "/usr/kerberos/bin/kinit
> user1 at mydomain.com -V" After
> entering my password I get the following output:
> "Authenticated to Kerberos
> v5" The security event log on the DC shows an authentication
> ticket was
> granted.
>
> Once I have done that I use the following command to connect
> to a server
> "smbclient //server1/share -k" The -k flag means use Kerebos
> authentication, I am not prompted for a password, and I get
> the "smb: \>"
> prompt from which I can access the Windows share. I will get
> a message
> telling me if my ticket is expired. I can do this
> successfully for any
> share in my domain.
>
> I tried this command to no avail "mount -t smbfs -o krb
> //server1/share1
> /MyWinShare" This last command output the following "Warning: kerberos
> support will only work for samba servers"
>
> I Googled the output and the only thing I found was this link:
> http://us2.samba.org/samba/ftp/cvs_current/source/client/smbmo
unt.c that
contains the following code:
#ifdef HAVE_KRB5
use_kerberos = True;
if(!status32_smbfs)
fprintf(stderr, "Warning: kerberos
support will only work for samba servers\n");
#else
fprintf(stderr,"No kerberos support compiled
in\n");
exit(1);
#endif
Any suggestions?
Matt
_______________________________________________
linux-user mailing list
linux-user at egr.msu.edu
http://www.egr.msu.edu/mailman/listinfo/linux-user
More information about the linux-user
mailing list