diff options
| author | Paul Park <pjpark@mit.edu> | 1995-05-09 19:46:32 +0000 |
|---|---|---|
| committer | Paul Park <pjpark@mit.edu> | 1995-05-09 19:46:32 +0000 |
| commit | aa03369da227bf6ef4da5d977789cca5d505e198 (patch) | |
| tree | a2a143eefd991a5886c0da7b2b27cb2e6e504269 /src/kadmin/v5server | |
| parent | cb55f2180700bf941b41cda22e4c9c228e1ee4b5 (diff) | |
| download | krb5-aa03369da227bf6ef4da5d977789cca5d505e198.tar.gz krb5-aa03369da227bf6ef4da5d977789cca5d505e198.tar.xz krb5-aa03369da227bf6ef4da5d977789cca5d505e198.zip | |
Add descriptions of -n, -p and -T options. Change name of -i option to -m.
Add description of 'e' ACL entry.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5773 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/v5server')
| -rw-r--r-- | src/kadmin/v5server/kadmind5.M | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/src/kadmin/v5server/kadmind5.M b/src/kadmin/v5server/kadmind5.M index 01292cb9d..6e1901376 100644 --- a/src/kadmin/v5server/kadmind5.M +++ b/src/kadmin/v5server/kadmind5.M @@ -27,7 +27,9 @@ kadmind5 \- network daemon for Kerberos version 5 database information .SH SYNOPSIS .B kadmind5 [ -.B \-i +.B \-m +] [ +.B \-n ] [ .B \-a aclfile @@ -49,6 +51,9 @@ debugmask ] [ .B \-M mkeyname +] [ +.B \-T +keytab ] .SH DESCRIPTION .I kadmind5 @@ -71,11 +76,14 @@ specifies the name of the master key. .IP \-k .B mkeytype specifies the master key type. -.IP \-i -Indicates that the master key name is to be entered interactively. +.IP \-m +Indicates that the master key name is to be entered manually. .IP \-e .B enctype specifies the encryption type which is to be used. +.IP \-T +.B keytab +specifies the name of the service key table. .PP .B ACL flag .IP \-a @@ -95,6 +103,8 @@ seconds. .IP \-D Enables certain debugging features and messages selected by .B debugmask. +.IP \-n +Specifies that the daemon is not to operate in the background. .PP .SH ACL FILE @@ -115,7 +125,7 @@ control access for a particular principal. .IP principal may specify a partially or fully qualified Kerberos version 5 principal name. Each component of the name may be wildcarded using -the asterick ( +the asterisk ( .B * ) character. .IP operation-mask @@ -144,6 +154,9 @@ database. .I i [Dis]allows inquiries to the database. .TP i +.I e +[Dis]allows extraction of service key entries. +.TP i .I p Short for .I adm. @@ -154,7 +167,7 @@ Short for .TP i .I x or * Short for -.I admcoi. +.I admcoie. .PP Some examples of valid entries here are: .TP 2i @@ -173,10 +186,10 @@ applies to all principals in realm "realm" whose first component is else's password or change his/her own. .TP 2i .I * o -A catchall entry. The +The catchall entry. The .B operation-mask applies to all principals and indicates that they may change their own -passwords. +passwords. This entry is the default entry. .SH FILES .TP 2i |
