summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/Makefile
diff options
context:
space:
mode:
authorrcritten@redhat.com <rcritten@redhat.com>2007-08-17 10:03:33 -0400
committerrcritten@redhat.com <rcritten@redhat.com>2007-08-17 10:03:33 -0400
commit05f6a22110f058c089e4e9cd6d538264f439f5d2 (patch)
tree074e87badeb62720c98e3abf279458167722b8ed /ipa-admintools/Makefile
parent92be45e3fe990bb650ed0b50d175176dd2d2f484 (diff)
downloadfreeipa-05f6a22110f058c089e4e9cd6d538264f439f5d2.tar.gz
freeipa-05f6a22110f058c089e4e9cd6d538264f439f5d2.tar.xz
freeipa-05f6a22110f058c089e4e9cd6d538264f439f5d2.zip
Implement user inactivation
Comment some functions Add attribute argument to get_user()
Diffstat (limited to 'ipa-admintools/Makefile')
-rw-r--r--ipa-admintools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipa-admintools/Makefile b/ipa-admintools/Makefile
index e0fd405ab..69bf18537 100644
--- a/ipa-admintools/Makefile
+++ b/ipa-admintools/Makefile
@@ -5,6 +5,8 @@ all: ;
install:
install -m 755 ipa-adduser $(SBINDIR)
install -m 755 ipa-finduser $(SBINDIR)
+ install -m 755 ipa-usermod $(SBINDIR)
+ install -m 755 ipa-deluser $(SBINDIR)
clean:
rm -f *~ *.pyc