Imported Upstream version 1.10.2
[platform/upstream/krb5.git] / doc / rst_source / krb_admins / database / ldap_operations / ldap_tkt_pol.rst
1 Ticket Policy operations
2 ===========================
3
4 Creating a Ticket Policy
5 ------------------------------------------
6
7 To create a new ticket policy in directory , use the :ref:`kdb5_ldap_util(8)` **create_policy** command.
8 Ticket policy objects are created under the realm container.
9
10 .. include:: ../../admin_commands/kdb5_ldap_util.rst
11    :start-after:  _kdb5_ldap_util_create_policy:
12    :end-before: _kdb5_ldap_util_create_policy_end:
13
14
15 Modifying a Ticket Policy
16 ------------------------------------------
17
18 To modify a ticket policy in directory , use the :ref:`kdb5_ldap_util(8)` **modify_policy** command.
19      
20 .. include:: ../../admin_commands/kdb5_ldap_util.rst
21    :start-after:  _kdb5_ldap_util_modify_policy:
22    :end-before: _kdb5_ldap_util_modify_policy_end:
23
24
25 Retrieving Information About a Ticket Policy
26 ---------------------------------------------
27
28
29 To display the attributes of a ticket policy, use the :ref:`kdb5_ldap_util(8)` **view_policy** command.
30
31 .. include:: ../../admin_commands/kdb5_ldap_util.rst
32    :start-after:  _kdb5_ldap_util_view_policy:
33    :end-before: _kdb5_ldap_util_view_policy_end:
34
35      
36
37 Destroying a Ticket Policy
38 --------------------------------
39
40 To destroy an existing ticket policy, use the :ref:`kdb5_ldap_util(8)` **destroy_policy** command.
41
42 .. include:: ../../admin_commands/kdb5_ldap_util.rst
43    :start-after:  _kdb5_ldap_util_destroy_policy:
44    :end-before: _kdb5_ldap_util_destroy_policy_end:
45
46
47 Listing available Ticket Policies
48 -----------------------------------
49
50 To list the name of ticket policies in a realm, use the :ref:`kdb5_ldap_util(8)` **list_policy** command.
51
52 .. include:: ../../admin_commands/kdb5_ldap_util.rst
53    :start-after:  _kdb5_ldap_util_destroy_policy:
54    :end-before: _kdb5_ldap_util_destroy_policy_end:
55
56
57
58
59      
60
61 ------------
62
63 Feedback:
64
65 Please, provide your feedback at krb5-bugs@mit.edu?subject=Documentation___db_ldap
66
67