Displaying 2 results from an estimated 2 matches for "userdb_real_usernam".
Did you mean:
userdb_real_username
2019 Apr 12
2
Using userdb/passdb data in director_username_hash
...hashing (on %u).
I'm returning a SQL field called 'real_username' (the owner of the mailbox,
so almost never the same as %u). I'd like (for mdbox reasons) to hash on
that rather than %u.
My test SQL is returning (this is just a chunk -- it's duplicated for
testing):
UserName AS userdb_real_username, UserName AS real_username
I can see in my director boxes that it's at least picking up the latter:
passdb out: PASS 1 user=tesbox at mailbox.com proxy=y real_username=testuser
Is it possible to inject 'real_username' into director_username_hash? That
is, I'd rather hash on '...
2019 Apr 12
0
Using userdb/passdb data in director_username_hash
.... I'm returning a SQL field called 'real_username' (the owner of the mailbox, so almost never the same as %u). I'd like (for mdbox reasons) to hash on that rather than %u.
>
> My test SQL is returning (this is just a chunk -- it's duplicated for testing):
> UserName AS userdb_real_username, UserName AS real_username
>
> I can see in my director boxes that it's at least picking up the latter:
>
> passdb out: PASS1user=tesbox at mailbox.comproxy=yreal_username=testuser
>
> Is it possible to inject 'real_username' into director_username_hash? That is, I...