summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/Makefile
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2007-11-26 22:28:53 -0500
committerRob Crittenden <rcritten@redhat.com>2007-11-26 22:28:53 -0500
commitab67029d94f64565f4b435a250d10710986530ef (patch)
tree08d39cc6093a4cd9ae78f032a36fbb68342cfbd0 /ipa-admintools/Makefile
parent0b1650e7ad21ab9cf44301c753909589dfe2dcd8 (diff)
downloadfreeipa-ab67029d94f64565f4b435a250d10710986530ef.tar.gz
freeipa-ab67029d94f64565f4b435a250d10710986530ef.tar.xz
freeipa-ab67029d94f64565f4b435a250d10710986530ef.zip
Add utility to lock user accounts. Remove lock capability from ipa-deluser
Fix bootstrap.ldif to add new Class of Service entries properly Include some man pages that weren't being installed
Diffstat (limited to 'ipa-admintools/Makefile')
-rw-r--r--ipa-admintools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipa-admintools/Makefile b/ipa-admintools/Makefile
index f4ee40a6..9586e71c 100644
--- a/ipa-admintools/Makefile
+++ b/ipa-admintools/Makefile
@@ -12,6 +12,7 @@ install:
install -m 755 ipa-finduser $(SBINDIR)
install -m 755 ipa-usermod $(SBINDIR)
install -m 755 ipa-deluser $(SBINDIR)
+ install -m 755 ipa-lockuser $(SBINDIR)
install -m 755 ipa-addgroup $(SBINDIR)
install -m 755 ipa-delgroup $(SBINDIR)
install -m 755 ipa-findgroup $(SBINDIR)