search for: c_my

Displaying 1 result from an estimated 1 matches for "c_my".

Did you mean: __my
2007 Apr 12
3
Idmap back compatible issue
...cular idmap requirement. I'd like to recommend considering the first situation as back compatible issue. At lease let it takes the default tdb backend when no idmap domains presented, no idmap 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...