Top "User-management" questions

Adding a new role type to Reporting Services

Is there a way to add new roles to reporting services? I'm working on a clients project and it requires …

reporting-services roles user-management
Symfony2/FOSUserBundle - Route issues with multiple bundles

Similar to this problem, I need a separate login for both the admin and front end bundles of my site. …

php symfony user-management
Ansible for user management -removing dead accounts

How to efficiently manage user accounts in Ansible? I want to keep user accounts and certificates in list. When running …

ansible user-management
SQL Server 2005/2008: Identify current user

I have a web application, which is using a SQL Server 2005 database. My problem is, that the application has no …

sql-server sql-server-2005 tsql sql-server-2008 user-management
How to create a local user group (in C#)

I'm looking for a way how to programmatically create a local user group. I found plenty of examples on how …

c# local user-management usergroups
Ansible: restrict list to unique elements

I'm writing a playbook to manage users on our servers defined in users.yml: --- users: - login: ab full_…

ansible unique user-management