Searched defs:kerberos_config (Results 1 – 1 of 1) sorted by relevance
44 struct kerberos_config { struct45 char *keytab; /* Path to the keytab. */46 char *principal; /* Principal whose keys are in the keytab. */47 char *cache; /* Path to the Kerberos ticket cache. */48 char *userprinc; /* The fully-qualified principal. */49 char *username; /* The local (non-realm) part of principal. */50 char *realm; /* The realm part of the principal. */51 char *password; /* The password. */52 char *pkinit_principal; /* Principal for PKINIT authentication. */53 char *pkinit_cert; /* Path to certificates for PKINIT. */