User management API
Posted
by Akshey
on Stack Overflow
See other posts from Stack Overflow
or by Akshey
Published on 2009-12-25T11:22:17Z
Indexed on
2010/03/31
2:33 UTC
Read the original article
Hit count: 721
Hi,
I am developing an application suite where users will need to connect to a server and depending on their account type they will be given some services. The server will run Linux. Can you please suggest me some user management API which I can use to develop the server program? By user management I mean user authentication and other related functionalities. I prefer to work in C++ or python, but any other language should not be a problem. Please note that this application suite is not web based.
Due to security issues, I do not want to give each user a separate account on the linux server.
Thanks, Akshey
© Stack Overflow or respective owner