Fix spurious password expiry warning
[krb5.git] / doc / rst_source / krb_admins / database / ldap_operations / edir_create_so.rst
1 eDir: Creating a Service Object
2 ===============================
3
4 To create a service object in eDirectory and assign appropriate rights
5 on the container holding kerberos data, use the
6 :ref:`kdb5_ldap_util(8)` **create_service** command.
7
8 .. include:: ../../admin_commands/kdb5_ldap_util.rst
9    :start-after:  _kdb5_ldap_util_create_service:
10    :end-before: _kdb5_ldap_util_create_service_end:
11
12
13 eDir: Modifying a Service Object
14 ================================
15
16 To modify the attributes of a service and assign appropriate rights,
17 if realm associations are changed, use the :ref:`kdb5_ldap_util(8)`
18 **modify_service** command.
19
20 .. include:: ../../admin_commands/kdb5_ldap_util.rst
21    :start-after:  _kdb5_ldap_util_modify_service:
22    :end-before: _kdb5_ldap_util_modify_service_end:
23
24
25 eDir: Retrieving Service Object Information
26 ===========================================
27
28 To display the attributes of a service, use the
29 :ref:`kdb5_ldap_util(8)` **view_service** command.
30
31 .. include:: ../../admin_commands/kdb5_ldap_util.rst
32    :start-after:  _kdb5_ldap_util_view_service:
33    :end-before: _kdb5_ldap_util_view_service_end:
34
35
36 eDir: Destroying a Service Object
37 =================================
38
39 The :ref:`kdb5_ldap_util(8)` **destroy_service** command is used to
40 destroy an existing service.
41
42 .. include:: ../../admin_commands/kdb5_ldap_util.rst
43    :start-after:  _kdb5_ldap_util_destroy_service:
44    :end-before: _kdb5_ldap_util_destroy_service_end:
45
46
47 eDir: Listing Available Service Objects
48 =======================================
49
50 The :ref:`kdb5_ldap_util(8)` **list_service** command lists the name
51 of services under a given base in eDirectory.
52
53 .. include:: ../../admin_commands/kdb5_ldap_util.rst
54    :start-after:  _kdb5_ldap_util_list_service:
55    :end-before: _kdb5_ldap_util_list_service_end:
56
57
58 eDir: Passwords for Service Objects
59 ===================================
60
61 The command :ref:`kdb5_ldap_util(8)` **setsrvpw** allows an
62 administrator to set password for service objects such as KDC and
63 Administration server in eDirectory and store them in a file.
64
65 .. include:: ../../admin_commands/kdb5_ldap_util.rst
66    :start-after:  _kdb5_ldap_util_setsrvpw:
67    :end-before: _kdb5_ldap_util_setsrvpw_end:
68
69
70 Feedback
71 --------
72
73 Please, provide your feedback at
74 krb5-bugs@mit.edu?subject=Documentation___edir