mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
115 lines
5.9 KiB
HTML
115 lines
5.9 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4//EN">
|
||
|
<HTML><HEAD>
|
||
|
<TITLE>Administration Reference</TITLE>
|
||
|
<!-- Begin Header Records ========================================== -->
|
||
|
<!-- /tmp/idwt3672/auarf000.scr converted by idb2h R4.2 (359) ID -->
|
||
|
<!-- Workbench Version (AIX) on 3 Oct 2000 at 16:18:30 -->
|
||
|
<META HTTP-EQUIV="updated" CONTENT="Tue, 03 Oct 2000 16:18:29">
|
||
|
<META HTTP-EQUIV="review" CONTENT="Wed, 03 Oct 2001 16:18:29">
|
||
|
<META HTTP-EQUIV="expires" CONTENT="Thu, 03 Oct 2002 16:18:29">
|
||
|
</HEAD><BODY>
|
||
|
<!-- (C) IBM Corporation 2000. All Rights Reserved -->
|
||
|
<BODY bgcolor="ffffff">
|
||
|
<!-- End Header Records ============================================ -->
|
||
|
<A NAME="Top_Of_Page"></A>
|
||
|
<H1>Administration Reference</H1>
|
||
|
<HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf127.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Bot_Of_Page"><IMG SRC="../bot.gif" BORDER="0" ALT="[Bottom of Topic]"></A> <A HREF="auarf129.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P>
|
||
|
<P>
|
||
|
<H2><A NAME="HDRDPASS" HREF="auarf002.htm#ToC_142">dpass</A></H2>
|
||
|
<A NAME="IDX4699"></A>
|
||
|
<A NAME="IDX4700"></A>
|
||
|
<P><STRONG>Purpose</STRONG>
|
||
|
<P>Returns the DCE password for a new DCE account
|
||
|
<P><STRONG>Synopsis</STRONG>
|
||
|
<PRE><B>dpass</B> [<B>-cell</B> <<VAR>original AFS cell name</VAR>>] [<B>-help</B>]
|
||
|
|
||
|
<B>dpass</B> [<B>-c</B> <<VAR>original AFS cell name</VAR>>] [<B>-h</B>]
|
||
|
</PRE>
|
||
|
<P><STRONG>Description</STRONG>
|
||
|
<P>The <B>dpass</B> command returns the DCE password that an administrator
|
||
|
assigned to the issuer when using the <B>dm pass</B> command to migrate
|
||
|
AFS user accounts into a DCE cell.
|
||
|
<P>The <B>dpass</B> command, issued on an AFS client, requests the
|
||
|
issuer's new DCE password from the AFS cell specified with the
|
||
|
<B>-cell</B> argument.
|
||
|
<P>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</B> command.
|
||
|
<P><STRONG>Options</STRONG>
|
||
|
<DL>
|
||
|
<P><DT><B>-cell
|
||
|
</B><DD>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.
|
||
|
<P><DT><B>-help
|
||
|
</B><DD>Prints the online help for this command. All other valid options
|
||
|
are ignored.
|
||
|
</DL>
|
||
|
<P><STRONG>Output</STRONG>
|
||
|
<P>By default, the <B>dpass</B> command writes a message similar to the
|
||
|
following to the standard output stream.
|
||
|
<PRE> Please read the following message before entering your password.
|
||
|
|
||
|
This program will display your new, temporary DCE password on your
|
||
|
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.
|
||
|
|
||
|
</PRE>
|
||
|
<P>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:
|
||
|
<PRE> #! /bin/csh
|
||
|
echo "<VAR>Start of customized message</VAR>"
|
||
|
echo "<VAR>Continuation of customized message</VAR>"
|
||
|
.
|
||
|
.
|
||
|
.
|
||
|
echo "<VAR>Conclusion of customized message</VAR>"
|
||
|
setenv DPASS_NO_MESSAGE
|
||
|
dpass $*
|
||
|
|
||
|
</PRE>
|
||
|
<P>After the standard or customized message, if any, the <B>dpass</B>
|
||
|
command generates the following prompt for the original AFS password:
|
||
|
<PRE> Original password for AFS cell <VAR>cell</VAR>:
|
||
|
Re-enter password to verify:
|
||
|
|
||
|
</PRE>
|
||
|
<P>If the AFS passwords match and are correct, the command reports the
|
||
|
temporary DCE password in the following message.
|
||
|
<PRE> The new DCE password is: <VAR>Issuer's_temporary_DCE_password</VAR>
|
||
|
|
||
|
</PRE>
|
||
|
<P><STRONG>Examples</STRONG>
|
||
|
<P>The following example returns the DCE password of the issuer, whose AFS
|
||
|
account is in the <B>abc.com</B> cell. The DPASS_NO_MESSAGE
|
||
|
variable has been set to suppress the standard message.
|
||
|
<PRE> % <B>dpass</B>
|
||
|
Original password for AFS cell abc.com: <VAR>Issuer's_AFS_password</VAR>
|
||
|
Re-enter password to verify: <VAR>Issuer's_AFS_password</VAR>
|
||
|
The new DCE password is: 8655--eg8e-dcdc-8157
|
||
|
|
||
|
</PRE>
|
||
|
<P><STRONG>Privilege Required</STRONG>
|
||
|
<P>The issuer must be authenticated as the AFS user for whom to display the
|
||
|
corresponding DCE password.
|
||
|
<P><STRONG>Related Information</STRONG>
|
||
|
<P><A HREF="auarf127.htm#HDRDLOG">dlog</A>
|
||
|
<P><B>dm pass</B> reference page in <I>IBM AFS/DFS Migration Toolkit
|
||
|
Administration Guide and Reference</I>
|
||
|
<P>
|
||
|
<HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf127.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Top_Of_Page"><IMG SRC="../top.gif" BORDER="0" ALT="[Top of Topic]"></A> <A HREF="auarf129.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P>
|
||
|
<!-- Begin Footer Records ========================================== -->
|
||
|
<P><HR><B>
|
||
|
<br>© <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A> All Rights Reserved
|
||
|
</B>
|
||
|
<!-- End Footer Records ============================================ -->
|
||
|
<A NAME="Bot_Of_Page"></A>
|
||
|
</BODY></HTML>
|