search for: some_static_password

Displaying 4 results from an estimated 4 matches for "some_static_password".

2018 Feb 15
2
Director & Master Users
Hello, I have Director setup to proxy requests to backend servers. This works fine when using "standard" username/passwords. I am not try to enable the use of the Dovecot Master user through Director into the backend servers. a.) username is being sent as masteruser*username b.) request hits the proxy and authenticates, and then is passed to the backend servers and fails auth. - logs
2018 Feb 15
2
Director & Master Users
...river = static > args = proxy=y nopassword=y > } > > Please let me know if I can provide any further details. > > Thanks in advance. > > You could consider using "master password" instead. > > This works so that you configure proxy to use pass=some_static_password as the password forward, and you can then use static passdb in director, as in > > passdb { ??driver = static ??args = password=some_static_password .... } > > This way you don't need to setup master user authentication. > > Aki -------------- next part ----------...
2018 Feb 15
0
Director & Master Users
...gt; } > > passdb { > driver = static > args = proxy=y nopassword=y > } > > Please let me know if I can provide any further details. > > Thanks in advance. You could consider using "master password" instead. This works so that you configure proxy to use pass=some_static_password as the password forward, and you can then use static passdb in director, as in passdb { driver = static args = password=some_static_password .... } This way you don't need to setup master user authentication. Aki
2018 Feb 15
0
Director & Master Users
...> args = proxy=y nopassword=y > } > > Please let me know if I can provide any further details. > > Thanks in advance. >> >> You could consider using "master password" instead. >> >> This works so that you configure proxy to use pass=some_static_password as the password forward, and you can then use static passdb in director, as in >> >> passdb { ??driver = static ??args = password=some_static_password .... } >> >> This way you don't need to setup master user authentication. >> >> Aki -----------...