Lines Matching refs:followReferrals
266 char *followReferrals; member
852 LDAP_SET_PARAM(arglist->followReferrals, NS_LDAP_SEARCH_REF_P); in client_manual()
1141 LDAP_SET_PARAM(arglist->followReferrals, NS_LDAP_SEARCH_REF_P); in client_mod()
1384 LDAP_SET_PARAM(arglist->followReferrals, NS_LDAP_SEARCH_REF_P); in client_genProfile()
1490 LDAP_CHECK_INVALID(arglist->followReferrals, in client_init()
3260 arg_count += list->followReferrals ? 1 : 0; in num_args()
3295 CLIENT_PRINT("\tfollowReferrals: ", list->followReferrals); in dumpargs()
3499 CLIENT_OPT_CHECK(paramFlag, optlist->followReferrals); in clientSetParam()
3501 optlist->followReferrals = "TRUE"; in clientSetParam()
3503 optlist->followReferrals = "FALSE"; in clientSetParam()
3505 optlist->followReferrals = attrVal; in clientSetParam()