summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-05-29 16:29:21 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-05-29 16:29:21 -0700
commit89fe48dea3fd1e3cbbacc0e78f58d277d72168b8 (patch)
treed0f3b226b1524ed5612f7b83eb2e1335ad879f63 /Makefile.am
parent5439d0bb321b8121d0d25060c1b74086b7aa9be5 (diff)
downloadvyatta-cfg-quagga-89fe48dea3fd1e3cbbacc0e78f58d277d72168b8.tar.gz
vyatta-cfg-quagga-89fe48dea3fd1e3cbbacc0e78f58d277d72168b8.zip
Rework how user accounts are managed
Rewrite the scripts that manage user accounts to: 1) use Posix standard useradd, userdel scripts rather than modifying passwd/group files directly. 2) add home-directory field to account management 3) support adding accounts to additional groups Note: this code should now also work with NIS since it has no direct access to /etc/passwd.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1af11a16..9e42f89c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,6 @@ sbin_SCRIPTS += scripts/install-system
sbin_SCRIPTS += scripts/quick-install
sbin_SCRIPTS += scripts/standalone_root_pw_reset
sbin_SCRIPTS += scripts/system/vyatta_update_login.pl
-sbin_SCRIPTS += scripts/system/vyatta_update_login_user.pl
sbin_SCRIPTS += scripts/system/vyatta_update_logrotate.pl
sbin_SCRIPTS += scripts/system/vyatta_update_resolv.pl
sbin_SCRIPTS += scripts/system/vyatta_update_syslog.pl