]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/main.c
ITS#2368 - fix deleting key from range IDL
[openldap] / servers / slapd / main.c
index 3667b07a4e16f171466d467338a89559078b651d..2624b98d2f7dd3610e572b2032c69b3ea189d68a 100644 (file)
@@ -360,6 +360,7 @@ int main( int argc, char **argv )
 #endif
 
        extops_init();
+       lutil_passwd_init();
 
 #ifdef SLAPD_MODULES
        if ( module_init() != 0 ) {
@@ -614,6 +615,8 @@ stop:
 
        schema_destroy();
 
+       lutil_passwd_destroy();
+
 #ifdef HAVE_TLS
        ldap_pvt_tls_destroy();
 #endif