search for: canon_user

Displaying 1 result from an estimated 1 matches for "canon_user".

2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...K ", sizeof(childbuf)-1); + } - /* fetch user's password */ - result = sparams->utils->prop_request(sparams->propctx, password_request); - if (result != SASL_OK) goto cleanup; - - /* this will trigger the getting of the aux properties */ - result = sparams->canon_user(sparams->utils->conn, authid, authid_len, - SASL_CU_AUTHID | SASL_CU_AUTHZID, oparams); - if (result != SASL_OK) goto cleanup; - - result = sparams->utils->prop_getnames(sparams->propctx, - password_request, - auxprop_values); - if (result < 0 || - (!aux...