Home | History | Annotate | Download | only in progs

Lines Matching refs:authmethod

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