Practices and procedures aimed at performing bulk and/or fine-grained operations on user accounts, permissions, allocated resources.
Questions tagged [user-management]
660 questions
4
votes
4 answers
What are my options for centralizing Unix user management
We have 15 Debian servers and growing.
What's a simple, lightweight method for centralizing user management? Use cases would be adding a user across all servers, tweaking a users access on a specific server(s), removing a user from all servers.
LDAP…

lesysadmin
- 51
- 1
- 3
4
votes
2 answers
How do I give users reboot rights on fedora?
On a fedora server, an web application which is in development stages, get stoked for unknown reasons for the moment. The only solution is to restart the linux machine, but only the root has acces to do that.
Is it possible to give reboot rights to…

dole doug
- 275
- 1
- 5
- 11
4
votes
2 answers
choosing Red Hat Directory Server vs FreeIPA vs Other
I'm setting up a new, small network. About 10 servers at 3 sites with just 3 users total. All are running RHEL 6.1. I was hoping to have centralized user management, especially having a single password to make our lives easier. Easy is the goal…

RaveTheTadpole
- 186
- 2
- 8
4
votes
2 answers
What are the minimum permissions to grant an Exchange 2007 admin to perform specific mailbox management tasks?
I would like to allow someone else to administer user accounts and mailboxes (add users, reset passwords, disable accounts) on an Exchange 2007 server.
Obviously, they should not be able to disable or alter the administrator accounts or make any…

Khalid Rahaman
- 263
- 1
- 7
- 17
4
votes
2 answers
Can I create a hidden admin account via the terminal on OSX?
I have around 300 baby macs to look after, and they have lots of different admin accounts, which is a nightmare to work with.
ARD has slowly been configured with the accounts of the machine owners, but that doesn't help when bringing on board…

Mister IT Guru
- 1,178
- 3
- 15
- 35
4
votes
2 answers
How to restrict members of a certain group to one login per user?
I have an ssh server. Some of my users login several times simultaneously; some of those who are doing that should not be, and I suspect account sharing. The ones who shouldn't are all members of a particular unix group.
What I'd like is a way to…

MadHatter
- 79,770
- 20
- 184
- 232
4
votes
1 answer
How to configure nginx+php (fcgi) to run every subdomain with a different user?
Im pretty new to nginx and - more for learning purpose - im trying to configure Nginx in order to run php with a different user for every subdomains.
For example, i would like to use user john for all scripts on foo.example.com and user jack for…

Strae
- 457
- 1
- 8
- 22
4
votes
4 answers
List users in all specified unix groups
Is there an easy way to get a list of users who are in all specified groups?
For example, if I have the following users:
fred - rainbow, dell
jane - hp
zippy - rainbow, hp, dell
george - hp, dell
bungle - rainbow, hp, dell
I would like something…

Rich
- 1,343
- 7
- 28
- 39
4
votes
3 answers
RHEL4U3 user modification question
I have a user with a username of jsmith who was recently married and wants her login to reflect her new married name: jdoe. I understand that usermod will make the changes but I am concerned about implications that I haven't thought of. I want to…

oneodd1
- 608
- 1
- 6
- 11
4
votes
4 answers
In simple terms the difference between a Group and a Role in OTRS Ticket system?
I'm new to this whole OTRS/Help ticket system notion.
Be grateful if anybody could provide a simple example that differentiates between a User in a Group and a User associated with a Role in OTRS. And what makes using one of these more or less…

Dan
- 141
- 1
- 2
4
votes
7 answers
Strategies for dealing with challenging users
We have a few challenging "power users" who know enough to be dangerous, but not enough to know the trouble they cause. The typical example is "this is slow, see I have run xyz command that proves it...", which leads to IT spending cycles proving…

Matt
- 436
- 3
- 8
4
votes
3 answers
Mac OS X Server add server user
What's the recommended way to add a user to Mac OS X Server that doesn't need all the hoopla associated with Workgroup Manager? There are many users pre-configured in Mac OS X Server (www, root, ldapadmin, etc.) that don't have "Full Name" or mail…

Meltemi
- 579
- 2
- 11
- 24
4
votes
2 answers
Linux: Managing users, groups and applications
I am fairly new to linux admin so this may sound quite a noob question.
I have a VPS account with a root access.
I need to install Tomcat and Java on it and later other open source applications as well.
Installation for all of these is as simple as…

RN.
- 207
- 1
- 3
- 8
4
votes
1 answer
pg_hba.conf - psql local login without password
I have these settings in my pg_hba.conf for a PostgreSQL-12.6 installation
# "local" is for Unix domain socket connections only
local all all md5
local all postgres …

vrms
- 287
- 1
- 7
- 17
3
votes
1 answer
Best practices for docker users on a shared machine
We would like to use docker on the servers of our university. From reading
https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user
I understand that it is recommended to create a Unix group docker and add users to…

Mathias Müller
- 173
- 1
- 7