On Fri, 16 Nov 2012 23:37:52 +0100 "sergio.conrad" <sergio.conrad@xxxxxxxxxxx> wrote: > Hi, > > I am able to connect to cifs share on Windows 2008 with Kerberos security via autofs with > this map : > * - > fstype=cifs,sec=krb5i,user=&,uid=&,cruid=&,file_mode=0700,dir_mode=0700,nounix,noserverin > o ://figue/data/& > > Is it working fine with alpha numeric login > fs/cifs/cifs_spnego.c: key description = > ver=0x2;host=figue;ip4=130.120.8.11;sec=krb5;uid=0x1000001;creduid=0x1000001;user=conrad3 > ;pid=0xd331 > > > But if i use numeric only login like 12345678 i have a problem : > fs/cifs/cifs_spnego.c: key description = > ver=0x2;host=figue;ip4=130.120.8.11;sec=krb5;uid=0xbc614e;creduid=0xbc614e;user=12345678; > pid=0xe5db > fs/cifs/sess.c: ssetup freeing small buf ffff88003a838140 > CIFS VFS: Send error in SessSetup = -126 > fs/cifs/connect.c: CIFS VFS: leaving cifs_get_smb_ses (xid = 223) rc = -126 > fs/cifs/connect.c: CIFS VFS: leaving cifs_mount (xid = 222) rc = -126 > CIFS VFS: cifs_mount failed w/return code = -126 > > What can I do to solve this issue ? cifs.upcall logs at daemon.debug level. Set up syslog to log that and you'll get some details about what it's doing. -- Jeff Layton <jlayton@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html