Browse Source

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

declare is_type_forbidden in deref.c
Rich Megginson 13 năm trước cách đây
mục cha
commit
4bf9444a08
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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