Add xml-rpc interface for getting keytabs.

Warning: this lacks any sort of authorization.
This commit is contained in:
Karl MacMillan
-
parent 9038bf71dd
commit edc7af1446
13 changed files with 524 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ install:
install -m 755 ipa-deldelegation $(SBINDIR)
install -m 755 ipa-listdelegation $(SBINDIR)
install -m 755 ipa-moddelegation $(SBINDIR)
install -m 755 ipa-getkeytab $(SBINDIR)
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \