Displaying 6 results from an estimated 6 matches for "authzid".
Did you mean:
authid
2013 Feb 25
1
Dovecot SASL: SCRAM-SHA-1 Authentication Fails
...og, when using mutt
as SMTP client:
dovecot: auth: Debug: auth client connected (pid=0)
dovecot: auth: Debug: client in:
AUTH#0111#011
SCRAM-SHA-1#011
service=smtp#011
nologin#011
lip=192.168.0.65#011
rip=192.168.0.65#011
secured#011
resp=<hidden>
dovecot: auth: scram-sha-1(?,192.168.0.65): authzid not supported
dovecot: auth: Debug: client passdb out: FAIL#0111
postfix/smtpd[7621]: warning: markaurel.gas.de[192.168.0.65]: SASL
SCRAM-SHA-1 authentication failed
Here's the log, when using mutt as IMAP client:
dovecot: auth: Debug: auth client connected (pid=23409)
dovecot: auth: Debug: cl...
2006 Aug 28
1
DIGEST-MD5 doesn't work
...tcpdump):
YXV0aHppZD0ib3RycyIsY2hhcnNldD11dGYtOCxjbm9uY2U9IjFlOTZkYmZiZWEwZjUxNmVhZjEyYmM0NjU1M2JmZjVlIixkaWdlc3QtdXJpPSJwb3AzL25hbm8iLG5jPTAwMDAwMDAxLG5vbmNlPSJPVGpGWmhjS2FIVjZSVGMyZlRDTXJ3PT0iLHFvcD1hdXRoLHJlYWxtPSIiLHJlc3BvbnNlPTVmMTQyZWVlN2FmMWVmYTJhYWI5ZmM0ODNiOGJjOTJhLHVzZXJuYW1lPSJvdHJzIg==
authzid="otrs",charset=utf-8,cnonce="1e96dbfbea0f516eaf12bc46553bff5e",
digest-uri="pop3/nano",nc=00000001,nonce="OTjFZhcKaHV6RTc2fTCMrw==",
qop=auth,realm="",response=5f142eee7af1efa2aab9fc483b8bc92a,username="otrs"
Client is a Perl script using...
2012 Jun 15
1
Google Voice / Jabber auth problem
...s></stream:features>
JABBER: accountone OUTGOING: <auth
xmlns='urn:ietf:params:xml:ns:xmpp-sasl'
mechanism='PLAIN'>AGNoYXNvbmhvbWVzAGF3Z2MxOTI4</auth>
JABBER: accountone INCOMING: <failure
xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><invalid-authzid/></failure>
JABBER: accountone INCOMING: </stream:stream>
JABBER: accountone OUTGOING: <?xml version='1.0'?><stream:stream
xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client'
to='domain.com at gmail.com' version='1.0&...
2002 May 09
0
Error when running smbldap-passwd.pl from idealx
...erver
-Q use SASL Quiet mode
-R realm SASL realm
-U authcid SASL authentication identity
-v run in verbose mode (diagnostics to standard output)
-w passwd bind passwd (for simple authentication)
-W prompt for bind passwd
-x Simple authentication
-X authzid SASL authorization identity ("dn:<dn>" or "u:<user>")
-Y mech SASL mechanism
-Z Start TLS request (-ZZ to require successful response)
Can't return outside a subroutine at /usr/local/sbin/smbldap-passwd.pl line 173, <STDIN> line 2.
[root@teic...
2009 Feb 15
0
digest-md5 problem
...00-134 dovecot: auth(default): client in: CONT<hidden>
Feb 15 12:46:47 s03-400-134 dovecot: auth(default): client out: FAIL^I1
Feb 15 12:46:47 s03-400-134 dovecot: pop3-login: Disconnected (auth
failed, 1 attempts): method=DIGEST-MD5, rip=10.0.2.1, lip=10.0.2.134
***
The decoded reply is ...
authzid="USERNAME_HERE",charset=utf-8,cnonce="32d669a1334164b3362bff5f809acf12",digest-uri="pop/SERVER_URL_HERE",nc=00000001,nonce="rDWjRuMzuvbr5TLsinsE0A==",qop=auth,realm="",response=5c7c2ff3284f350fc62c5a2a80d2be64,username="USERNAME_HERE"
On...
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...arams->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 ||
- (!auxprop_values[0].name || !auxprop_values[0].values)) {
- /* We didn't find this user...