Annotation of loncom/html/adm/help/tex/Deleting_Domain_Coordinators.tex, revision 1.1

1.1     ! raeburn     1: \label{Deleting_Domain_Coordinators}
        !             2: A Domain Coordinator can expire any role in the domain with the exception
        !             3: of the Domain Coordinator role. To expire a Domain Coordinator role for 
        !             4: a user whose home server is the current server requires command line access,
        !             5: to the domain's library server(s).
        !             6: 
        !             7: When you install LON-CAPA you uncompress a tarfile to create a lon-capa-X.Y.Z
        !             8: directory where X, Y and Z are version numbers, e.g., 2.10.0. Within that
        !             9: directory, as root, run the script used to expire roles: 
        !            10: 
        !            11: perl loncom/build/expire\_DC\_role.pl {[}USERNAME:DOMAIN] {[}DCDOMAIN]
        !            12: 
        !            13: \begin{itemize}
        !            14: \item where USERNAME:DOMAIN are the username and domain of an existing user,
        !            15: for whom the Domain Coordinator privilege is to be revoked.
        !            16: \item DCDOMAIN is the domain for which the role is being revoked. 
        !            17: Note: DCDOMAIN must be a domain for which the server is is a library server. 
        !            18: \end{itemize}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>