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

/osnet-11/usr/src/lib/passwdutil/
H A D__user_to_authenticate.c49 if (repositories == REP_ERANGE || repositories == REP_NSS)
H A D__get_authtoken_attr.c54 repositories = REP_NSS;
H A Dpasswdutil.h97 #define REP_NSS 0x0008 macro
98 #define REP_LAST REP_NSS
H A Dswitch_utils.c110 * REP_NSS (the nss-switch) for READ access (needed to decode
154 * If we encounter an unsupported nsswitch.conf, we return REP_NSS
168 result = REP_NSS | get_compat_mode();
172 result = REP_NSS;
183 result = REP_NSS;
186 result = REP_NSS;
210 result = REP_NSS;
212 result = REP_NSS;
215 result = REP_NSS;
H A D__set_authtoken_attr.c70 if (repositories == REP_ERANGE || repositories == REP_NSS)

Completed in 41 milliseconds