From 7b969737112c7a26711c3d4a9713ef1ca30f1be8 Mon Sep 17 00:00:00 2001 From: "rcritten@redhat.com" Date: Fri, 21 Sep 2007 10:24:36 -0400 Subject: Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive mode Add ipa-passwd tool Add simple field validation package This patch adds a package requirement, python-krbV. This is needed to determine the current user based on their kerberos ticket. --- ipa-admintools/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'ipa-admintools/Makefile') diff --git a/ipa-admintools/Makefile b/ipa-admintools/Makefile index 47822fc91..1c97eb8ce 100644 --- a/ipa-admintools/Makefile +++ b/ipa-admintools/Makefile @@ -11,6 +11,7 @@ install: install -m 755 ipa-delgroup $(SBINDIR) install -m 755 ipa-findgroup $(SBINDIR) install -m 755 ipa-groupmod $(SBINDIR) + install -m 755 ipa-passwd $(SBINDIR) clean: rm -f *~ *.pyc -- cgit