Displaying 3 results from an estimated 3 matches for "any_field_name".
2017 Sep 28
1
Conditionally disabling auth policy
...onnected-ip - server IP (like, on proxy)
> * x-connected-port - server port
> * x-proxy-ttl - non-negative integer, decremented on each hop, used for
> loop detection.
> * x-session-id - session ID, if you want to provide one
> * x-session-ext-id - session prefix
> * x-forward-<any_field_name> - field to import into passdb during
> authentication, comes prefixed with forward_. e.g if you set
> x-forward-username, it comes as forward_username, and can be used like
>
> username=%{forward_username}
>
The 'forward' stuff is gold. I found that I had to access it l...
2017 Sep 28
2
Conditionally disabling auth policy
On Wed, Sep 27, 2017 at 10:06 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
>
> On 27.09.2017 20:14, Mark Moseley wrote:
> > On Wed, Sep 27, 2017 at 10:03 AM, Marcus Rueckert <darix at opensu.se>
> wrote:
> >
> >> On 2017-09-27 16:57:44 +0000, Mark Moseley wrote:
> >>> I've been digging into the auth policy stuff with weakforced
2017 Sep 28
0
Conditionally disabling auth policy
...ating-port - client port
* x-connected-ip - server IP (like, on proxy)
* x-connected-port - server port
* x-proxy-ttl - non-negative integer, decremented on each hop, used for loop detection.
* x-session-id - session ID, if you want to provide one
* x-session-ext-id - session prefix
* x-forward-<any_field_name> - field to import into passdb during authentication, comes prefixed with forward_. e.g if you set x-forward-username, it comes as forward_username, and can be used like
username=%{forward_username}
Aki