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

/macosx-10.10/KerberosHelper-151/Source/
H A DKerberosHelperContext.h49 char *useName, *useInstance, *useRealm, *defaultRealm; member in struct:KRBhelperContext
H A DKerberosHelper.c918 char *useRealm = NULL; local
1026 if (NULL != hCtx->useRealm && NULL != hCtx->defaultRealm) {
1027 size_t useRealmLength = strlen (hCtx->useRealm);
1031 char *subRealm = hCtx->useRealm + (useRealmLength - defaultRealmLength);
1034 useRealm = hCtx->defaultRealm;
1039 if (NULL != useRealm) {
1040 clientPrincipal = CFStringCreateWithFormat (NULL, NULL, CFSTR("%@@%s"), useClientName, useRealm);
1051 * Look in the ccache for a TGT from a REALM that matches "useRealm". If we find one, then

Completed in 82 milliseconds