]> git.sur5r.net Git - openldap/commitdiff
Added "ntdom" backend info.
authorMark Valence <mrv@openldap.org>
Wed, 17 Nov 1999 22:52:34 +0000 (22:52 +0000)
committerMark Valence <mrv@openldap.org>
Wed, 17 Nov 1999 22:52:34 +0000 (22:52 +0000)
servers/slapd/backend.c

index 7e83933b21f2f0492b086fd3074ae9081951f8d4..a7a6b2c9f4e890e5c0f48998a723cc918e67aedf 100644 (file)
@@ -39,6 +39,9 @@
 #ifdef SLAPD_TCL
 #include "back-tcl/external.h"
 #endif
+#ifdef SLAPD_NTDOMAIN
+#include "back-domain/external.h"
+#endif
 
 static BackendInfo binfo[] = {
 #if defined(SLAPD_LDAP) && !defined(SLAPD_LDAP_DYNAMIC)
@@ -61,6 +64,9 @@ static BackendInfo binfo[] = {
 #endif
 #if defined(SLAPD_TCL) && !defined(SLAPD_TCL_DYNAMIC)
        {"tcl",         tcl_back_initialize},
+#endif
+#if defined(SLAPD_NTDOMAIN) && !defined(SLAPD_NTDOMAIN_DYNAMIC)
+       {"ntdom",       domain_back_initialize},
 #endif
        {NULL}
 };