Skip to content

Commit

Permalink
Ticket 378 - unhashed#user#password visible after changing password
Browse files Browse the repository at this point in the history
declare is_type_forbidden in deref.c
(cherry picked from commit 4bf9444a082f25f289a973128c243583831cc848)
  • Loading branch information
richm committed Jun 27, 2012
1 parent 14cb1d0 commit a97f705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ldap/servers/plugins/deref/deref.c
Expand Up @@ -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
Expand Down

0 comments on commit a97f705

Please sign in to comment.