Skip to content
Snippets Groups Projects
Commit 43a6e2e8 authored by Mark Valence's avatar Mark Valence
Browse files

Added "ntdom" backend info.

parent 8032f588
No related branches found
No related tags found
No related merge requests found
......@@ -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}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment