]> git.sur5r.net Git - openldap/commitdiff
use librewrite for sasl-regexp (need to #define SLAP_X_SASL_REWRITE; ITS#2886); lots...
authorPierangelo Masarati <ando@openldap.org>
Tue, 13 Apr 2004 16:51:25 +0000 (16:51 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 13 Apr 2004 16:51:25 +0000 (16:51 +0000)
servers/slapd/proto-slap.h

index ea6c2f9a171d7716c850b509cfcfce6c19138172..a0108ae7168b5694f2c75e2bd3826cbd7f1012a2 100644 (file)
@@ -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