Lines Matching defs:credp
1062 ns_cred_t *credp;
1067 if ((credp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t))) == NULL)
1075 credp->cred.unix_cred.userID = strdup(binddn);
1076 credp->cred.unix_cred.passwd = strdup(pwd);
1086 credp->hostcertpath = *certpath;
1127 credp->auth.type = authp->type;
1128 credp->auth.tlstype = authp->tlstype;
1129 credp->auth.saslmech = authp->saslmech;
1130 credp->auth.saslopt = authp->saslopt;
1134 credp, flags, &errorp);
1188 if (credp)
1189 (void) __ns_ldap_freeCred(&credp);