{subsection: Can I have a UW-CS login account?}
 
 You should only get this sort of request for existing collaborators. Some team member should know the user and be able to confirm that the request is legit. Assuming it is, that team member should assign the ticket to Ken Hahn ("=assigna 12345 khahn="). Be sure to let Ken know which staff member can vouch for the external user; he needs to know who to ask about potential issues.
-
-{subsection: May I use Glide-In?}
-
-Yes.
-
-First, Glidein in Condor 6.7.1 and later no longer requires any actions on our part. Suggest that they use 6.7.2 or later.
-
-However, if they're keen on using 6.6.x, we'll need to add them to our grid-mapfile.
-
-They'll need to provide the subject / identity. Something like "/DC=org/DC=doegrids/OU=People/CN=Alan De Smet 489066". "grid-proxy-info" will usually provide this information. (If the identity they provide ends with "/CN=proxy", just strip it off.)
-
-Confirm that we accept their Certificate Authority. Run a quick grep through /p/condor/home/etc/grid-security/certificates/*.signing_policy to see if the prefix to their subject is accepted. You're looking for a "cond_subjects" entry. For example, for the above subject the following shows a valid match:
-
-{code}
-> grep doegrids *.signing_policy
-1c3f2ca8.signing_policy:#  The DOEGrids CA signs certificates for doegrids.org and doesciencegrid.org
-1c3f2ca8.signing_policy: cond_subjects     globus       '"/DC=org/DC=DOEGrids/*" "/DC=org/DC=doegrids/*" "/O=DOEGrids.org/*" "/O=doegrids.org/*" "/O=doesciencegrid.org/*" "/DC=org/DC=doesciencegrid/*"'
-1c3f2ca8.signing_policy:# doegrids
-1c3f2ca8.signing_policy:# Globus Support Files for pki1.doegrids.org CA
-d1b603c3.signing_policy:# Globus Support Files for pki1.doegrids.org CA
-{endcode}
-
-Add them to /p/condor/home/etc/astro/grid-mapfile. The general form is:
-
-{code}
-"/DC=org/DC=doegrids/OU=People/CN=Alan De Smet 489066" cndr-ftp
-{endcode}
-
-Let them know you added them.
-
-(Access is actually granted by /p/condor/public/cgi-bin/source/.htpasswd, but Kristine usually handles that.)