search for: tesbox

Displaying 2 results from an estimated 2 matches for "tesbox".

Did you mean: testbox
2019 Apr 12
2
Using userdb/passdb data in director_username_hash
...(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 'testuser' instead of 'testbed'. I've been trying different permutations on my director boxes with no luck. director_use...
2019 Apr 12
0
Using userdb/passdb data in director_username_hash
...at 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'd rather hash on 'testuser' instead of 'testbed'. > > I've been trying different permutations on my director boxes with no l...