HomeSort by relevance Sort by last modified time
    Searched refs:unix_cred (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/lib/pam_modules/unix_cred/
Makefile 31 POFILE= unix_cred.po
32 MSGFILES= unix_cred.c
Makefile.com 27 # usr/src/lib/pam_modules/unix_cred/Makefile.com
32 OBJECTS= unix_cred.o
  /onnv/onnv-gate/usr/src/lib/pam_modules/ldap/
ldap_utils.c 113 credp->cred.unix_cred.userID = strdup(binddn);
114 credp->cred.unix_cred.passwd = strdup(pwd);
115 if ((credp->cred.unix_cred.userID == NULL) ||
116 (credp->cred.unix_cred.passwd == NULL)) {
  /onnv/onnv-gate/usr/src/lib/pam_modules/
Makefile 51 unix_cred \
  /onnv/onnv-gate/usr/src/cmd/rexd/
rpc.rexd.c 378 struct authunix_parms *unix_cred; local
384 unix_cred = &au;
386 unix_cred->aup_gids = (gid_t *)stuff;
388 unix_cred->aup_machname = "";
393 &(unix_cred->aup_uid),
394 &(unix_cred->aup_gid),
395 (int *)&(unix_cred->aup_len),
396 unix_cred->aup_gids) == FALSE)
399 return (unix_cred);
413 struct authunix_parms *unix_cred; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsldap/common/
ns_common.c 223 if (authp->cred.unix_cred.userID) {
224 ap->cred.unix_cred.userID =
225 strdup(authp->cred.unix_cred.userID);
226 if (ap->cred.unix_cred.userID == NULL) {
231 if (authp->cred.unix_cred.passwd) {
232 ap->cred.unix_cred.passwd =
233 strdup(authp->cred.unix_cred.passwd);
234 if (ap->cred.unix_cred.passwd == NULL) {
315 if (ap->cred.unix_cred.userID) {
316 (void) memset(ap->cred.unix_cred.userID, 0
    [all...]
ns_connect.c 485 if (cred->cred.unix_cred.userID)
487 t, cred->cred.unix_cred.userID);
488 if (cred->cred.unix_cred.passwd)
490 t, cred->cred.unix_cred.passwd);
    [all...]
ns_sldap.h 170 UnixCred_t unix_cred; member in union:ns_cred::__anon279
ns_standalone.c 1136 default_cred.cred.unix_cred.passwd = NULL;
1137 default_cred.cred.unix_cred.userID = NULL;
    [all...]
ns_writes.c 1213 cred->cred.unix_cred.passwd = modparamVal;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libidmap/common/
namemaps.c 150 nsc->cred.unix_cred.userID = strdup(user);
151 if (nsc->cred.unix_cred.userID == NULL)
156 nsc->cred.unix_cred.passwd = strdup(passwd);
157 if (nsc->cred.unix_cred.passwd == NULL) {
158 free(nsc->cred.unix_cred.userID);
334 if (p->nsc.cred.unix_cred.userID != NULL) {
335 free(p->nsc.cred.unix_cred.userID);
338 if (p->nsc.cred.unix_cred.passwd != NULL) {
340 (void) memset(p->nsc.cred.unix_cred.passwd, 0,
341 strlen(p->nsc.cred.unix_cred.passwd))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/keyserv/
chkey_common.c 982 credp->cred.unix_cred.userID = strdup(bindDN);
984 credp->cred.unix_cred.userID = strdup(dn);
986 if (credp->cred.unix_cred.userID == NULL) {
992 credp->cred.unix_cred.passwd = strdup(bindPasswd);
995 credp->cred.unix_cred.passwd = strdup(passwd);
1005 credp->cred.unix_cred.passwd = ldap_pw;
1009 if (credp->cred.unix_cred.passwd == NULL) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ldap/ns_ldap/
ldapaddent.c     [all...]
  /onnv/onnv-gate/usr/src/lib/passwdutil/
ldap_attr.c 1006 credp->cred.unix_cred.userID = strdup(binddn);
1007 credp->cred.unix_cred.passwd = strdup(pwd);
  /onnv/onnv-gate/usr/src/cmd/ldapcachemgr/
cachemgr.c     [all...]

Completed in 1420 milliseconds