mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
use librewrite for sasl-regexp (need to #define SLAP_X_SASL_REWRITE; ITS#2886); lots of cleanup
This commit is contained in:
parent
6c01508f0c
commit
629cd41f58
1 changed files with 7 additions and 1 deletions
|
|
@ -1010,7 +1010,13 @@ LDAP_SLAPD_F (int) slap_sasl_authorized LDAP_P((
|
|||
LDAP_SLAPD_F (int) slap_sasl_regexp_config LDAP_P((
|
||||
const char *match, const char *replace ));
|
||||
LDAP_SLAPD_F (int) slap_sasl_setpolicy LDAP_P(( const char * ));
|
||||
|
||||
#ifdef SLAP_X_SASL_REWRITE
|
||||
LDAP_SLAPD_F (int) slap_sasl_rewrite_config LDAP_P((
|
||||
const char *fname,
|
||||
int lineno,
|
||||
int argc,
|
||||
char **argv ));
|
||||
#endif /* SLAP_X_SASL_REWRITE */
|
||||
|
||||
/*
|
||||
* schema.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue