Fix spurious password expiry warning
[krb5.git] / doc / rst_source / krb_admins / database / ldap_operations / edir_create_realm.rst
1 .. _edir_create_realm:
2
3 eDir: Creating a Kerberos realm
4 ===============================
5
6 See :ref:`ldap_create_realm`
7
8 The following are the eDirectory specific options:
9
10 .. include:: ../../admin_commands/kdb5_ldap_util.rst
11    :start-after:  _kdb5_ldap_util_create_edir:
12    :end-before: _kdb5_ldap_util_create_edir_end:
13
14 EXAMPLE::
15
16     shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu create -sscope 2
17     -subtree ou=users,dc=example,dc=com -kdcdn cn=krbkdc,dc=example,dc=com -admindn cn=krbadmin,dc=example,dc=com -r ATHENA.MIT.EDU
18
19     Password for "cn=admin,dc=example,dc=com":
20     Initializing database for realm 'ATHENA.MIT.EDU'
21     You will be prompted for the database Master Password.
22     It is important that you NOT FORGET this password.
23     Enter KDC database master key:
24     Re-enter KDC database master key to verify:
25     shell%
26
27 .. _edir_mod_realm:
28
29
30 eDir: Modifying a Kerberos realm
31 ================================
32
33 See :ref:`ldap_mod_realm`
34
35 .. include:: ../../admin_commands/kdb5_ldap_util.rst
36    :start-after:  _kdb5_ldap_util_modify_edir:
37    :end-before: _kdb5_ldap_util_modify_edir_end:
38
39
40 Feedback
41 --------
42
43 Please, provide your feedback at
44 krb5-bugs@mit.edu?subject=Documentation___edir