[Twisted-Python] changing password remotely with twisted.conch

jean-marc.pouchoulon at ac-montpellier.fr jean-marc.pouchoulon at ac-montpellier.fr
Wed Oct 13 08:05:58 EDT 2004


it works with chpasswd.
Thanks a lot. Twisted is really impressive.

>
>You can probably get away with:
>
>    def _cbRequest(self, ignored):
>        self.write('newpassword\n')
>        self.write('newpassword\n')
>        self.loseConnection()
>
>But I'd try it first.  Hope this has helped.
>
>-p	
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Twisted-Python mailing list
>Twisted-Python at twistedmatrix.com
>http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>  
>





More information about the Twisted-Python mailing list