Displaying 2 results from an estimated 2 matches for "sqn6qd41tpvlhggr".
2016 Jun 14
2
Double variable expansion / multiple password mechanisms
...to your directory:
>
> userPassword: {CRAM-MD5}xxx
> userPassword: {DIGEST-MD5}xxxx
> userPassword: {SCRAM-SHA-1}xxxx
> userPassword: {NTLM}xxxx
>
>
> Karsten
Did try this, didn't end end well.
Jun 14 12:59:43 auth: Error:
ldap(leonkyneur at itest.com,192.168.99.3,<SQn6QD41TpvLhgGR>): Multiple
password values not supported
Jun 14 12:59:43 auth: Panic: file passdb-ldap.c: line 99
(ldap_lookup_finish): assertion failed: (password == NULL || scheme != NULL)
Jun 14 12:59:43 auth: Error: Raw backtrace:
/usr/lib64/dovecot/libdovecot.so.0(+0x8699e) [0x7f0233cd499e] ->
/usr...
2016 Jun 14
3
Double variable expansion / multiple password mechanisms
Hi,
Trying to solve the problem of supporting multiple auth mechanisms +
proxy and really don't want to store user passwords in plain test and
fine to do master user to backend.
I had the crazy thought I could do something like the following:
For each user Store supported password schemes as LDAP attributes:
userPasswordCRAM-MD5: {CRAM-MD5}xxx
userPasswordDIGEST-MD5: {DIGEST-MD5}xxxx