Displaying 2 results from an estimated 2 matches for "eksport".
2004 Mar 08
0
Samba 3.0 as domain member server in ADS
...rom 10000 to 20000 for domain users
idmap uid = 10000-20000
# use gids from 10000 to 20000 for domain groups
idmap gid = 10000-20000
# allow enumeration of winbind users and groups
winbind enum users = yes
winbind enum groups = yes
#======================= Share Definitions ==============
[opiineksport]
comment = Timeseddel eksport bibliotek
writable = no
locking = no
path = /home/opiin/eksport
public = yes
-------------- next part --------------
[libdefaults]
default_realm = BOGA.DK
[realms]
BOGA.DK = {
kdc = NTBOGA
kdc = APPBOGA
}
[domain_realms]
.NTBOGA = BOGA.DK
2006 Jul 24
3
Creating performance test fixtures from development db? How?
Hi all!
I''m looking into the testing chapter of Agile Web Development With Rails
(2nd ed.).
I want to performance test my app, but I''m too lazy to write fixtures for
performance test.
I''d rather use the data from my development db (because the data is so close
to the production data).
How do I get the data into the test db without writing fixtures?
Could you please