Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c128 char *adjunct_str; /* New adjunct string */ member
336 old_pwd->adjunct_str = create_pwd_str(old_pwd, TRUE); in proc_request()
337 if (NULL == old_pwd->adjunct_str) { in proc_request()
343 old_pwd->adjunct_str = NULL; in proc_request()
542 data.dptr = pwd->adjunct_str; in update_single_map()
961 if (NULL != pwd->adjunct_str) in free_pwd_entry()
962 sfree(pwd->adjunct_str); in free_pwd_entry()
1091 old_passwd->adjunct_str = NULL; in get_old_info()
1145 data.dptr = pwd->adjunct_str; in put_new_info()