Implement kadmind -proponly The -proponly option causes kadmind to only service the iprop service, not the kpasswd or kadmin services. An intermediate slave in a hierarchical iprop setup runs kadmind -proponly in order to provide incremental updates to downstream slaves. Based on code submitted by Richard Basch. https://github.com/krb5/krb5/commit/2ed8ebf18809af66aeaa2af6984754bdbefff500 Author: Greg Hudson Commit: 2ed8ebf18809af66aeaa2af6984754bdbefff500 Branch: master doc/admin/admin_commands/kadmind.rst | 7 ++++++ src/kadmin/server/ovsec_kadmd.c | 37 ++++++++++++++++++++------------- 2 files changed, 29 insertions(+), 15 deletions(-)