Displaying 6 results from an estimated 6 matches for "ktab".
Did you mean:
knab
2020 Jun 10
2
kinit with SPN fail
Hello again, after obtaining the keytab file I tried to use kinit
keytab.file followed by the spn
$ samba-tool spn list z1
z1
User CN=z1,CN=Users,DC=home,DC=lan has the following servicePrincipalName:
zookeeper/ap42.home.lan
$ samba-tool domain exportkeytab z1.ktab --principal=z1
$ samba-tool domain exportkeytab z1.ktab
--principal=zookeeper/ap42.home.lan
$ kinit -V -k -t z1.ktab zookeeper/ap42.home.lan
Using default cache: /tmp/krb5cc_1003
Using principal: zookeeper/ap42.home.lan at HOME.LAN
Using keytab: z1.ktab
kinit: Client 'zookeeper/ap42.home.lan a...
2005 May 16
3
Mental Block with PCA of multivariate time series!
Please could someone point me in the right direction as I appear to be
having a total mental block with fairly basic PCA problem!
I have a large dataframe where rows represent independent
observations and columns are variables. I am wanting to perform PCA
sequentially on blocks of nrows at a time and produce a graphical output
of the loadings for the first 2 EOFs for each variable.
I'm sure
2020 Jun 10
2
kinit with SPN fail
...authentication for the test environment and I don't have AD :)
I'v two environment, the first (production), samba 4.5.1 work as intended:
# samba-tool spn list z1
z1
User CN=z1,CN=Users,DC=pro,DC=lan has the following servicePrincipalName:
zookeeper/node1.pro.lan
# klist -k -e z1.ktab
Keytab name: FILE:z1.ktab
KVNO Principal
----
--------------------------------------------------------------------------
2 zookeeper/node1.PRO.lan at PRO.LAN (DEPRECATED:arcfour-hmac)
2 z1 at PRO.LAN (DEPRECATED:arcfour-hmac)
# kinit -k -t z1.ktab zookeeper/node1.pro.lan
# klist
Ticket cache...
2004 Apr 22
0
ade4 package update
...eles/loci in columns).
- kdist class and related functions to analyse series of distance matrices
measured on the same individuals.
- rlq analysis, a three-tables ordination method, with permutation test (rlq)
- hill-smith analysis, a row-weighted version of dudi.mix (dudi.hillsmith)
- function ktab.match2ktabs, to prepare a STATICO analysis
- functions s.class and s.chull allow the use of color.
--
--
Jean Thioulouse - Labo. BBE, UMR CNRS 5558, Equipe "Ecologie Statistique"
Universite Lyon 1, Batiment G. Mendel, 69622 Villeurbanne Cedex, France
Tel: (33) 4 72 43 27 56...
2004 Apr 22
0
ade4 package update
...eles/loci in columns).
- kdist class and related functions to analyse series of distance matrices
measured on the same individuals.
- rlq analysis, a three-tables ordination method, with permutation test (rlq)
- hill-smith analysis, a row-weighted version of dudi.mix (dudi.hillsmith)
- function ktab.match2ktabs, to prepare a STATICO analysis
- functions s.class and s.chull allow the use of color.
--
--
Jean Thioulouse - Labo. BBE, UMR CNRS 5558, Equipe "Ecologie Statistique"
Universite Lyon 1, Batiment G. Mendel, 69622 Villeurbanne Cedex, France
Tel: (33) 4 72 43 27 56...
2010 Mar 10
0
[PATCH] ovirt-awake runs alone now, doesn't need anymore to be lauch by /etc/init.d/ovirt
...0755
--- a/scripts/ovirt
+++ b/scripts/ovirt
@@ -37,20 +37,6 @@ ovirt_start() {
log "skipping Kerberos configuration"
fi
- find_srv identify tcp
- if [ -n "$SRV_HOST" -a -n "$SRV_PORT" ]; then
- krb5_tab=/etc/libvirt/krb5.tab
- # skip ktab download if we got it from /config
- if [ -s $krb5_tab ]; then
- krb5_tab=
- fi
- ovirt-awake start $SRV_HOST $SRV_PORT $krb5_tab
- if [ $? -ne 0 ]; then
- log "ovirt-awake failed"; return 1
- fi
- else
- log "skipping...