Lines Matching refs:authmethod
84 int authmethod = -1; variable
791 if( authmethod != -1 && authmethod != LDAP_AUTH_SASL ) { in tool_args()
797 authmethod = LDAP_AUTH_SASL; in tool_args()
883 if( authmethod != -1 && authmethod != LDAP_AUTH_SASL ) { in tool_args()
888 authmethod = LDAP_AUTH_SASL; in tool_args()
926 if( authmethod != -1 && authmethod != LDAP_AUTH_SASL ) { in tool_args()
932 authmethod = LDAP_AUTH_SASL; in tool_args()
946 if( authmethod != -1 && authmethod != LDAP_AUTH_SASL ) { in tool_args()
952 authmethod = LDAP_AUTH_SASL; in tool_args()
966 if( authmethod != -1 && authmethod != LDAP_AUTH_SASL ) { in tool_args()
972 authmethod = LDAP_AUTH_SASL; in tool_args()
1009 if( authmethod != -1 && authmethod != LDAP_AUTH_SASL ) { in tool_args()
1014 authmethod = LDAP_AUTH_SASL; in tool_args()
1022 if( authmethod != -1 && authmethod != LDAP_AUTH_SIMPLE ) { in tool_args()
1027 authmethod = LDAP_AUTH_SIMPLE; in tool_args()
1035 if( authmethod != -1 && authmethod != LDAP_AUTH_SASL ) { in tool_args()
1040 authmethod = LDAP_AUTH_SASL; in tool_args()
1117 if (authmethod == -1 && protocol > LDAP_VERSION2) { in tool_args()
1120 authmethod = LDAP_AUTH_SIMPLE; in tool_args()
1122 authmethod = LDAP_AUTH_SASL; in tool_args()
1125 authmethod = LDAP_AUTH_SIMPLE; in tool_args()
1152 if( authmethod == LDAP_AUTH_SASL ) { in tool_args()
1489 if ( authmethod == LDAP_AUTH_SASL ) { in tool_bind()