Searched refs:SASL_AUX_PASSWORD_PROP (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dsasldb.c124 strcasecmp(realname, SASL_AUX_PASSWORD_PROP) != 0)) {
130 if (strcasecmp(realname, SASL_AUX_PASSWORD_PROP) == 0) {
191 SASL_AUX_PASSWORD_PROP,
H A Dsql.c1005 strcasecmp(realname, SASL_AUX_PASSWORD_PROP) != 0)) {
1011 if (strcasecmp(realname, SASL_AUX_PASSWORD_PROP) == 0) {
1077 SASL_AUX_PASSWORD_PROP,
1083 SASL_AUX_PASSWORD_PROP,
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/include/
H A Dsasl.h1250 #define SASL_AUX_PASSWORD_PROP "userPassword" /* User Password */ macro
1251 #define SASL_AUX_PASSWORD "*" SASL_AUX_PASSWORD_PROP /* User Password (of authid) */
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dserver.c127 const char *password_request[] = { SASL_AUX_PASSWORD_PROP, NULL };
128 const char *user_delete_request[] = { SASL_AUX_PASSWORD_PROP, SASL_AUX_ALL, NULL };
161 /* Do we want to store SASL_AUX_PASSWORD_PROP (plain text)? and
178 result = prop_set(s_conn->sparams->propctx, SASL_AUX_PASSWORD_PROP,

Completed in 193 milliseconds