Home | History | Annotate | Download | only in vauth

Lines Matching refs:spn

38  * This is used to build a SPN string in the following formats:
50 * Returns a pointer to the newly allocated SPN.
56 char *spn = NULL;
58 /* Generate our SPN */
60 spn = aprintf("%s/%s@%s", service, host, realm);
62 spn = aprintf("%s/%s", service, host);
64 spn = aprintf("%s@%s", service, realm);
66 /* Return our newly allocated SPN */
67 return spn;
83 formulate the SPN instead. */
85 /* Generate our UTF8 based SPN */
91 /* Allocate our TCHAR based SPN */
102 /* Return our newly allocated SPN */