~ubuntu-branches/ubuntu/precise/krb5/precise-updates

« back to all changes in this revision

Viewing changes to doc/rst_source/krb_admins/install_kdc/admins_to_db.rst

  • Committer: Package Import Robot
  • Author(s): Sam Hartman
  • Date: 2011-12-01 19:34:41 UTC
  • mfrom: (28.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20111201193441-9tipg3aru1jsidyv
Tags: 1.10+dfsg~alpha1-6
* Fix segfault with unknown hostnames in krb5_sname_to_principal,
  Closes: #650671
* Indicate that this library breaks libsmbclient versions that depend on
  krb5_locate_kdc, Closes: #650603, #650611

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Add administrators to the Kerberos database
 
2
===============================================
 
3
 
 
4
Next you need to add administrative principals to the Kerberos database. (You must add at least one now.) To do this, use *kadmin.local* on the master KDC. The administrative principals you create should be the ones you added to the ACL file. (See :ref:`admin_acl_label`.) In the following example, the administration principal *admin/admin* is created::
 
5
 
 
6
     shell% /usr/local/sbin/kadmin.local
 
7
     kadmin.local: addprinc admin/admin@ATHENA.MIT.EDU
 
8
     NOTICE: no policy specified for "admin/admin@ATHENA.MIT.EDU";
 
9
     assigning "default".
 
10
     Enter password for principal admin/admin@ATHENA.MIT.EDU:  <= Enter a password.
 
11
     Re-enter password for principal admin/admin@ATHENA.MIT.EDU:  <= Type it again.
 
12
     Principal "admin/admin@ATHENA.MIT.EDU" created.
 
13
     kadmin.local:
 
14
     
 
15
------------
 
16
 
 
17
Feedback:
 
18
 
 
19
Please, provide your feedback or suggest a new topic at krb5-bugs@mit.edu?subject=Documentation___install_kdc
 
20
 
 
21