diff options
author | Paul Park <pjpark@mit.edu> | 1995-08-21 21:22:33 +0000 |
---|---|---|
committer | Paul Park <pjpark@mit.edu> | 1995-08-21 21:22:33 +0000 |
commit | 537efd2ac7cef6ebc6c85272ce6a7e17ed24327f (patch) | |
tree | 5ad653d59afdf11dc4c728ef7945f608ce0469c1 /src | |
parent | a47d0f998c4189ee968431eab81fe317baadc0cc (diff) | |
download | krb5-537efd2ac7cef6ebc6c85272ce6a7e17ed24327f.tar.gz krb5-537efd2ac7cef6ebc6c85272ce6a7e17ed24327f.tar.xz krb5-537efd2ac7cef6ebc6c85272ce6a7e17ed24327f.zip |
Remove description of flags. This should be someplace common
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6564 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/kadmin/v5client/ChangeLog | 5 | ||||
-rw-r--r-- | src/kadmin/v5client/kadmin5.M | 42 |
2 files changed, 7 insertions, 40 deletions
diff --git a/src/kadmin/v5client/ChangeLog b/src/kadmin/v5client/ChangeLog index da3a8957a..bbe858ff0 100644 --- a/src/kadmin/v5client/ChangeLog +++ b/src/kadmin/v5client/ChangeLog @@ -1,4 +1,9 @@ +Mon Aug 21 17:02:52 EDT 1995 Paul Park (pjpark@mit.edu) + * kadmin5.M - Remove description of flags since this should be in a + common manpage. + + Tue Aug 8 17:27:04 EDT 1995 Paul Park (pjpark@mit.edu) * kadmin5_ct.ct - Add add_key_type and del_key_type to add/delete a particular key/salt pair. diff --git a/src/kadmin/v5client/kadmin5.M b/src/kadmin/v5client/kadmin5.M index 3901a5ff6..e0d11359e 100644 --- a/src/kadmin/v5client/kadmin5.M +++ b/src/kadmin/v5client/kadmin5.M @@ -187,46 +187,8 @@ Specifies the expiration date and time of the principal. .I pwexpiration=<date> Specifies the expiration date and time of the principal's password. .TP i -.I [+/-]postdateable -Specifies that tickets for this principal [are/are not] postdateable. -.TP i -.I [+/-]forwardable -Specifies that tickets for this principal [are/are not] forwardable. -.TP i -.I [+/-]tgt-based -Specifies that TGT-based requests for this principal [are/are not] allowed. -.TP i -.I [+/-]renewable -Specifies that tickets for this principal [are/are not] renewable. -.TP i -.I [+/-]proxiable -Specifies that tickets for this principal [are/are not] proxiable. -.TP i -.I [+/-]dup-skey -Specifies that tickets issued by this service [may/may not] be encrypted -using the session key instead of the private key. -.TP i -.I [+/-]allow-tickets -Specifies that tickets for this principal [are/are not] allowed. -.TP i -.I [+/-]preauth -Specifies that preauthorization [is/is not] required for this principal. -.TP i -.I [+/-]hwauth -Specifies that hardware preauthorization [is/is not] required for this -principal. -.TP i -.I [+/-]pwchange -Specifies that a password change [is/is not] required for this principal. -.TP i -.I [+/-]service -Specifies that this principal [is/is not] allowed to be a service. -.TP i -.I [+/-]pwservice -Specifies that this principal [is/is not] the password changing service. -.TP i -.I [+/-]md5 -Specifies that DES MD5 [is/is not] supported for this principal. +.I [+/-]<flag-value> +Selects a particular flag value. .PP .SH SEE ALSO kadmind5(8), kpasswd(1) |