2006-01-05 18:28:16 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
dpass - Returns the DCE password for a new DCE account
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2006-01-05 18:33:51 +00:00
|
|
|
B<dpass> [B<-cell> <I<original AFS cell name>>] [B<-help>]
|
2006-01-05 18:28:16 +00:00
|
|
|
|
2006-01-05 18:33:51 +00:00
|
|
|
B<dpass> [B<-c> <I<original AFS cell name>>] [B<-h>]
|
2006-01-05 18:28:16 +00:00
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2006-01-05 18:33:51 +00:00
|
|
|
The B<dpass> command returns the DCE password that an administrator
|
|
|
|
assigned to the issuer when using the B<dm pass> command to migrate AFS
|
|
|
|
user accounts into a DCE cell.
|
2006-01-05 18:28:16 +00:00
|
|
|
|
2006-01-05 18:33:51 +00:00
|
|
|
The B<dpass> command, issued on an AFS client, requests the issuer's new
|
|
|
|
DCE password from the AFS cell specified with the B<-cell> argument.
|
2006-01-05 18:28:16 +00:00
|
|
|
|
|
|
|
The issuer must be authenticated as the AFS user whose AFS account was
|
|
|
|
moved into DCE, and be able to provide the user's AFS password when
|
|
|
|
prompted by the B<dpass> command.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2006-01-05 18:33:51 +00:00
|
|
|
=item B<-cell> <I<cell name>>
|
2006-01-05 18:28:16 +00:00
|
|
|
|
|
|
|
Specifies the name of the AFS cell from which the AFS account was moved
|
|
|
|
into DCE and from which to fetch the new DCE password.
|
|
|
|
|
2006-01-05 18:33:51 +00:00
|
|
|
=item B<-help>
|
2006-01-05 18:28:16 +00:00
|
|
|
|
2006-01-05 18:33:51 +00:00
|
|
|
Prints the online help for this command. All other valid options are
|
|
|
|
ignored.
|
2006-01-05 18:28:16 +00:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 OUTPUT
|
|
|
|
|
2006-01-05 18:33:51 +00:00
|
|
|
By default, the dpass command writes a message similar to the following to
|
|
|
|
the standard output stream.
|
2006-01-05 18:28:16 +00:00
|
|
|
|
2006-01-05 18:54:17 +00:00
|
|
|
Please read the following message before entering your password.
|
2006-01-05 18:28:16 +00:00
|
|
|
|
|
|
|
This program will display your new, temporary DCE password on your
|
2006-01-05 18:33:51 +00:00
|
|
|
terminal, and you should change the assigned password as soon as
|
|
|
|
possible (from a DCE client). The program assumes that the AFS cell
|
|
|
|
uses the AFS Authentication Server and that an administrator used the
|
|
|
|
utilities in the AFS/DFS Migration Toolkit to migrate the account from
|
|
|
|
AFS to DCE. The password you enter should be the AFS password that was
|
|
|
|
in effect when your DCE account was created; this is not necessarily
|
|
|
|
the same password you have at the moment. The cell name (which you may
|
|
|
|
override with a command line option), must be the name of the AFS cell
|
|
|
|
from which the authentication information was taken.
|
2006-01-05 18:28:16 +00:00
|
|
|
|
|
|
|
To suppress this message, set the DPASS_NO_MESSAGE environment
|
|
|
|
variable. It is then possible to substitute a customized message if
|
|
|
|
desired by using a script similar to the following example:
|
|
|
|
|
|
|
|
#! /bin/csh
|
|
|
|
echo "I<Start of customized message>"
|
|
|
|
echo "I<Continuation of customized message>"
|
|
|
|
.
|
|
|
|
.
|
|
|
|
.
|
|
|
|
echo "I<Conclusion of customized message>"
|
|
|
|
setenv DPASS_NO_MESSAGE
|
|
|
|
dpass $*
|
|
|
|
|
2006-01-05 18:33:51 +00:00
|
|
|
After the standard or customized message, if any, the dpass command
|
|
|
|
generates the following prompt for the original AFS password:
|
2006-01-05 18:28:16 +00:00
|
|
|
|
2006-01-05 18:33:51 +00:00
|
|
|
Original password for AFS cell <cell>:
|
2006-01-05 18:28:16 +00:00
|
|
|
Re-enter password to verify:
|
|
|
|
|
|
|
|
If the AFS passwords match and are correct, the command reports the
|
|
|
|
temporary DCE password in the following message.
|
|
|
|
|
2006-01-05 18:33:51 +00:00
|
|
|
The new DCE password is: <Issuer's_temporary_DCE_password
|
2006-01-05 18:28:16 +00:00
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
|
|
|
The following example returns the DCE password of the issuer, whose AFS
|
2006-01-05 18:33:51 +00:00
|
|
|
account is in the C<abc.com> cell. The DPASS_NO_MESSAGE variable has been
|
|
|
|
set to suppress the standard message.
|
2006-01-05 18:28:16 +00:00
|
|
|
|
|
|
|
% dpass
|
2006-01-05 18:33:51 +00:00
|
|
|
Original password for AFS cell abc.com: <Issuer's_AFS_password>
|
|
|
|
Re-enter password to verify: <Issuer's_AFS_password>
|
2006-01-05 18:28:16 +00:00
|
|
|
The new DCE password is: 8655--eg8e-dcdc-8157
|
|
|
|
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
|
|
|
|
The issuer must be authenticated as the AFS user for whom to display the
|
|
|
|
corresponding DCE password.
|
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
|
|
|
L<dlog(1)>
|
|
|
|
|
2006-01-05 18:33:51 +00:00
|
|
|
B<dm pass> reference page in I<IBM AFS/DFS Migration Toolkit
|
2006-01-05 18:28:16 +00:00
|
|
|
Administration Guide and Reference>
|
|
|
|
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
|
|
|
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
|
|
|
|
|
|
|
|
This documentation is covered by the IBM Public License Version 1.0. It was
|
|
|
|
converted from HTML to POD by software written by Chas Williams and Russ
|
|
|
|
Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.
|