Re: Authenticate users using command line tool against AD in python

2015-07-31 Thread Prasad Katti
On Tuesday, July 28, 2015 at 12:56:29 AM UTC-7, Michael Ströder wrote: > Prasad Katti wrote: > > I am writing a command line tool in python to generate one time > > passwords/tokens. The command line tool will have certain sub-commands like > > --generate-token and --list-all-

Authenticate users using command line tool against AD in python

2015-07-27 Thread Prasad Katti
I am writing a command line tool in python to generate one time passwords/tokens. The command line tool will have certain sub-commands like --generate-token and --list-all-tokens for example. I want to restrict access to certain sub-commands. In this case, when user tries to generate a new token