Home
last modified time | relevance | path

Searched refs:KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_opt.c7 opt->flags |= KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT; in init_common()
79 opt->flags |= KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT; in krb5_get_init_creds_opt_set_change_password_prompt()
81 opt->flags &= ~KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT; in krb5_get_init_creds_opt_set_change_password_prompt()
H A Dgic_pwd.c289 if (!(options->flags & KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT)) in __krb5_get_init_creds_password()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h2663 #define KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT 0x0100 macro