Fwd: Re: [Ldap-users-devel] TODO/wish list
Status: Alpha
Brought to you by:
fsl
|
From: Wil C. <wc...@na...> - 2001-11-23 23:44:26
|
Also Sprach Fernando Lozano:
> If webmin runs on the mail/personal web server there's no problem. But
> as I said, I know no webmin feature to create a remote home dir. Webmin
> is a host administraion tool, not yet a network admin tool. But maybe
> I am just outdated... :-) I agree with you that this would not pose
> a security risk.
Okay, I found it in the API docs, there are a few functions, I'll just
list a few:
remote_foreign_call(server, module, function, [arg]*) (Versions 0.82 and above)
Calls a function in some module on another server
and returns the results. You must already have called
remote_foreign_require for the same server and module before
trying to use this function. The function parameter is the
name of a function to call in the remote module, and the
parameters after function are arguments that will be passed
to it. For example : &remote_foreign_require("www.blah.com",
"apache", "apache-lib.pl"); @servers
= &remote_foreign_call("www.blah.com", "apache",
"get_config"); As the example shows, the remote_foreign_call
function returns whatever is returned by the function on
the remote server.
Wil
--
W. Reilly Cooley wc...@na...
Naked Ape Consulting http://nakedape.cc
irc.linux.com #orlug,#pdxlug,#lnxs
The penalty for laughing in a courtroom is six months in jail; if it
were not for this penalty, the jury would never hear the evidence.
-- H. L. Mencken
|