Questions tagged [user-accounts]

A user account is an access authorization to a restricted IT system. It consists mostly of a system wide unique user name an a password which are needed for authentication. IT systems use the user account to identify the individual user and grant him permissions which are associated with the user account.

497 questions
8
votes
2 answers

How to switch user given a UID?

I only know the UID of a user, is it possible to switch user using UID in linux distribution like we do using username like su -u someuser?
Vishrant
  • 243
  • 1
  • 3
  • 9
8
votes
2 answers

How to enable ssh access without public/private keys?

I am building a progressive cyber challenge for my club members (the challenges work), but what I was trying to do to make the progressive part is have each challenge reveal the password for the next account (kind of like the bandit challenge on…
AJ Henley
  • 93
  • 1
  • 1
  • 4
8
votes
1 answer

Create restricted user on Debian server

I want to create a user account for each of the key programs installed on my debian server. For example, for the following programs: Tomcat Nginx Supervisor PostgreSQL This seems to be recommended based on my reading online. However, I want to…
J.Zil
  • 1,123
  • 3
  • 21
  • 29
8
votes
1 answer

Can I add user accounts to Windows Server 2012 based on Microsoft accounts?

Windows 8 lets me create user accounts simply by the email address of a Microsoft account (aka Windows Live account). Is there someway to activate such a facility in the Windows Server 2012 SKU?
Andrew Arnott
  • 435
  • 1
  • 4
  • 11
8
votes
3 answers

show all users on a Catalyst Cisco switch

I am new to Cisco, I am having some difficulty: I'd like to list all user accounts. show users only displays currently logged in users. I have no problem changing the enable password, but I'd like to see all available users so I can change specific…
TryTryAgain
  • 1,152
  • 5
  • 22
  • 41
8
votes
4 answers

How to add a user without knowing the encrypted form of the password?

I use the following command to create a user in a linux machine: useradd -d /home/dummy -g idiots -m -p 12345689 dummy The user is created and the home directory as well. The problem is that I can not log-in to the system using this account since…
Jim
  • 335
  • 2
  • 4
  • 8
8
votes
3 answers

username and password for rsync in script

I'm creating a cron job to keep two dirs in sync. I'm using rsync. I'm running an rsync daemon. I read the manual and it says: RSYNC_PASSWORD Setting RSYNC_PASSWORD to the required password allows you to run authenticated…
d-_-b
  • 1,124
  • 3
  • 11
  • 23
7
votes
1 answer

Does www-data user need a real shell?

Interestingly enough, on my Ubuntu derivative with nginx installed with apt, the www-data user has a shell: $ cat /etc/passwd www-data:x:33:33:www-data:/var/www:/bin/sh Shouldn't this be set to something like /bin/false? Even though the user can't…
Naftuli Kay
  • 1,708
  • 6
  • 24
  • 44
7
votes
1 answer

FreeBSD undo uppercase characters in username

I set up a FreeNAS box a while ago and against better judgement, used an uppercase character when creating my username. This has led to a directory called George. Now, when I later read that uppercase characters were highly discouraged, especially…
deed02392
  • 278
  • 1
  • 5
  • 16
7
votes
2 answers

Account Lockout with pam_tally2 in RHEL6

I am using pam_tally2 to lockout accounts after 3 failed logins per policy, however, the connecting user does not receive the error indicating pam_tally2's action. (Via SSH.) I expect to see on the 4th attempt: Account locked due to 3 failed…
Aaron Copley
  • 12,525
  • 5
  • 47
  • 68
7
votes
2 answers

How to modify a user association in Slurm?

I want to move a user in Slurm job scheduling system ,from its current group to other group. But there is errors when I try the obvious: sacctmgr modify user where name=example set account=groupb The only way I get is deleting it and creating again…
Zhen
  • 2,159
  • 4
  • 19
  • 31
6
votes
2 answers

User principal name vs SAM account name

I am confused between the user principal name (UPN) and SAM account name (SAM). Heres what i know SAM- Pre-windows name, for backward compatibility with Windows NT machines etc. DOMAIN/USERA, looks for USERA inside the domain DOMAIN, hence it is…
6
votes
8 answers

Windows Server 2008 R2: User account set to not show on login

This afternoon I set up a Win Server 2008 R2 system for use with Team Foundation source code control. In order to give my team-mates the right to connect, I had to create a user account for each person, 10 in total. (I can't, and I don't want to…
josecortesp
  • 183
  • 1
  • 1
  • 5
6
votes
2 answers

Using at sign (@) in usernames linux. Is it safe?

I've read about what charachers should usernames use, in linux, here: https://serverfault.com/a/578264/330936 but I would like to know if is there any problem if I will use the at sign "@" in my usernames. I will use it especially for my ftp…
MM PP
  • 269
  • 2
  • 6
6
votes
1 answer

Change Microsoft Account to Local Account from Administrator Account

My apologies if this should be posted elsewhere. I've searched around and cannot find an answer, and have found a few places that it seems appropriate to ask, and this is one of them. Let me know if I am wrong and I'll be happy to go…
cxit15
  • 61
  • 1
  • 1
  • 3
1 2
3
33 34