Lines Matching refs:authp
1492 ns_cred_t **authp, in __s_api_getDefaultAuth() argument
1520 *authp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t)); in __s_api_getDefaultAuth()
1521 if ((*authp) == NULL) in __s_api_getDefaultAuth()
1524 (*authp)->auth = *aMethod; in __s_api_getDefaultAuth()
1539 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1554 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1572 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1578 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1585 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1589 (*authp)->cred.unix_cred.userID = AdminCred->userID; in __s_api_getDefaultAuth()
1595 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1601 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1605 (*authp)->cred.unix_cred.userID = in __s_api_getDefaultAuth()
1609 if ((*authp)->cred.unix_cred.userID == NULL) { in __s_api_getDefaultAuth()
1610 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1627 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1636 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1642 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1651 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1658 (*authp)->cred.unix_cred.passwd = modparamVal; in __s_api_getDefaultAuth()
1664 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1667 *authp = NULL; in __s_api_getDefaultAuth()
1672 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1674 *authp = NULL; in __s_api_getDefaultAuth()
1678 (*authp)->hostcertpath = strdup((char *)*paramVal); in __s_api_getDefaultAuth()
1680 if ((*authp)->hostcertpath == NULL) { in __s_api_getDefaultAuth()
1681 (void) __ns_ldap_freeCred(authp); in __s_api_getDefaultAuth()
1683 *authp = NULL; in __s_api_getDefaultAuth()
1717 ns_cred_t *authp = NULL; in getConnection() local
1875 authp = NULL; in getConnection()
1877 *aNext, &authp, in getConnection()
1890 rc = makeConnection(&con, server, authp, in getConnection()
1895 (void) __ns_ldap_freeCred(&authp); in getConnection()