summaryrefslogtreecommitdiff
path: root/scripts/system/vyatta_check_username.pl
AgeCommit message (Collapse)Author
2010-01-26Add additional check that new user doesn't exist in NSSStephen Hemminger
If user exists in NSS (LDAP, TACACS+) but not on local machine, then it can not be changed with CLI. useradd will fail (user exists), and usermod will fail (can't find user in passwd file). Bug 5249