Searched refs:kdccerthash (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/KerberosHelper-151/Source/
H A DcheckLocalKDC49 my $kdccerthash = `security find-certificate -c com.apple.kerberos.kdc -Z | head -1 | awk '{print \$3}'`;
50 chomp($kdccerthash);
52 if ($kdccerthash eq "") {
56 if ($kdccerthash ne $realmhash) {
57 messageout("nonMatchingCert", "The KDC certificate hash ($kdccerthash) does not match the realm ($realmhash).");

Completed in 101 milliseconds