Home
last modified time | relevance | path

Searched refs:mech_external (Results 1 – 7 of 7) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/auth/
H A Dmech.c73 extern const struct mech_module mech_external;
200 mech_register_module(&mech_external); in mech_init()
227 mech_unregister_module(&mech_external); in mech_deinit()
H A Dmech-external.c54 const struct mech_module mech_external = { variable
H A Dtest-mech.c27 extern const struct mech_module mech_external;
221 {&mech_external, UCHAR_LEN(""), "testuser", NULL, TRUE, TRUE, TRUE}, in test_mechs()
242 {&mech_external, UCHAR_LEN(""), "testuser", NULL, FALSE, TRUE, FALSE}, in test_mechs()
243 {&mech_external, UCHAR_LEN(""), NULL, NULL, FALSE, FALSE, FALSE}, in test_mechs()
/dports/net/openldap25-client/openldap-2.5.9/servers/lloadd/
H A Dbind.c27 struct berval mech_external = BER_BVC("EXTERNAL"); variable
312 if ( !ber_bvcmp( &mech, &mech_external ) ) { in request_bind()
/dports/net/openldap25-server/openldap-2.5.9/servers/lloadd/
H A Dbind.c27 struct berval mech_external = BER_BVC("EXTERNAL"); variable
312 if ( !ber_bvcmp( &mech, &mech_external ) ) { in request_bind()
/dports/net/openldap26-client/openldap-2.6.0/servers/lloadd/
H A Dbind.c27 struct berval mech_external = BER_BVC("EXTERNAL"); variable
314 if ( !ber_bvcmp( &mech, &mech_external ) ) { in request_bind()
/dports/net/openldap26-server/openldap-2.6.0/servers/lloadd/
H A Dbind.c27 struct berval mech_external = BER_BVC("EXTERNAL"); variable
314 if ( !ber_bvcmp( &mech, &mech_external ) ) { in request_bind()