summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/libads/ldap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c
index 93bd9acf4c..57275dda55 100644
--- a/source3/libads/ldap.c
+++ b/source3/libads/ldap.c
@@ -2874,6 +2874,8 @@ ADS_STATUS ads_join_realm(ADS_STRUCT *ads, const char *machine_name,
}
#endif
+#ifdef HAVE_LDAP
+
/**
* Delete a machine from the realm
* @param ads connection to ads server
@@ -2993,3 +2995,5 @@ ADS_STATUS ads_leave_realm(ADS_STRUCT *ads, const char *hostname)
return status;
}
#endif
+
+#endif