~ubuntu-branches/ubuntu/trusty/krb5/trusty

« back to all changes in this revision

Viewing changes to doc/rst_source/krb_admins/database/ldap_operations/edir_create_so.rst

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-11-10 02:20:12 UTC
  • mfrom: (53.1.3 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131110022012-b8ojkqhcxos55kln
Tags: 1.11.3+dfsg-3ubuntu2
Add alternate dependency on libverto-libevent1 as that's the package
ABI name in ubuntu.

Show diffs side-by-side

added added

removed removed

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