summaryrefslogtreecommitdiff
path: root/source/libads/disp_sec.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-09-28 14:42:32 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-09-28 14:42:32 +0000
commit9615ab10c006d8027f6a8b7dd3770eb77304dbdc (patch)
tree6aa9256adcaad074a8ce7de8de964fbdf586ae40 /source/libads/disp_sec.c
parentcf249f5b222312bb05fb8ab53413d160149f7477 (diff)
downloadsamba-9615ab10c006d8027f6a8b7dd3770eb77304dbdc.tar.gz
Try to compile as much as possible with only ldap, but not kerberos.
Diffstat (limited to 'source/libads/disp_sec.c')
-rw-r--r--source/libads/disp_sec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/libads/disp_sec.c b/source/libads/disp_sec.c
index a930fd6fe09..a7b0bf6f07c 100644
--- a/source/libads/disp_sec.c
+++ b/source/libads/disp_sec.c
@@ -20,8 +20,6 @@
#include "includes.h"
-#ifdef HAVE_ADS
-
static struct perm_mask_str {
uint32 mask;
char *str;
@@ -158,5 +156,4 @@ void ads_disp_sd(SEC_DESC *sd)
printf("-------------- End Of Security Descriptor\n");
}
-#endif