Searched refs:attrsetmask (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal.c254 int j=0, ptype=0, pcount=0, attrsetmask=0; local
273 ((st=krb5_get_attributes_mask(context, &entries, &(attrsetmask))) != 0) ||
315 * From the attrsetmask value, identify the attributes set on the directory user
320 while (attrsetmask) {
321 if (attrsetmask & 1) {
326 attrsetmask >>= 1;

Completed in 21 milliseconds