-
822ed8c1
by Ryan Tandy
at 2020-04-02T09:10:51-07:00
ITS#6035 saslauthz cleanups (no functional change)
- give authid-rewrite's argument a name
- tidy saslauthz.c whitespace (mixed spaces/tabs)
- always declare slap_sasl_regexp_destroy: fixes an implicit declaration
warning when configured without librewrite
- delete dead code: ENABLE_REWRITE implies SLAP_AUTH_REWRITE, so this
code is never compiled
- make slap_sasl_regexp_rewrite_config static
- omit sasl_regexp unused fields when built with librewrite
-
c4db9061
by Ryan Tandy
at 2020-04-02T09:10:51-07:00
ITS#6035 olcAuthzRegexp insert/delete support
-
1d562a7a
by Ryan Tandy
at 2020-04-02T09:10:51-07:00
ITS#6035 olcAuthIDRewrite insert/delete support
-
2b01b8dd
by Ryan Tandy
at 2020-04-02T09:10:51-07:00
ITS#6035 Create test script