Displaying 5 results from an estimated 5 matches for "compassword".
Did you mean:
chkpassword
2019 Aug 26
4
User found but password failure
...auths): user=<raub at example.com>,
method=PLAIN, rip=::1, lip=::1, mpid=26563, secured,
session=<lyJttvyQ9I0AAAAAAAAAAAAAAAAAAAAB>
Per [1] I decided to see what the response (base64-reply) I am
submitting to dovecot looks like:
echo 'base64-reply' | base64 -d
raub at example.compassword
Which has the right username and password but follows the userpassword
format, not useruserpassword as I was led to believe by [1]. Is that
to be expected? If it is then the issue is further down the line.
[1] https://wiki.dovecot.org/Debugging/Authentication
2019 Aug 26
1
User found but password failure
...t;dovecot at dovecot.org> wrote:
>
> On Sun, 25 Aug 2019, Mauricio Tavares wrote:
>
> > Per [1] I decided to see what the response (base64-reply) I am
> > submitting to dovecot looks like:
> >
> > echo 'base64-reply' | base64 -d
> > raub at example.compassword
>
> I think there's a hidden null character netween username and password which
> you can see using
>
> echo 'base64-reply' | base64 -d | od -c
>
> but as Aki mention, this is probably not relevant to your problem.
>
> Joseph Tam <jtam.home at gmail...
2019 Aug 26
0
User found but password failure
On Sun, 25 Aug 2019, Mauricio Tavares wrote:
> Per [1] I decided to see what the response (base64-reply) I am
> submitting to dovecot looks like:
>
> echo 'base64-reply' | base64 -d
> raub at example.compassword
I think there's a hidden null character netween username and password which
you can see using
echo 'base64-reply' | base64 -d | od -c
but as Aki mention, this is probably not relevant to your problem.
Joseph Tam <jtam.home at gmail.com>
2010 Jul 26
0
cli_session_setup_blob: recieve failed (NT_STATUS_INVALID_PARAMETER)
...Active Directory network.
My client computer is running Solaris 10 u8. The computer hosting the share says it's running Acopia ARX(3.0.0b1) According to Active Directory (not familiar with this OS, i think it is a NAS)
I run this command to get the Kerberos ticket.
bash-3.00$ kinit jtmb at DOM.COMPassword for jtmb at DOM.COM:bash-3.00$
Which works fine, but when i try to connect using smbclient i get this error:
# /usr/sfw/bin/smbclient -k -L 147.18.62.30 -d4lp_load: refreshing parametersInitialising global parametersparams.c:pm_process() - Processing configuration file "/etc/sfw/smb.conf"...
2019 Aug 26
0
User found but password failure
...t;,
> method=PLAIN, rip=::1, lip=::1, mpid=26563, secured,
> session=<lyJttvyQ9I0AAAAAAAAAAAAAAAAAAAAB>
>
> Per [1] I decided to see what the response (base64-reply) I am
> submitting to dovecot looks like:
>
> echo 'base64-reply' | base64 -d
> raub at example.compassword
>
> Which has the right username and password but follows the userpassword
> format, not useruserpassword as I was led to believe by [1]. Is that
> to be expected? If it is then the issue is further down the line.
>
> [1] https://wiki.dovecot.org/Debugging/Authentication
You mis...