From: <st...@ru...> - 2002-01-27 15:17:13
|
Hello. =20 I'm working on a little system that will be able to grab user registrations in a Windows domain controller machine and register the same user on a specified linux box. I have the means for creating a dll in C that can grab the registration and password changes and my idea was to use a script to connect to the linux box and run the 'adduser' command on it. To keep it secure I want to use SSH for the communication between the Domain Controller and the Linux box. I also want to use Python although I'm an absolute newbie in it. The reason being that I soon need to learn it in school anyways and this would probably be a great learning experience. =20 I downloaded the PySSH module and it works on Linux but unfortunately it uses the PTY module which doesn't seem to be available for the Windows platform. =20 Can anybody tell me if they know of a Windows version of PySSH or if they know if the PTY module exists somewhere for Windows? =20 If such a thing does not exist can anybody point me in the right direction for doing this? Should I forget about Python? Do I have to use VB??? (I really don't want to). =20 Kind regards, Stefan Freyr |