Displaying 6 results from an estimated 6 matches for "plain_password".
Did you mean:
plain_passwd
2016 May 03
3
Changing Password Schemes
...access to the clear/text passwords, hash them, put the
> hashes into the database and be fine. No need for different columns and a
> post login script.
>
> Otherwise: Nobody answered this particular question. And I see no
> evidance, that Dovecot passes an environment variable named PLAIN_PASSWORD
> along. I've read the Wiki, but I see nothing like that in the code. Did
> you've verified that the post login script gets the plain password?
>
> If you have hashed passwords, CONCAT('{PLAIN}',clearpwd) is nonsense.
>
>
>
>>
>>
>> On Tue, May...
2016 May 03
3
Changing Password Schemes
OK QUERY is WORKING ("password_query" relies on having a field/column
"password', hence the addition under WHERE):
password_query = \
SELECT username AS USER, \
IF(cryptpwd IS NULL OR cryptpwd=' ', CONCAT('{PLAIN}',clearpwd),
cryptpwd) AS PASSWORD, \
'/var/vmail/%d/%n' as userdb_home, \
'maildir:/var/vmail/%d/%n' as
2016 May 03
2
Changing Password Schemes
...clear/text passwords, hash them, put
> the hashes into the database and be fine. No need for different
> columns and a
> post login script.
>
> Otherwise: Nobody answered this particular question. And I see no
> evidance, that Dovecot passes an environment variable named
> PLAIN_PASSWORD along. I've read the Wiki, but I see nothing like that
> in the code. Did you've verified that the post login script gets the
> plain password?
>
> If you have hashed passwords, CONCAT('{PLAIN}',clearpwd) is nonsense.
>
>>
>>
>>
>> On Tue, Ma...
2016 May 03
5
Changing Password Schemes
...clear/text passwords, hash them, put the hashes into the database and be fine. No need for different columns and a
>>> post login script.
>>>
>>> Otherwise: Nobody answered this particular question. And I see no evidance, that Dovecot passes an environment variable named PLAIN_PASSWORD along. I've read the Wiki, but I see nothing like that in the code. Did you've verified that the post login script gets the plain password?
>>>
>>> If you have hashed passwords, CONCAT('{PLAIN}',clearpwd) is nonsense.
>>>
>>>>
>>>>...
2012 May 21
1
SMB shares and LDAP
Hi,
I have a scenario were I only have OpenLDAP running for authing my Linux and Windows client.
Windows is using the pGina LDAP client to talk to my OpenLDAP server, no problems, working like a charm.
However I need to setup a simple Samba file server-only.
None of my Unix boxes have a compete /etc/passwd file as every one auths against OpenLDAP.
Is there some kind of passwd backend option
2016 May 03
2
Changing Password Schemes
...ash them, put the hashes into the database and be fine. No need for different columns and a
>>>>> post login script.
>>>>>
>>>>> Otherwise: Nobody answered this particular question. And I see no evidance, that Dovecot passes an environment variable named PLAIN_PASSWORD along. I've read the Wiki, but I see nothing like that in the code. Did you've verified that the post login script gets the plain password?
>>>>>
>>>>> If you have hashed passwords, CONCAT('{PLAIN}',clearpwd) is nonsense.
>>>>>
>>&g...