add command line utilites for radius profiles

This commit is contained in:
John Dennis
2007-11-26 19:30:33 -05:00
parent 4f33d67418
commit 09238510ff
9 changed files with 693 additions and 13 deletions

View File

@@ -25,6 +25,10 @@ install:
install -m 755 ipa-radiusclientmod $(SBINDIR)
install -m 755 ipa-delradiusclient $(SBINDIR)
install -m 755 ipa-findradiusclient $(SBINDIR)
install -m 755 ipa-addradiusprofile $(SBINDIR)
install -m 755 ipa-radiusprofilemod $(SBINDIR)
install -m 755 ipa-delradiusprofile $(SBINDIR)
install -m 755 ipa-findradiusprofile $(SBINDIR)
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \