hi,
I create a SimpleXMLRPCServer script which execute the command on server
and return the result.
code is below
accessList=(
'test.org'
)
class Server(SimpleXMLRPCServer.SimpleXMLRPCServer):
def __init__(self,*args):
SimpleXMLRPCServer.SimpleXMLRPCServer.__init__(self,(args
hi,
I wrote a python program and import the function and executing , that
fuction get executing as the current uid what i have to do if i want to
exectue that function as root or another user .
--
http://mail.python.org/mailman/listinfo/python-list