Tagged Questions
The user-administration tag has no wiki summary.
6
votes
3answers
350 views
C++ add linux user
Whats the best way to add a user/group in linux using C++ is there a library I can call on? I dont want to start doing things like:
fopen("/etc/passwd", "a");
fprintf(tmp, ...
3
votes
1answer
174 views
Salting a password - are there better options than using a timestamp?
I'm currently building a couple of ASP.NET MVC 2 sites, and am wondering what my options are for salting a password. With my PHP work, I usually just obtained the timestamp of when a user registered, ...
2
votes
3answers
86 views
Should I extend ASP.NET Security for a public site?
I have a ASP.NET MVC site with a private site administration application secured with ASP.NET sql-backed authorization. I need to add a login for the public site to allow visitors to sign up for an ...
1
vote
3answers
502 views
Framework for administrating users
I'm looking for a framework I can use in my new webproject.
The main concern for me is handling my users, therefore I'm on the lookout for a framwork that can handle them for me. I develop in PHP, so ...
0
votes
1answer
9 views
Can I force a user to log off from the ejabberd?
I'm looking to force a user to log-off from ejabberd. I've just manually reset his password, and I'd like to cause all of his sessions to log off and back on, to make sure that only ones which know ...
0
votes
1answer
162 views
What is a good .Net library for Windows User Administration?
We have a company intranet with staff management functions. I would like to begin automating setup of new staff members, e.g. creating Windows accounts for them, creating their home folders, setting ...