3 Jun
2010
3 Jun
'10
3:25 a.m.
On 3.6.2010, at 1.20, Brad Davidson wrote:
Interesting. I'd tried putting the private network in login_trusted_networks but it got stuck in a loop until the director process ran out of file handles, so I took it back out. This is probably a little weird in that it's proxying to itself, and also trusting the looped connection. I guess it's running the original endpoints through the authdb for validation, which then proxies, causes another authdb lookup, etc? .. password_query = SELECT null AS password, 'Y' AS nopassword, 'Y' AS proxy WHERE '%{lip}' NOT LIKE '10.142.0.%%' AND '%{lip}' != '%{rip}'
This query no longer works, because both lip and rip are replaced with the original ones from proxy..