Lines Matching refs:method
110 int method; /*%< security authentication method */
112 char *cred; /*%< password for simple authentication method */
234 dbi->cred, dbi->method);
938 int method;
994 /* determine connection method. */
996 method = LDAP_AUTH_SIMPLE;
998 method = LDAP_AUTH_KRBV41;
1000 method = LDAP_AUTH_KRBV42;
1004 "LDAP driver authentication method must be "
1061 ldap_inst->method = method;