Displaying 3 results from an estimated 3 matches for "subsector".
Did you mean:
sbsector
2007 Jul 25
1
Samba Limits/Performance with LDAP
Hello everyone.
We have implemented in my company a Samba server authenticating with LDAP.
Everything works fine.
But the problem is, we have about 10k users/logins in the network, that are
allocated in different sectors, which have subsectors, which have
sub-sub-sectors and so on. The access control on the drive shares is based
on their sectors and [sub(sub...)]sectors.
My doubt is, is the Samba's performance be the same if it has to look for a
big (HUGE!) LDAP tree? What is the best way for deploying the LDAP tree to
achieve the f...
2019 Sep 11
0
[PATCH nbdkit] tests: Convert some tests to use nbdsh instead of qemu-io.
nbdsh has some advantages over qemu-io:
- scriptable
- allows us to more finely control NBD commands, such as
making subsector-sized requests and controlling how
many commands are sent on the wire
- can write controlled patterns
- can read NBD export flags
---
README | 2 ++
tests/Makefile.am | 5 +++--
tests/test-error0.sh | 13 +++++++------
tests/test-error100.sh | 19 ++++++++++++-------...
2019 Sep 11
4
[PATCH nbdkit] tests: Convert some tests to use nbdsh instead of qemu-io.
Very much a work in progress as there are still many tests using
qemu-io which are candidates for conversion.
You'll notice at the end of test-full.sh that the new test has some
duplicated code which looks as if it ought to be refactored into a
Python function. When I tried to do that, I got loads of strange
Python problems which may indicate bugs in nbdsh itself or problems
with my