Displaying 3 results from an estimated 3 matches for "sasl_dispose".
2007 Nov 19
2
pine 4.64 with CentOS with LDAP
....a(cyrus.o): In function `ldap_int_sasl_open':
/p1/fh/openldap-2.3.38/libraries/libldap/cyrus.c:535: undefined reference
to `sasl_client_new'
../ldap/lib/libldap.a(cyrus.o): In function `ldap_int_sasl_bind':
/p1/fh/openldap-2.3.38/libraries/libldap/cyrus.c:636: undefined reference
to `sasl_dispose'
/p1/fh/openldap-2.3.38/libraries/libldap/cyrus.c:682: undefined reference
to `sasl_setprop'
/p1/fh/openldap-2.3.38/libraries/libldap/cyrus.c:689: undefined reference
to `sasl_client_start'
/p1/fh/openldap-2.3.38/libraries/libldap/cyrus.c:726: undefined reference
to `sasl_errdetail...
2016 Jul 25
0
sendmail getting domain\user as email userId
...NULL, NULL, 0, &conn);
> # elif SASL > 10505
> /* use empty realm: only works in SASL > 1.5.5 */
> result = sasl_server_new("smtp", AuthRealm, "", NULL, 0,
> &conn);
> @@ -5027,7 +5027,7 @@
>
> sasl_dispose(conn);
> # if SASL >= 20000
> - result = sasl_server_new("smtp", hostname, NULL, NULL, NULL,
> + result = sasl_server_new("smtp", hostname, AuthRealm, NULL, NULL,
> NULL, 0, conn);
> # elif SASL > 10505
>...
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