diff options
author | rcritten@redhat.com <rcritten@redhat.com> | 2007-09-21 10:24:36 -0400 |
---|---|---|
committer | rcritten@redhat.com <rcritten@redhat.com> | 2007-09-21 10:24:36 -0400 |
commit | 7b969737112c7a26711c3d4a9713ef1ca30f1be8 (patch) | |
tree | 27c9475aaa3951de88eabedfe2e1a125225fe2fe /ipa-admintools/Makefile | |
parent | 919d037189cd3134d3eb4ba07b5ce131f018936f (diff) | |
download | freeipa-7b969737112c7a26711c3d4a9713ef1ca30f1be8.tar.gz freeipa-7b969737112c7a26711c3d4a9713ef1ca30f1be8.tar.xz freeipa-7b969737112c7a26711c3d4a9713ef1ca30f1be8.zip |
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.
Diffstat (limited to 'ipa-admintools/Makefile')
-rw-r--r-- | ipa-admintools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |