diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-04-28 13:53:25 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-04-28 13:53:25 +0000 |
commit | 892971583578988dc18602581792a0cb957ec1e8 (patch) | |
tree | c79fd27d5ac9b7cea80c9dde895427811fcae60d /testsuite | |
parent | 2f0f82622958de09fac0d1469bf3602a25be5f60 (diff) | |
download | samba-892971583578988dc18602581792a0cb957ec1e8.tar.gz |
In HEAD, idra removed _nua and renamed it to 'idmap uid'
(This used to be commit 3c7155424aaa880c2e9e570f8c29fd5679e827b1)
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/build_farm/template/basicsmb.smb.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/build_farm/template/basicsmb.smb.conf b/testsuite/build_farm/template/basicsmb.smb.conf index ad60b755af9..234419b6885 100644 --- a/testsuite/build_farm/template/basicsmb.smb.conf +++ b/testsuite/build_farm/template/basicsmb.smb.conf @@ -17,9 +17,9 @@ panic action = /bin/sh BUILD_FARM/samba/testsuite/build_farm/backtrace %d - passdb backend = smbpasswd_nua + passdb backend = smbpasswd - winbind uid = 10000-200000 + idmap uid = 10000-200000 map hidden = yes create mask = 0777 |