X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/f60a34341fee6aafd5b878dce23b80af7c60064d..af4f4d6a77aceba8e2d6f58d15e894df320e7c24:/manual/become.texi diff --git a/manual/become.texi b/manual/become.texi index 58fbf36..a08a128 100644 --- a/manual/become.texi +++ b/manual/become.texi @@ -1,34 +1,12 @@ \input texinfo @c -*-texinfo-*- @c -@c $Id: become.texi,v 1.5 2003/10/12 00:14:49 mdw Exp $ +@c $Id: become.texi,v 1.8 2004/04/08 01:36:20 mdw Exp $ @c @c Documentation for `become' @c @c (c) 1998 EBI @c -@c ----- Revision history --------------------------------------------------- -@c -@c $Log: become.texi,v $ -@c Revision 1.5 2003/10/12 00:14:49 mdw -@c Major overhaul. Now uses DSA signatures rather than the bogus symmetric -@c encrypt-and-hope thing. Integrated with mLib and Catacomb. -@c -@c Revision 1.4 1998/04/23 13:16:14 mdw -@c Include `texinice' to produce decent printed output. Add documentation -@c for new `bcquery' program. Various fixes, including spelling mistakes, -@c and some factual inaccuracies. -@c -@c Revision 1.3 1998/01/20 14:37:43 mdw -@c Fix typo. Short form of `--preserve' should be `-e', not `-p'. -@c -@c Revision 1.2 1998/01/12 16:41:31 mdw -@c Tidying for new release versions. Fix copyright date. -@c -@c Revision 1.1 1997/09/18 11:16:34 mdw -@c Brand new Texinfo manual, with wider scope than the original LaTeX one. -@c - @c ----- Standard boilerplate ----------------------------------------------- @c %**start of header @@ -44,9 +22,14 @@ @end iftex @c %**end of header +@dircategory Administration tools +@direntry +* Become: (become). Shared account administration tool +@end direntry + @c ----- Useful macros ------------------------------------------------------ -@set version 1.3 +@set version 1.4 @c ----- Copyright matters -------------------------------------------------- @@ -1524,7 +1507,7 @@ The key file can be generated using Catacomb's @code{key} program. The commands @example -key -k /etc/become/become.key add -adsa become-dsa +key -k /etc/become/become.key add -adsa -e"now + 1 year" become-dsa key -k /etc/become/become.key extract -f -secret /etc/become/become.pubkey @end example