From 90c11ff42008a90a72ee71444b0ad799e38b7ff0 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sun, 26 Jan 2014 22:18:18 -0500 Subject: Implement kpropd -A The -A option causes kpropd to contact a specified admin server (normally an intermediate slave running kadmind -proponly) instead of the master admin server. Based on code submitted by Richard Basch. ticket: 7855 --- doc/admin/admin_commands/kpropd.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/admin/admin_commands/kpropd.rst b/doc/admin/admin_commands/kpropd.rst index 0bd0a02608..43b6db762e 100644 --- a/doc/admin/admin_commands/kpropd.rst +++ b/doc/admin/admin_commands/kpropd.rst @@ -8,6 +8,7 @@ SYNOPSIS **kpropd** [**-r** *realm*] +[**-A** *admin_server*] [**-a** *acl_file*] [**-f** *slave_dumpfile*] [**-F** *principal_database*] @@ -70,6 +71,10 @@ OPTIONS **-r** *realm* Specifies the realm of the master server. +**-A** *admin_server* + Specifies the server to be contacted for incremental updates; by + default, the master admin server is contacted. + **-f** *file* Specifies the filename where the dumped principal database file is to be stored; by default the dumped database file is |kdcdir|\ -- cgit