瀏覽代碼

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