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

/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DAuthAttrMgmt.java169 String auth_name, hdr_name, str;
198 auth_name = auth_list[i].getAuthName();
203 if (hasObject(auth_name)) {
204 if (hasWildAuth(auth_name) && prev_entry != null) {
211 // if (auth_name.endsWith(".")) // Cannot grant header
213 hdr_name = auth_name;
219 j = auth_name.lastIndexOf('.');
221 str = auth_name.substring(0, (j + 1));
232 if ((authNames != null) && (checkAuthName(authNames, auth_name)))
/solaris-userland-s11u3/components/apache2/mod_auth_gss/
H A Dmod_auth_gss.c532 const char *auth_name = NULL; local
537 auth_name = ap_auth_name(r);
541 "note_gss_auth_failure: auth_name = %s",
542 auth_name ? auth_name : "<undefined>");
/solaris-userland-s11u3/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c492 const char *auth_name = NULL; local
497 auth_name = ap_auth_name(r);
501 "note_gss_auth_failure: auth_name = %s",
502 auth_name ? auth_name : "<undefined>");

Completed in 16 milliseconds