Searched defs:credentials (Results 1 – 5 of 5) sorted by relevance
83 struct credentials { struct84 char service[ANAME_SZ]; /* Service name */85 char instance[INST_SZ]; /* Instance */86 char realm[REALM_SZ]; /* Auth domain */87 char session[8]; /* Session key */88 int lifetime; /* Lifetime */89 int kvno; /* Key version number */90 struct ktext ticket_st; /* The ticket itself */91 int32_t issue_date; /* The issue time */92 char pname[ANAME_SZ]; /* Principal's name */[all …]
153 } credentials; member
33 def credentials(cred): function
38 struct berval *credentials ) in bind_mech_external()318 struct berval credentials = BER_BVNULL; in request_bind() local
104 CR *credentials; member