Searched defs:adjunct (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c382 * DESCRIPTION: Gets a list of either passwd or passwd.adjunct map files
385 * passwd or passwd.adjunct. This function is required so that
394 * passwd.adjunct
402 get_passwd_list(bool_t adjunct, char *domain) argument
426 if (adjunct)
H A Dshim_changepasswd.c87 /* Names of password and adjunct mappings. Used to access DIT */
92 #define PASSWD_ADJUNCT_MAPPING "passwd.adjunct" BYNAME
108 * 2. There are extra fields to hold adjunct information.
119 char *adjunct_tail; /* Tail of adjunct entry (opaque) */
120 bool_t adjunct; /* Flag indicating if DIT has adjunct info */ member in struct:passwd_entry
122 char *adjunct_str; /* New adjunct string */
319 * Generate passwd and adjunct map entries. This creates extra
329 if (old_pwd->adjunct) {
333 "Could not create adjunct entr
797 decode_pwd_entry(datum *data, struct passwd_entry *pwd, bool_t adjunct) argument
976 create_pwd_str(struct passwd_entry *pwd, bool_t adjunct) argument
[all...]

Completed in 29 milliseconds