summaryrefslogtreecommitdiff
path: root/doc/admin/admin_commands/kadmin_local.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/admin/admin_commands/kadmin_local.rst')
-rw-r--r--doc/admin/admin_commands/kadmin_local.rst40
1 files changed, 0 insertions, 40 deletions
diff --git a/doc/admin/admin_commands/kadmin_local.rst b/doc/admin/admin_commands/kadmin_local.rst
index cf75e6158..01b92d6fc 100644
--- a/doc/admin/admin_commands/kadmin_local.rst
+++ b/doc/admin/admin_commands/kadmin_local.rst
@@ -28,8 +28,6 @@ SYNOPSIS
[**-x** *db_args*]
[command args...]
-.. _kadmin_synopsis_end:
-
DESCRIPTION
-----------
@@ -142,8 +140,6 @@ OPTIONS
Specifies the database specific arguments. See the next section
for supported options.
-.. _kadmin_options_end:
-
Starting with release 1.14, if any command-line arguments remain after
the options, they will be treated as a single query to be executed.
This mode of operation is intended for scripts and behaves differently
@@ -426,8 +422,6 @@ Example::
Principal "jennifer@ATHENA.MIT.EDU" created.
kadmin:
-.. _add_principal_end:
-
.. _modify_principal:
modify_principal
@@ -451,8 +445,6 @@ Options (in addition to the **addprinc** options):
authentication attempts without enough time between them according
to its password policy) so that it can successfully authenticate.
-.. _modify_principal_end:
-
.. _rename_principal:
rename_principal
@@ -468,8 +460,6 @@ This command requires the **add** and **delete** privileges.
Alias: **renprinc**
-.. _rename_principal_end:
-
.. _delete_principal:
delete_principal
@@ -484,8 +474,6 @@ This command requires the **delete** privilege.
Alias: **delprinc**
-.. _delete_principal_end:
-
.. _change_password:
change_password
@@ -529,8 +517,6 @@ Example::
Password for systest@BLEEP.COM changed.
kadmin:
-.. _change_password_end:
-
.. _purgekeys:
purgekeys
@@ -546,8 +532,6 @@ is new in release 1.12.
This command requires the **modify** privilege.
-.. _purgekeys_end:
-
.. _get_principal:
get_principal
@@ -588,8 +572,6 @@ Examples::
tlyu/admin@BLEEP.COM 786100034 0 0
kadmin:
-.. _get_principal_end:
-
.. _list_principals:
list_principals
@@ -618,8 +600,6 @@ Example::
testuser@SECURE-TEST.OV.COM
kadmin:
-.. _list_principals_end:
-
.. _get_strings:
get_strings
@@ -633,8 +613,6 @@ This command requires the **inquire** privilege.
Alias: **getstrs**
-.. _get_strings_end:
-
.. _set_string:
set_string
@@ -680,8 +658,6 @@ Example::
set_string host/foo.mit.edu session_enctypes aes128-cts
set_string user@FOO.COM otp "[{""type"":""hotp"",""username"":""al""}]"
-.. _set_string_end:
-
.. _del_string:
del_string
@@ -695,8 +671,6 @@ This command requires the **delete** privilege.
Alias: **delstr**
-.. _del_string_end:
-
.. _add_policy:
add_policy
@@ -773,8 +747,6 @@ Example::
kadmin: add_policy -maxlife "2 days" -minlength 5 guests
kadmin:
-.. _add_policy_end:
-
.. _modify_policy:
modify_policy
@@ -789,8 +761,6 @@ This command requires the **modify** privilege.
Alias: **modpol**
-.. _modify_policy_end:
-
.. _delete_policy:
delete_policy
@@ -813,8 +783,6 @@ Example::
(yes/no): yes
kadmin:
-.. _delete_policy_end:
-
.. _get_policy:
get_policy
@@ -849,8 +817,6 @@ The "Reference count" is the number of principals using that policy.
With the LDAP KDC database module, the reference count field is not
meaningful.
-.. _get_policy_end:
-
.. _list_policies:
list_policies
@@ -881,8 +847,6 @@ Examples::
test-pol-nopw
kadmin:
-.. _list_policies_end:
-
.. _ktadd:
ktadd
@@ -932,8 +896,6 @@ Example::
FILE:/tmp/foo-new-keytab
kadmin:
-.. _ktadd_end:
-
.. _ktremove:
ktremove
@@ -968,8 +930,6 @@ Example::
FILE:/etc/krb5.keytab
kadmin:
-.. _ktremove_end:
-
lock
~~~~