This chapter concerns two basic features of a network, the user object and security issues. The objectives important to this chapter are:
Key Concepts:Identify the Function of the User ObjectThe user object is the most basic object in NDS. Without users,
there would be no need for a net. When the system administrator creates
a user object, two properties must be given values:
A third field (Unique ID) will automatically be filled in when you fill in the Name field, using ConsoleOne. A user may be given a home directory when created. This is recommended, as a user's rights and privileges are often limited outside their home directory. A user needs a place to store files. The home directory serves this purpose. Three utilities are available to create users in NetWare 5.1.
Create and Modify NDS Objects Using ConsoleOneConsoleOne is meant to be the utility that will replace NetWare Administrator. It is Java-based, so it does not need a Windows environment in which to run. While you can read the properties of objects in ConsoleOne, you cannot make rights assignments through it. To create a user object in ConsoleOne:
The process to do this in NetWare Administrator is similar. The fields are named a bit differently. Create and Modify User Accounts Using NetWare AdministratorTo modify a user object, the best method is to select Details in the
NetWare Administrator software. It is possible to modify the properties
of several user objects at once in several ways:
The Admin user is a special user account. It is created automatically when installing the NetWare operating system. This user gets all rights to the system. Since hackers know about this account, it may be deleted by the system administrator. BEFORE you think about deleting this account, set up another account with the same rights. DO NOT make the new account equivalent to Admin, and then delete Admin. This will cause the new account to have no rights. (In older versions of NetWare, the default account was Supervisor. It could not be deleted.) Rights are discussed in another chapter. While Login Names need not be unique in the universe, they must be unique within a given container. Users are created inside containers, and different users who want the same login name must be created inside different containers.
Identify the Types of Network Security Provided by NetWareNetwork Security comes in four varieties:
This chapter only discusses Login security. Determine and Establish Login Security Login Security is the first security layer a user encounters.
The flow chart of events that happen when a user logs in (on page 3-30)
illustrates the multiple decisions made about the user by the security
system. Consider the decision points:
Intruder Limits is a property of the User object. It is set for the number of times someone tries to log in as that user, unsuccessfully, in a row. This means that if someone tries to log in as you, and fails the specified number of times, the account is disabled by the system, and the system administrator must unlock it before it can be used again. (Actually, you can also set it to unlock itself after a specified number of minutes. This presumes that the hacker will just go away after a while.) Authentication is an internal process that provides more security against determined hackers. Examine the list on page 3-33. It works because when a user logs in, the user is assigned a unique identifier that includes their actual workstation, the current time, and their password. Any request from the user in that work session is tagged with that identifier, so that the system can distinguish between a request that is legal and one that may be sent by a hacker. |