Displaying 3 results from an estimated 3 matches for "prinipals".
Did you mean:
principals
2004 Jun 15
1
(sans objet)
Dear users
I have a problem with the dr function: "dimension reduction".
I give you my example, and i'll be pleased to read your comments.
#let be X a matrix 50*100:
library(dr);
X<- matrix(rnorm(50*100,5,1),50,100);
#and let be Y a vector response:
Y<- sample(0:1,50,replace=T);
#I choose (for the expérience, but in reality i don't have it) a few variables #which are
2004 Jan 28
0
cross-realm spnego issue in 3.0.2rc1
Hi,
I just installed 3.0.2rc1 for testing, and I came across a problem with
cross-realm authentication. I joined samba to our active directory
domain, and I can see that it has host and cifs principals in windows
kerberos. Our organization's primary kerberos realm (CEDE.PSU.EDU) is an
MIT kerb5 realm, and we have a one-way non-transitive trust such that
windows (server 2003) kerberos
2002 Nov 01
0
Re: Samba PDC and Kerberos(MIT or SEAM in Uinx,without microsoft ADS)
...g a few parts.. can a script >like this synchronize passwords when they are forced to change their password at the >client level.. say expire the users password? And what happens if they change there
Kerberos has his own password expiration mechanizm. You can write a
script tha will
scan prinipals in KDC, extract password expire dates and compare it with
current date.
Then, let's say 5 days before the expiration, it can start sending
notifications to users. The warning message can contain a link to a
webpage for the password change.
>password using kpassword.. that has the potential...