Displaying 1 result from an estimated 1 matches for "compat_params".
2007 Apr 12
3
Idmap back compatible issue
...backend in smb.conf.
Here is a patch for this. Could somebody look at it?
# diff -U 3 idmap.c idmap.c_my
--- idmap.c 2007-04-12 11:52:07.000000000 -0700
+++ idmap.c_my 2007-04-12 11:51:49.000000000 -0700
@@ -321,6 +321,14 @@
*p = '\0';
compat_params = p + 1;
}
+ } else {
+ /* Back compatible: without idmap domains and explicit
idmap backend
+ * Taking default idmap backend: tdb
+ */
+ DEBUG(3, ("idmap_init: No idmap domains, No idmap
backend dom_list=%s\n"...