Contents
Accounts, Passwords and Logins
1. Introduction
Everyone at Duke receives a NetID account issued by the Office of Information Technology.
Core affiliates of Sociology receive departmental accounts.
It is the general and recommended practice for Sociology account ids to match your NetID. However, the password for your NetID should differ from the password used with other accounts. The purposes of NetID and Sociology accounts are summarized in the table below.
Department of Sociology Computer Accounts |
||
Account |
Issued By |
Properties & Functions |
NetID |
OIT |
* consist of your initials and a trailing integer |
Linux |
Sociology |
* typically matches NetID |
Domain |
Sociology |
* typically matches NetID |
Machine |
Sociology |
* typically matches NetID |
2. NetID Management
For a NetID overview, see Account Requests and General Information. Basic management of your Duke NetID and related services is done by through OIT's Account Self-Service Tool.
If you have forgotten your NetID password, contact the OIT Helpdesk (684-2200) for assistance.
3. Obtaining Sociology Accounts
Make account requests in person by coming to Room 140, Soc/Psych and asking for a Network Account Request form from a member of the computing staff. Receipt of an account presumes use of it and password access will not be shared with anyone.
New accounts for incoming graduate students are set up in a batch. Information regarding their use is provided each fall in an orientation session done by the computing staff.
Undergraduates are not provided accounts unless they are employed in some capacity by the department or are working on a research project sponsored by a faculty member. Undergraduate classroom computing should be conducted in OIT computing labs, which are set up to accept NetID logins.
4. Choosing Strong Passwords
Strong passwords are important for network security and individual privacy.
Selecting a good password that you like, easily type and can remember is hard work. Some guidelines for password selection include:
- It is 10 or more characters.
It is not a dictionary word in any language.
- It is easy to remember – a nonsense word or phrase or an abbreviation of some familiar phrase.
It contains characters from at least 3 of the following four categories - lowercase letters, uppercase letters, numbers and symbolic characters (such as: ~!@#$%^&*()+=).
If someone learns one of your passwords, change it immediately!
5. Linux Logins
Linux logins to Sociology systems are typically done from PCs in the department, from home PCs over Internet connections that you have established by broadband, or from laptops over wireless connection.
Three principal servers are accessed in Sociology.
login.soc.duke.edu - is a general login server that may be used for reading mail, transferring files and other basic command line activity
charisma.soc.duke.edu - is a primary compute server, with 128GB of memory and two eight-core Xeon processors (16 cores), for statistical processing
paradigm.soc.duke.edu - is a secondary compute server, with 24GB memory and two quad-core Xeon processors (8 cores), for statistical processing
With your Duke NetID, you can access the OIT Linux system.
login.oit.duke.edu - accesses a group of general purpose Linux login servers
All of the above systems are accessed by means of secure shell (SSH) clients, using end-to-end encryption of your session to ensure that your activities and password cannot be snooped.
Departmental PCs are typically configured with an SSH client consisting of a secure terminal component for command line sessions and a secure file transfer portion for file transfers. Home PCs and personal laptops should be configured with one of the SSH clients distributed through the OIT Software License Office, which include SSH.com Secure Shell or PuTTY for Windows.
Mac clients provide SSH natively through the terminal application.
6. Linux Logouts
Remember to logout from all Linux secure shell sessions.
A terminal session on any type of Linux system is ended by typing at the prompt exit followed by the <Enter> key.
7. How to Change Your Linux and Domain Account Passwords
Your linux and domain passwords should be kept synchronized. This is done with a password script run under your linux account.
Do an ssh login to paradigm.soc.duke.edu.
At the prompt, type passwd and press <Enter>. This launches a password changing script that first changes your linux password followed by a second step to change your domain password. See the listing below.
- Enter your old linux password when prompted.
- Enter your new password when prompted, then a second time to confirm its correctness. [Nothing appears on the screen while passwords are typed.] If the two new entries match and the password is acceptable, the password is changed.
- The script proceeds next to change of your domain password.
- Enter the old domain password (same as your old linux password).
- Then enter the new domain password twice, using the same new password you entered for linux.
If the new password you apply is determined to be weak or too similar to the previous one, the change will fail and you will need to rerun the script with a better password. We will ask you to change your password if, during a routine security audit, it is determined to be easily cracked.
bart : ~ > passwd Step 1: Changing your Unix(NIS) password. Your new Unix(NIS) password must differ from your old password by at least 3 characters. Changing password for user bart. Changing password for bart (current) UNIX password: New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successfully. Step 2: Changing your (SMB) Windows file sharing password. When prompted, please use your old UNIX password for the "Old SMB Password". If this is mistyped, you will need to reset your password again. Old SMB password: New SMB password: Retype new SMB password: Password changed for user bart bart : ~ >
If you have forgotten your Linux password, contact Bob Jackson for assistance.