Browse Source

Ticket 378 - unhashed#user#password visible after changing password

declare is_type_forbidden in deref.c
(cherry picked from commit 4bf9444a082f25f289a973128c243583831cc848)
Rich Megginson 13 years ago
parent
commit
a97f7050fb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ldap/servers/plugins/deref/deref.c

+ 2 - 0
ldap/servers/plugins/deref/deref.c

@@ -46,6 +46,8 @@
 #include "deref.h"
 #include <nspr.h>
 
+int is_type_forbidden(const char *type); /* from proto-slap.h */
+
 #ifndef DN_SYNTAX_OID
 #define DN_SYNTAX_OID "1.3.6.1.4.1.1466.115.121.1.12"
 #endif