diff options
author | Björn Baumbach <bb@sernet.de> | 2011-03-10 15:58:05 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-03-22 22:49:58 +0100 |
commit | 2bfe9d177273d9abf6dda237ebf2d8bd9e143ec3 (patch) | |
tree | 480489b98393ac35d3ea8c71b3f85a4928bdfbc2 | |
parent | f50a25cc8d4a154aa96d9259488909d60fc40c6c (diff) | |
download | samba-2bfe9d177273d9abf6dda237ebf2d8bd9e143ec3.tar.gz samba-2bfe9d177273d9abf6dda237ebf2d8bd9e143ec3.tar.bz2 samba-2bfe9d177273d9abf6dda237ebf2d8bd9e143ec3.zip |
s3:selftest: fix Samba3.pm deprecated idmap config
Replace deprecated idmap uid and gid option with new
idmap config * : range
-rw-r--r-- | selftest/target/Samba3.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 1ed76b1ab4..6a18f27231 100644 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -565,8 +565,7 @@ sub provision($$$$$$) winbindd:socket dir = $wbsockdir nmbd:socket dir = $nmbdsockdir - idmap uid = 100000-200000 - idmap gid = 100000-200000 + idmap config * : range = 100000-200000 winbind enum users = yes winbind enum groups = yes |