Symbol: KRB5_KDB_DISALLOW_RENEWABLE
crypto/heimdal/kadmin/init.c
199
KRB5_KDB_DISALLOW_RENEWABLE|
crypto/heimdal/kadmin/util.c
64
{ "disallow-renewable", KRB5_KDB_DISALLOW_RENEWABLE },
crypto/heimdal/lib/hdb/hdb-mitdb.c
100
flags->renewable = !(attr & KRB5_KDB_DISALLOW_RENEWABLE);
crypto/heimdal/lib/hdb/print.c
348
a |= KRB5_KDB_DISALLOW_RENEWABLE;
crypto/heimdal/lib/kadm5/ent_setup.c
49
flags->renewable = !(attr & KRB5_KDB_DISALLOW_RENEWABLE);
crypto/heimdal/lib/kadm5/get_s.c
103
out->attributes |= ent.entry.flags.renewable ? 0 : KRB5_KDB_DISALLOW_RENEWABLE;
crypto/krb5/src/kdc/kdc_util.c
1725
if (server->attributes & KRB5_KDB_DISALLOW_RENEWABLE)
crypto/krb5/src/kdc/kdc_util.c
1727
if (client != NULL && (client->attributes & KRB5_KDB_DISALLOW_RENEWABLE))
crypto/krb5/src/kdc/tgs_policy.c
108
{ KDC_OPT_RENEWABLE, KRB5_KDB_DISALLOW_RENEWABLE,
crypto/krb5/src/lib/kadm5/str_conv.c
60
{"allow_renewable", KRB5_KDB_DISALLOW_RENEWABLE, 1},
crypto/krb5/src/lib/kadm5/str_conv.c
61
{"renewable", KRB5_KDB_DISALLOW_RENEWABLE, 1},
crypto/krb5/src/lib/kadm5/str_conv.c
62
{"disallow_renewable", KRB5_KDB_DISALLOW_RENEWABLE, 0},
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
170
policyparams->tktflags &= (int)(~KRB5_KDB_DISALLOW_RENEWABLE);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
172
policyparams->tktflags |= KRB5_KDB_DISALLOW_RENEWABLE;
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
545
policyparams->tktflags &= (int)(~KRB5_KDB_DISALLOW_RENEWABLE);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
547
policyparams->tktflags |= KRB5_KDB_DISALLOW_RENEWABLE;
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
754
if (ticketflags & KRB5_KDB_DISALLOW_RENEWABLE)
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
188
rparams->tktflags &= (int)(~KRB5_KDB_DISALLOW_RENEWABLE);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
190
rparams->tktflags |= KRB5_KDB_DISALLOW_RENEWABLE;
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
987
if (ticketflags & KRB5_KDB_DISALLOW_RENEWABLE)