Download presentation
Presentation is loading. Please wait.
1
Chapter 3 – Creating and Managing User Accounts MIS 431 – Created Spring 2006
2
MIS 4312 Introduction User account – object in Active Directory Requires authentication to connect Control access to network resources Monitor access by auditing resources (logs) Create account Use standard naming structures Control password policy and ownership Include additional attributes such as phone number, email address as required elements
3
MIS 4313 User Account Properties
4
MIS 4314 AD Added Properties The default Users and Groups dialog box in offers standard choices. AD Users and Computers adds Directory information Special login restrictions Domain information Much more
5
MIS 4315 User Authentication Users must first be authenticated by a domain controller before gaining access to the network (e.g., they log in as we do Novell) Process has two parts Interactive authentication (to the client PC) User can choose full network log in or just log in to the local workstation Network authentication User’s credentials are passed on to the network resource or service and checked
6
MIS 4316 Authentication Protocols Kerberos 5 (primary AD method) Supported by Windows 2000, XP; WS03 Method is transparent to the user NTLM – Used for OS that don’t support Kerberos Ex: NT Server
7
MIS 4317 User Profiles Where user’s unique settings are stored Customized desktop Favorites Start button Cookies My Documents My Recent Documents NetHood PrintHood More items… Send to list Templates Application data Local settings Stored in the Documents and Settings folder for each user Types – local and roaming
8
MIS 4318 Local Profiles Created when a new user logs in first time Settings are copied from a standard folder called Default User in Documents & Settings THUS changing the settings in Default User will cause those settings to be created for each subsequent new user Change this in System Properties Advanced tab Whenever a user makes a change to settings, they are stored in their local profile Subsequent logins will use just those settings for that user
9
MIS 4319 Roaming Profiles Stored on the server, these are used by the client when the user authenticates to the network Replaces the local profile with the one used on that particular client workstation Helpful when users move between computers Can convert a local profile to a roaming profile Universal Naming Convention (UNC) format: \\serverXX\profile\username \\serverXX\profile\username
10
MIS 43110 Creating AD Users and Computers Active Directory Users and Computers tool In Administrative Tools menu Can also be added to a custom MMC Select an object, right click, New, click User Shortcut: click on the User icon in the toolbar Shortcut: click on the Group icon in toolbar User can be moved to another object by dragging (new since WS00) Or using rt-click and Move command
11
MIS 43111 New User Parameters For nearly every user, will specify User logon name Full name (F, M, L) Password Password properties (cannot change, change at first login, password never expires, etc) Account expires (Never, End of xxx)
12
MIS 43112 More User Parameters General tab – directory type information Address tab – more directory information Account – user name, logon hours, account options (password, expiration) Member Of – which groups, set primary group Dial-In – allow remote access or VPN Other tabs: Environment, Sessions, Profile, Telephones, Profile, Remote control, etc.
13
MIS 43113 User Account Templates Create a template and all users configured through it will have same settings! (time saver) Can modify the profile for user specific settings To create, in the first name box start it with underscore, as _MIS431 Template Do all of the settings you want To use it, copy this template and then modify as desired
14
MIS 43114 Command Line Utilities Can create user accounts from command line Quicker But, fewer choices can be set easily here Commands DSADD – adds objects DSMOD – modify object settings DSQUERY – queries for objects DSMOVE – moves objects to a different location DSRM – remove an object from directory
15
MIS 43115 Command Line contd. Parameters for commands -pwd – password -memberof – groups user is member of -email – email address for new user -profile – profiel path for the user -disabled – whether acct is enable or disabled EX: dsadd user “cn=Paul Kohut,cn=Users,dc=dovercorp,dc=net” –pwd Password01 –memberof “cn=domain guests,cn=users,dc=domain01,dc=dovercorp,dc=net ” –email paul@dovercorp –profile \\server01\profiles\paul kohut - disabled no \\server01\profiles\paul kohut
16
MIS 43116 Bulk Import/Export Used when transitioning from one directory service to another for large companies Can also populate a secondary database such as an HRM application Two utilities CSVDE – supports import/export to CSV file LDIFDE – same but in LDAP interchange format (LDIF)
17
MIS 43117 Account Policies A node in Group Policy (more in Ch. 11) These can cause trouble with a user logging in Find Group Policy object at domain level called Default Domain Policy Rt click the domain object (domain controller) in AD Users and Computers and choose Properties Click on Group Policy tab
18
MIS 43118 Password Policy settings Enforce password history - # of passwords to remember before a user can reuse an old password Maximum password age – # days when it must be changed Minimum password age - # days before it can be changed Minimum password length - # characters (1-14) Password complexity requirement – cannot include account name, at least 6 characters long, include 3 of 4 elements: uppercase, lowercase, numbers, symbol Store password using reversible encryption – clear text
19
MIS 43119 Account Lockout settings When the user fails to enter proper user name and password within X times Account lockout duration – how long before can log in again Account lockout threshold - # of incorrect login attempts before lock out occurs Reset account lockout counter after - # of minutes before the lockout counter is reset to zero.
20
MIS 43120 Auditing Authentication Auditing appears in more detail in Ch 14 Be default, WS03 DC audits success logon events only – appears in security log Can turn on “failure” logon events to track attempts to log in – shown in Security log Access Audit Policy node which is available in Computer Configuration – Windows Settings – Security Settings – Local Policies (Fig 3-33. p. 134)
21
MIS 43121 Authentication Troubleshooting If a user cannot log in, check the list on p. 135 Incorrect user name or password Account lockout Account disabled Logon hour restriction Workstation restriction Domain controller (cannot locate one) Client time settings Down-level client issues UPN logon issues Users unable to log on locally to specific server Remote access logon issues (dial up/VPN) Terminal Services logon issues
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.