[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8172) RFE: back-sock CONTINUE to get modified parameters



Full_Name: 
Version: 
OS: 
URL: 
Submission from: (NULL) (84.178.19.235)


It would be very nice if back-sock configured as overlay could make use of
modified parameters returned with CONTINUE.

Example for an incoming search request:

SEARCH
msgid: 42
suffix: dc=example,dc=com
base: dc=example,dc=com
scope: 2
[..]
filter: (objectClass=*)
[..]

The external listener could return:

CONTINUE
msgid: 42
suffix: dc=example,dc=com
base: ou=test,dc=example,dc=com
scope: 1
[..]
filter: (objectClass=account)
[..]

This would make request rewriting possible without having to use slapo-rwm.