summaryrefslogtreecommitdiff
path: root/source4/scripting/bin/setup_dns.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-07-08s4:scripting: Reformat shell scriptsAndreas Schneider1-8/+8
shfmt -f source4/scripting/ | xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
2021-04-28tests: Use ldbsearch '--scope instead of '-s'Andreas Schneider1-1/+1
We should use long options in tests to make clear what we are trying to do. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2014-09-01testprogs: Use the system binaries for KRB5 if we don't build in-tree heimdal.Andreas Schneider1-1/+6
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org>
2011-06-07s4-dns: fixed samba_tool -> samba-toolAndrew Tridgell1-1/+1
2011-06-06s4-testparm: testparm is now part of samba_toolAndrew Tridgell1-1/+1
2010-01-08s4-scripting: we need to use a base search for the NTDS GUIDAndrew Tridgell1-1/+1
now we have nTDSConnections structures we can get more than 1 reply
2009-10-15s4-script: flush DNS after adding new addressesAndrew Tridgell1-0/+1
2009-09-12s4-scripts: allow setup_dns.sh to take a PRIVATEDIRAndrew Tridgell1-1/+3
2009-09-07s4:setup_dns.sh fixed the update of the GUID CNAMEAndrew Tridgell1-8/+14
2009-09-07s4: bring nsupdate-gss into the s4 treeAndrew Tridgell1-0/+29
This is a perl script that does TSIG-GSS DNS updates against a AD DC. The bind 9.5 nsupdate still doesn't seem to work with TSIG-GSS, and we need a way to do DNS updates when we vampire a domain, so I revived this ancient perl script and added a wrapper script that can update DNS entries using our machine account credentials