Displaying 3 results from an estimated 3 matches for "sasl_ok".
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...uot;);
+ close(pipe_in[1]);
+ context->pipe_out = fdopen(pipe_out[1], "w");
+ close(pipe_out[0]);
}
- else
- memcpy(*str, base + offset, len);
- (*str)[len] = '\0'; /* add NUL */
- }
- else {
- *str = NULL;
- }
-
- if (outlen) *outlen = len;
-
- return SASL_OK;
+ return SASL_OK;
}
-/*
- * NTLM encryption/authentication routines per section 2.10 of
- * draft-leach-cifs-v1-spec-02
- */
-static void E(unsigned char *out, unsigned char *K, unsigned Klen,
- unsigned char *D, unsigned Dlen)
-
-{
- unsigned k, d;
- des_cblock K64;
- des...
2016 Jul 25
0
sendmail getting domain\user as email userId
...\
> - result = reset_saslconn(&conn, AuthRealm, remoteip, \
> + result = reset_saslconn(&conn, hostname, remoteip, \
> localip, auth_id, &ext_ssf); \
> if (result != SASL_OK) \
> sasl_ok = false; \
> @@ -761,8 +761,8 @@
> if (sasl_ok)
> {
> # if SASL >= 20000
> - result = sasl_server_new("smtp", AuthRealm, NULL, NULL,
> NULL,
> -...
2016 Jul 21
3
sendmail getting domain\user as email userId [formerly: How to GSSAPI/Kerberos authenticate with Dovecot]
Hi Mark,
I've had the same trouble with the DOMAIN\user on my DCs, and as Rowland
has already pointed out, the "winbind use default domain = yes" configure
option is not honored on a DC. My guess is that is because a Samba DC can
only be a DC for one domain, so that is why it isn't honored. If I do
"getent passwd username" on my DCs, they all return