Home
last modified time | relevance | path

Searched refs:repositories (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A D__get_authtoken_attr.c41 int repositories; in __get_authtoken_attr() local
45 repositories = get_ns(rep, PWU_READ); in __get_authtoken_attr()
47 if (repositories == 0) in __get_authtoken_attr()
50 if (repositories == REP_ERANGE) { in __get_authtoken_attr()
52 repositories = REP_NSS; in __get_authtoken_attr()
60 if (repositories & i) in __get_authtoken_attr()
H A D__user_to_authenticate.c34 int repositories; in __user_to_authenticate() local
43 repositories = get_ns(rep, PWU_WRITE); in __user_to_authenticate()
45 if (repositories == 0) in __user_to_authenticate()
48 if (repositories == REP_ERANGE || repositories == REP_NSS) in __user_to_authenticate()
55 if (repositories & i) { in __user_to_authenticate()
H A D__check_history.c52 int repositories; in __check_history() local
56 repositories = get_ns(rep, PWU_READ); in __check_history()
58 if (repositories == 0) in __check_history()
61 if (repositories == REP_ERANGE) in __check_history()
69 if (repositories & i) in __check_history()
H A D__set_authtoken_attr.c43 int repositories; in __set_authtoken_attr() local
60 repositories = get_ns(rep, PWU_WRITE); in __set_authtoken_attr()
62 if (repositories == 0) in __set_authtoken_attr()
71 if (repositories == REP_ERANGE || repositories == REP_NSS) in __set_authtoken_attr()
79 if (repositories & i) { in __set_authtoken_attr()
H A Dnss_attr.c93 int repositories = REP_ERANGE; /* changed if ATTR_REP_NAME is set */ in nss_getpwnam() local
149 repositories = get_ns(rep, PWU_READ); in nss_getpwnam()
185 if (repositories != REP_ERANGE) { in nss_getpwnam()
193 else if (repositories & REP_COMPAT_LDAP) in nss_getpwnam()
195 else if (repositories & REP_COMPAT_NIS) in nss_getpwnam()
/illumos-gate/
H A DCODE_OF_CONDUCT.md56 repositories](https://github.com/illumos)