Lines Matching refs:authmethod

215 		.authmethod = -1,  in tester_init()
363 if ( config->authmethod != -1 && config->authmethod != LDAP_AUTH_SASL ) { in tester_config_opt()
366 config->authmethod = LDAP_AUTH_SASL; in tester_config_opt()
374 if ( config->authmethod != -1 && config->authmethod != LDAP_AUTH_SASL ) { in tester_config_opt()
377 config->authmethod = LDAP_AUTH_SASL; in tester_config_opt()
385 if ( config->authmethod != -1 && config->authmethod != LDAP_AUTH_SASL ) { in tester_config_opt()
388 config->authmethod = LDAP_AUTH_SASL; in tester_config_opt()
396 if ( config->authmethod != -1 && config->authmethod != LDAP_AUTH_SASL ) { in tester_config_opt()
399 config->authmethod = LDAP_AUTH_SASL; in tester_config_opt()
407 if ( config->authmethod != -1 && config->authmethod != LDAP_AUTH_SASL ) { in tester_config_opt()
410 config->authmethod = LDAP_AUTH_SASL; in tester_config_opt()
434 if ( config->authmethod != -1 && config->authmethod != LDAP_AUTH_SIMPLE ) { in tester_config_opt()
437 config->authmethod = LDAP_AUTH_SIMPLE; in tester_config_opt()
450 if ( config->authmethod == -1 ) { in tester_config_finish()
453 config->authmethod = LDAP_AUTH_SIMPLE; in tester_config_finish()
455 config->authmethod = LDAP_AUTH_SASL; in tester_config_finish()
458 config->authmethod = LDAP_AUTH_SIMPLE; in tester_config_finish()
463 if ( config->authmethod == LDAP_AUTH_SASL ) { in tester_config_finish()
498 if ( config->authmethod == LDAP_AUTH_SASL ) { in tester_init_ld()
522 } else if ( config->authmethod == LDAP_AUTH_SIMPLE ) { in tester_init_ld()