The following sections discuss administering access to services.
In OES, eDirectory users can change their own passwords if you have installed Virtual Office by completing the following steps:
In a Web browser, launch Virtual Office by entering the following URL in the Address field:
http:// IP_or_DNS/vo
where IP_or_DNS is the IP address or full DNS name of the OES server.
Log in to Virtual Office using the eDirectory username and password for the account being changed.
Click the
icon
.
Type the current eDirectory password.
Type the new eDirectory password.
Retype the password to confirm it.
Click .
Access control to Linux traditional file systems is controlled through POSIX file system access rights or attributes associated with directories and files. In general, the directories and files can be accessed by three POSIX entities:
The user who owns the directory or file
The group who owns the directory or file
All other users defined on the system
These users and the affected group are each assigned (or not assigned) a combination of three attributes for each directory and file:
For more information, see
Configuring File System Trustees, Trustee Rights, Inherited Rights Filters, and Attributes
in the
File Systems Management Guide for OES
.
The
File Systems Management Guide for OES
contains a thorough discussion of file and directory trustee management in its
Configuring File System Trustees, Trustee Rights, Inherited Rights Filters, and Attributes
section.
The following sections present brief information about managing trustees on NSS volumes.
You can use the NetStorage Web browser interface to change attributes and trustees for directories and files on NSS volumes, but you can’t change them using a WebDAV connection to NetStorage.
You cannot change attributes or trustees on NetWare Traditional volumes using NetStorage.
You can use the Novell Client to change NSS file and directory attributes and to grant trustee rights to an NSS volume on an OES Linux server. For more information, see
NetWare File Security
in the
Novell Client for Windows Installation and Administration Guide
and
Managing File Security
in the
Novell Client for Linux 1.2 Administration Guide
.
Use the attrib command to change file and directory attributes on an NSS volume.
The
attrib command is also documented in
Attributes Utility for Linux
in the
File Systems Management Guide for OES
.
Or you can enter the following command at the shell prompt:
attrib --help
To grant NSS trustee rights to an NSS volume, enter the following command:
rights -f /full/directory/path -r rights_mask trustee full.object.context
where /full/directory/path is the path to the target directory on the NSS volume, rights_mask is the list of NSS rights, and full.object.context is the object (User or Group) in its full eDirectory context including the tree name.
For example, you might enter the following:
rights -f /data/groupstuff -r rwfc trustee mygroup.testing.example_tree
For a complete list of command options, enter rights at the shell prompt.
The rights command is also documented in
Trustee Rights Utility for Linux
in the
File Systems Management Guide for OES
.