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

« back to all changes in this revision

Viewing changes to doc/rst_source/krb_admins/database/db_princs/info_princ.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
Retrieving information about a principal
 
2
=============================================
 
3
 
 
4
To retrieve a listing of the attributes and/or policies associated with a principal, use the *kadmin* **get_principal** command.
 
5
 
 
6
To generate a listing of principals, use the *kadmin* **list_principals** command.
 
7
 
 
8
.. include:: ../../admin_commands/kadmin_local.rst
 
9
   :start-after:  _get_principal:
 
10
   :end-before: _get_principal_end:
 
11
 
 
12
.. include:: ../../admin_commands/kadmin_local.rst
 
13
   :start-after:  _list_principals:
 
14
   :end-before: _list_principals_end:
 
15
 
 
16
     
 
17