Skip to content Accesskey=4Skip to sub-navigation Accesskey=3View our Accessibility Options MIT Information Systems Home About IS&T Contact IS&T Site Map Search Advanced Search
Getting StartedGetting Services by Topic or Alphabetically Getting Help

On This Page

[Help]

  

Quick Links

Top Level

Related Links

Ask OLC a question

Athena Consulting Homepage

Helpdesk Stock Answers (for Mac/PC questions)


Finding out someone's Athena username

To find someone's Athena username if you know their real name, you can
try querying the MIT directory, using "finger" at the athena% prompt:

        finger lastname@mit
        finger firstname_lastname@mit
        finger firstname_initial_lastname@mit

These will give you information from the MIT directory.  If you get more
than one returned entry, like:

       name: Schiller,  Jeffrey I
 department: Network Services
      title: Network Manager
      alias: J-schiller

       name: Schiller,  Peter H
 department: Brain & Cog Sci
      title: D.w. Poitras Professor
      alias: P-schiller

        ....

from fingering @mit, you can get more detailed information about a
specific user from the list by using the alias field.  For example, if
you were interested in just Jeff's information, you could type the
following to get more detailed information, including Jeff's mail
address (if available):

	finger j-schiller@mit

Help about the on-line directory is available by typing "finger help@mit".

Note however, that some entries in the directory may have a different
e-mail address, such as one for Lincoln Labs (@ll.mit.edu).  In that
case, to find their username, you must search the LDAP directory:

athena% athrun consult ldaps "firstname lastname" uid

Example:

athena%athrun consult ldaps "Joe A User" uid
dn: cn=Joe A Test User+employeeNumber=d5c9bff6b4c9c931ca743160d8a64204,ou=affiliates,dc=mit,dc=edu
ufn: Joe A Test User + d5c9bff6b4c9c931ca743160d8a64204, affiliates, mit.edu
uid: joeuser

And the "uid" is the person's username, in this case "joeuser".

Last Updated: $Date: 2007/11/15 17:39:46 $

MIT Home | Getting Started | Getting Services | Getting Help | About IS&T | Accessibility
Ask a technology question or send a comment about this web page.