DNS Interaction?
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
I have a .NET Framework web service that needs to interact with a BIND
installation on a Linux host.
Right now, the web service executes a script to SSH into the Linux
box, execute a Perl script that does the BINS work, capture the
result, and then parse it.
I would like to cut out as many moving parts as possible, and find a
way to directly address BIND through some DNS APIs or something. How
can I do that with native or 3rd-party tools?
Thanks.
.
Relevant Pages
- Re: error checking
... Using "On Error Resume Next" throughout a script masks all errors, ... each computer (no need to repeat the bind operation). ... ' Add the domain user to the local group. ... If the user object does not ... (microsoft.public.windows.server.scripting) - Re: Moving user to another container
... The main thing is you need to bind to the user object, objUser. ... I guess I do need your script because I still want to use the csv file. ... ' Use the Set method to specify the RPC 1779 format of the domain name. ... (microsoft.public.windows.server.active_directory) - Re: Verify existence of computer object
... Directory computer object prior to its re-imaging. ... The script works fine. ... If this bind fails, the user ... On Error GoTo 0 ... (microsoft.public.scripting.vbscript) - Re: /var/named Changes Ownership to Root on Boot
... I find that bind isn't running. ... hard-coded a 4-line script that just starts bind no matter what. ... after a reboot so I am asking for an explanation of what I have ... (freebsd-questions) - man page syntax for +script
... The man pages for [bind] and [comm hook] both describe how you can either replace the current script or append to it, but they give slightly different syntaxes. ... I'd successfully appended scripts before, but yesterday I was trying to append a and getting the syntax wrong because of the man page. ... (comp.lang.tcl) |
|