search for: kinit'ed

Displaying 2 results from an estimated 2 matches for "kinit'ed".

Did you mean: init'ed
2012 Dec 30
1
Core dump trying to join domain on FreeBSD
...~]# net ads join -U Administrator at MY.REALM Enter Administrator at MY.REALM's password: net: sha1 checksum failed Abort trap: 6 (Speicherabzug geschrieben) I can see the newly created computer object in AD, and it does not make a difference when I create it manually before trying the join. kinit works (but contrary to documentation, "net ads join" does not automatically use the kinit'ed user for authentication). Samba is version 3.6.9, Kerberos is heimdal 1.5.2. I have the exact same problem on both FreeBSD 8 and 9. I suspect this is actually caused by some setting on th...
2013 Sep 28
2
mount.cifs and kerberos failure
...nnect to shares. Before anyone asks, I can successfully use smbclient to connect once I have a valid kerberos ticket either as cytan or as root.? However with mount.cifs, I get the following message: (Note I am root when I do this, and yes I have done the following to get a valid kerberos ticket: kinit cytan and /tmp/krb5cc_0 does exist. See below. ) ************************************** root at ad109688-lt:/home/cytan# mount.cifs -o sec=krb5,user=cytan,domain=ABCDE //beamssrv1.abcd.com/cytan$ ./win --verbose mount.cifs kernel mount options: ip=xxx.xxx.xxx.xx,unc=\\beamssrv1.abcd.com\cytan$, se...