|
Is there any product out there that allows for the management of users using a standard asp.net membership database? I'm looking for a web frontend user management system.
Started by Kenneth Reitz on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Part User Management Role Management User Properties Automated Solution Deployment ULS Logging SharePoint solutions, including WebParts that simplify the management of users in SQL Server databases.
|
|
We've just migrated to a pure Microsoft environment and are looking for an end-user AD management solution.
Ideally we'd like users to be able to manage their personal info in AD. We have ~500 users in our domain.
I've found a few products from google...
Started by LukeR on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
The catch is it's rather pricey..
It hooks into our identity management system, so their personal information is changed in not just AD functional web application for end user self-service as well.
|
|
Is there a way to prevent users from getting into SQL Server Management Studio so that they can't just edit table rows manually? They still need to access the tables by running my application.
Started by Jeff Stock on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
If your application only,DELETE,INSERT, or....
If you don't want the user to have any rights at all then you could do that as well.
That way the user can still use management studio to run select queries and such.
To the user.
|
Ask your Facebook Friends
|
Hi all.
I am using asp.net 2.0. I have been using asp.net membership provider for user management. But I think this would be more efficient if I could do this without using role and membership provider provided in asp.net. In fact I see bulky markups ...
Started by sangam on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
What exactly bothers you? Server-side code, or the HTML which gets served to the client?
If former, then you can implement your own providers or just reinvent the whole system from scratch (which I do not recommend, but it might be worth it in some scenarios... .
|
|
I'm looking into building a more unified user and workstation management system and I thought it would be a good idea to ask others how they have solved the apparent issues.
I would use LDAP for user management and have the home directories mounted over...
Started by DGnome on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
You can also have.
NFS with cfengine2
I would suggest, you let cfengine do the whole configuration management.
As far as user management goes, you'd want to look at doing LDAP authentication.
Suggests.
|
|
Hi all,
I opened Computer Management and happened to see that "Local Users and Groups" (under System Tools) had a red X over top of it. After clicking the link, it shows a message saying "Unable to access the computer EMACHINES-PC. The error was: Library...
Started by Wesley on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The utility Filemon is a monitoring tool.
From the local computer's Computer Management Console again.
|
|
Is there a user-management plugin for grails?
Nearly every website requires things like:
Users Login/Authentication Registration (w/ email verification) Forgotten email reminders User User Profiles Are there any Grails plugins/frameworks/whatever that...
Started by Marc Hughes on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
And secondly
http://www.grails.org/Authentication+Plugin
which ....
There are a couple I know of,
http://www.grails.org/AcegiSecurity+Plugin
based on the popular Acegi Security (now called Spring Security), possibly a little heavyweight for what you want .
|
|
I've entered a corporate Windows-based environment where document management includes folder naming conventions with numeric or alphabetic prefixes (e.g. 1 Admin, 2 Executive, 3 Marketing) and file naming conventions with embedded dates and initials (...
Started by eft on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Both Alfresco not make things easier in the future....
If you can't spend a lot of money, then you'll probably want to look with adoption is that document management systems are difficult to understand and use.
management systems out there.
|
|
I set up my CentOS 5.3 server to authenticate off of LDAP and am able to add users manually through Apache Directory Studio 1.4. Now that this is setup, is there a preferred "CentOS Way" of managing users in LDAP? There is another thread that talks about...
Started by rancidfishbreath on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Command line tools available, but nothing that is out-of-the-box easy to use for user management.
|
|
I'm building a user notification system on a website which involves 2 levels of registration: admin and client
I have all users register into a single registration table with the fields:
uid email password owner cid admin
When an admin level user is inserted...
Started by phill on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
When a person logs in they are presented with the following:
A drop down mneu with the two user type options (User, Admin) A username field A....
The simplest solution is to add another layer in authenticating users: user-type.
|