Displaying 4 results from an estimated 4 matches for "test_secure_password".
2015 Apr 09
3
imap doesn't like my passwd
I spent days on this problem.
I have dovecot setup to use SSL and IMAP.
I also have a pop account that I had no trouble getting working.
Both use PAM authentication on Linux.
openssl s_client -connect localhost:993
a login test_user test_secure_password
The response I got back was:
a BAD Invalid characters in atom
I changed the password to "abc" and it worked.
The secure password used to work but it was a different architecture
(x86_64 I think).
The current architecture is armhf.
It may be different versions of the software too.
Dove...
2015 Apr 09
2
imap doesn't like my passwd
...e " in the password.
On 04/09/2015 02:40 AM, Steffen Kaiser wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Thu, 9 Apr 2015, James wrote:
>
>> Both use PAM authentication on Linux.
>> openssl s_client -connect localhost:993
>> a login test_user test_secure_password
>> The response I got back was:
>> a BAD Invalid characters in atom
>
> Does your password contain the " quote? If not, enclose the password
> in "". Or try the literal form:
>
> 1 login user {##}
> password
>
> where ## is the number of octets of...
2015 Apr 09
0
imap doesn't like my passwd
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 9 Apr 2015, James wrote:
> Both use PAM authentication on Linux.
> openssl s_client -connect localhost:993
> a login test_user test_secure_password
> The response I got back was:
> a BAD Invalid characters in atom
Does your password contain the " quote? If not, enclose the password in
"". Or try the literal form:
1 login user {##}
password
where ## is the number of octets of password
> The secure password used to w...
2015 Apr 10
0
imap doesn't like my passwd
...form.
You can always use a litral to pass these words.
>
> On 04/09/2015 02:40 AM, Steffen Kaiser wrote:
>> On Thu, 9 Apr 2015, James wrote:
>>
>>> Both use PAM authentication on Linux.
>>> openssl s_client -connect localhost:993
>>> a login test_user test_secure_password
>>> The response I got back was:
>>> a BAD Invalid characters in atom
>>
>> Does your password contain the " quote? If not, enclose the password in "".
>> Or try the literal form:
>>
>> 1 login user {##}
>> password
>>
&...