Searched refs:pwdb (Results 1 – 3 of 3) sorted by relevance
264 char pwdb[NSS_BUFLEN_PASSWD]; in userprof() local272 if (getpwnam_r(username, &pwd, pwdb, sizeof (pwdb)) == NULL) { in userprof()
328 char pwdb[NSS_BUFLEN_PASSWD]; local331 if (getpwnam_r(logname, &pwd, pwdb, sizeof (pwdb)) == NULL) {
2501 - Removed pwdb support (better pluggable auth is provided by glibc)