Lines Matching refs:method
91 int method; /*%< security authentication method */
93 char *cred; /*%< password for simple authentication method */
221 dbi->cred, dbi->method);
891 int method;
948 /* determine connection method. */
950 method = LDAP_AUTH_SIMPLE;
952 method = LDAP_AUTH_KRBV41;
954 method = LDAP_AUTH_KRBV42;
957 "LDAP driver authentication method must be "
1006 ldap->method = method;