views:

64

answers:

1

The idea here is to have a python app, that when started, asks for a user/password combination. This user/password combination should be the same as the user/password of the remote linux server or in such case, and authentication system.

Is this possible? How? Which APIs can I use?

Thanks a lot.

A: 

I would recommend looking into LDAP and python-ldap

John Paulett