Remove : from the list seperators, as this is used to seperate out components
authorAndrew Bartlett <abartlet@samba.org>
Fri, 12 Apr 2002 08:22:50 +0000 (08:22 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 12 Apr 2002 08:22:50 +0000 (08:22 +0000)
in the passdb module selection (after the : you have the options).

Andrew Bartlett
(This used to be commit 6949b630f10ebb76e8e59ca7e832f53571f2c20a)

source3/include/local.h

index 1ecd63738ecfdbeeb617fa80da5e5db186e04e8c..24f3fa772463b8e361ef3186a3db9161dad41a69 100644 (file)
@@ -77,7 +77,7 @@
 #define MAX_PASS_LEN 200
 
 /* separators for lists */
-#define LIST_SEP " \t,;:\n\r"
+#define LIST_SEP " \t,;\n\r"
 
 /* wchar separators for lists */
 #define LIST_SEP_W wchar_list_sep