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

/opensolaris-onvv-gate/usr/src/cmd/ypcmd/net_files/
H A DMakefile52 # If the passwd, shadow and/or adjunct files used by rpc.yppasswdd
87 -@if [ -f $(PWDIR)/security/passwd.adjunct ]; then \
89 passwd.adjunct.time group.adjunct.time; \
91 passwd.adjunct.time group.adjunct.time; \
96 -@if [ -f $(PWDIR)/security/passwd.adjunct ]; then \
280 #passwd.adjunct.time: $(PWDIR)/security/passwd.adjunct
281 # @(awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { print $$1, $$0 }' $(PWDIR)/security/passwd.adjunct
[all...]
/opensolaris-onvv-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c89 /* Names of password and adjunct mappings. Used to access DIT */
94 #define PASSWD_ADJUNCT_MAPPING "passwd.adjunct" BYNAME
110 * 2. There are extra fields to hold adjunct information.
121 char *adjunct_tail; /* Tail of adjunct entry (opaque) */
122 bool_t adjunct; /* Flag indicating if DIT has adjunct info */ member in struct:passwd_entry
124 char *adjunct_str; /* New adjunct string */
321 * Generate passwd and adjunct map entries. This creates extra
331 if (old_pwd->adjunct) {
335 "Could not create adjunct entr
799 decode_pwd_entry(datum *data, struct passwd_entry *pwd, bool_t adjunct) argument
977 create_pwd_str(struct passwd_entry *pwd, bool_t adjunct) argument
[all...]
H A Ddit_access.c381 * DESCRIPTION: Gets a list of either passwd or passwd.adjunct map files
384 * passwd or passwd.adjunct. This function is required so that
393 * passwd.adjunct
401 get_passwd_list(bool_t adjunct, char *domain) argument
425 if (adjunct)
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dypmap2src.sh159 passwd.adjunct )
160 MAP=${N2LPREFIX}passwd.adjunct.byname
163 group.adjunct )
164 MAP=${N2LPREFIX}group.adjunct.byname
251 # If passwd.adjunct is used, the actual password is stored in
536 SRCFILE=passwd.adjunct
556 SRCFILE=group.adjunct
751 passwd.adjunct.byname
752 group.adjunct.byname
775 ${N2LPREFIX}passwd.adjunct
[all...]
H A Dinityp2l.sh1202 passwd.adjunct.byname
1203 group.adjunct.byname
1225 group.adjunct.byname
1236 passwd.adjunct.byname
2609 # but additionally identify which maps contain password and password adjunct
2654 # passwd.adjunct.byname
2655 # group.adjunct.byname
2931 # Need to handle passwd.adjunct.byname map for multiple domain.
2932 _MAP=passwd.adjunct.byname
2936 echo "#nisLDAPcommentChar passwd.adjunct
[all...]

Completed in 101 milliseconds