summaryrefslogtreecommitdiffstats
path: root/source4/scripting/devel/drs
Commit message (Collapse)AuthorAgeFilesLines
* s4-devel: support vampire_ad.sh with no initial smb.confAndrew Tridgell2009-12-141-1/+4
|
* s4-drs: use -r to ldbdel in unvampire devel scriptAndrew Tridgell2009-12-081-4/+3
| | | | This ensures we delete any nTDSConnection objects
* s4-devel: for devel scripts its better to use bin/ than $PREFIX/binAndrew Tridgell2009-10-152-6/+7
| | | | | This avoids having to do make install after each change when using the drs devel scripts
* s4:drs-development Scripts to assist testing of DRS replication with ADAndrew Bartlett2009-10-066-0/+143
These scripts, originally by tridge, allow developers to easily reproduce the same domain join senerio time after time. They need documentation, and the template named.conf and zone files for hosting an AD domain are not provided. However, I hope to have the provision script provide these shortly. They assume a local 'bind' set up to read PREFIX/private/named.conf (as per the provision instructions). Ensure you edit the 'vars' file to match your local setup. Andrew Bartlett