s3:param: add a comment
authorMichael Adam <obnox@samba.org>
Mon, 28 Jan 2013 14:41:13 +0000 (15:41 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 5 Feb 2013 16:36:34 +0000 (17:36 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Christian Ambach <ambi@samba.org>
source3/param/loadparm.c

index 29fcf4e1a1e80d2d989729d12e0393243f3708d2..961a002eb19bf26062a2512bdacb3301f8be2459 100644 (file)
@@ -2885,6 +2885,10 @@ static bool handle_ldap_debug_level(struct loadparm_context *unused, int snum, c
        return true;
 }
 
+/*
+ * idmap related parameters
+ */
+
 static bool handle_idmap_backend(struct loadparm_context *unused, int snum, const char *pszParmValue, char **ptr)
 {
        lp_do_parameter(snum, "idmap config * : backend", pszParmValue);