فهرست منبع

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

declare is_type_forbidden in deref.c
Rich Megginson 13 سال پیش
والد
کامیت
4bf9444a08
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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