From 8b2ba64d603dd1ef1afde621f594dc46f2133708 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 7 May 2011 13:32:20 +0200 Subject: libds: moved enum security_types to a common header Pair-Programmed-With: Andrew Bartlett --- source4/param/loadparm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/param') diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index fa00beee96..79706b4f09 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -264,6 +264,7 @@ static const struct enum_list enum_protocol[] = { static const struct enum_list enum_security[] = { {SEC_SHARE, "SHARE"}, {SEC_USER, "USER"}, + {SEC_ADS, "ADS"}, {-1, NULL} }; -- cgit