|
||
|
|
Chapter 4 Managing Users and Groups
This chapter describes how to add, delete, and edit the users and groups who can access your Netscape Enterprise Server.
This chapter includes the following sections:
- Using Directory Services to Manage Users and Groups
![]()
- Creating Users
![]()
- Managing Users
![]()
- Creating Groups
![]()
- Managing Groups
![]()
- Creating Organizational Units
![]()
- Managing Organizational Units
![]()
- Managing a Preferred Language List
![]()
Using Directory Services to Manage Users and Groups
The Enterprise Server Administration Server provides access to your application data about user accounts, group lists, access privileges, organization units, and other user- and group-specific information.
User and group information is stored in a directory server such as Netscape Directory Server, which supports Lightweight Directory Access Protocol (LDAP). LDAP is an open directory access protocol that runs over TCP/IP and is scalable to a global size and millions of entries.
Since Enterprise Server does not support local LDAP, you must have a directory server installed before you can add users and groups.
Understanding Distinguished Names (DNs)
Use the Users and Groups tab of the Administration Server to create or modify users, groups, and organizational units. A user is an individual in your LDAP database, such as an employee of your company. A group is two or more users who share a common attribute. An organizational unit is a subdivision within your company that uses the
organizationalUnitobject class. Users, groups, and organizational units are described further later in this chapter.Each user and group in your enterprise is represented by a Distinguished Name (DN) attribute. A DN attribute is a text string that contains identifying information for an associated user, group, or object. You use DNs whenever you make changes to a user or group directory entry. For example, you need to specify DN information each time you create or modify directory entries, set up access controls, and set up user accounts for applications such as mail or publishing. The users and groups interface of Netscape Console helps you create or modify DNs.
The following example represents a typical DN for an employee of Example Corporation:
uid=doe,e=doe@example.com,cn=John Doe,o=Example Corporation,c=US
The abbreviations before each equal sign in this example have the following meanings:
DNs may include a variety of name-value pairs. They are used to identify both certificate subjects and entries in directories that support LDAP.
If you do not currently have a directory, or if you want to add a new subtree to an existing directory, you can use the Directory Server's Administration Server LDIF import function. This function accepts a file containing LDIF and attempts to build a directory or a new subtree from the LDIF entries. You can also export your current directory to LDIF using the Directory Server's LDIF export function. This function creates an LDIF-formatted file that represents your directory. Add or edit entries using the
ldapmodifycommand along with the appropriate LDIF update statements.To add entries to the database using LDIF, first define the entries in an LDIF file, then import the LDIF file from Directory Server. For more information, see "Formatting LDIF Entries".
Use the Users and Groups tab of the Enterprise Server Administration Server to create or modify user entries. A user entry contains information about an individual person or object in the database.
This section includes the following topics:
Guidelines for Creating User Entries
Consider the following guidelines when using the administrator forms to create new user entries:
- If you enter a given name (or first name) and a surname, then the form automatically fills in the user's full name and user ID for you. The user ID is generated as the first initial of the user's first name followed by the user's last name. For example, if the user's name is Babs Jensen, then the user ID is automatically set to bjensen. You can replace this user ID with an ID of your own choosing if you wish.
![]()
- The user ID must be unique. The Administration Server ensures that the user ID is unique by searching the entire directory from the search base (base DN) down to see if the user ID is in use. Be aware, however, that if you use the Directory Server
ldapmodifycommand line utility (if available) to create a user, that it does not ensure unique user IDs. If duplicate user IDs exist in your directory, the affected users will not be able to authenticate to the directory.![]()
- Note that the base DN specifies the distinguished name where directory lookups will occur by default, and where all Netscape Web Administration Server's entries are placed in your directory tree. A "DN" is the string representation for the name of an entry in a Directory Server.
![]()
- Note that at a minimum, you must specify the following user information when creating a new user entry:
![]()
- If any organizational units have been defined for your directory, you can specify where you want the new user to be placed using the Add New User To list. The default location is your directory's base DN (or root point).
![]()
How to Create a New User Entry
To create a user entry, read the guidelines outlined in "Guidelines for Creating User Entries", then perform the following steps:
- Access the Administration Server and choose the Users & Groups tab.
![]()
- Click the New User link and add the associated information to the displayed page.
![]()
For more information, see The New User Page in the online help.
The following user entry notes may be of interest to the directory administrator:
- User entries use the
inetOrgPerson,organizationalPerson, andpersonobject classes.![]()
- By default, the distinguished name for users is of the form:
![]()
cn=full name, ou=organization, ...,o=base organization, c=country
- For example, if a user entry for Babs Jensen is created within the organizational unit Marketing, and the directory's base DN is o=Example Corporation, c=US, then the person's DN is:
cn=Babs Jensen, ou=Marketing, o=Example Corporation, c=US
- However, note that you can change this format to a uid-based distinguished name.
- The values on the user form fields are stored as the following LDAP attributes (note that any stored information other than `user' and `group' requires a full Directory Server license):
![]()
- The following fields are also available when editing the user entry:
Table 4-2 User Entry LDAP Attributes
- Sometimes a user's name can be more accurately represented in characters of a language other than the default language. You can select a preferred language for users so that their names will display in the characters of the that language, even when the default language is English. For more information regarding setting a user's preferred language, see The Manage Users Page in the online help.
![]()
You edit user attributes from the Enterprise Server Administration Server Manage Users form. From this form you can find, change, rename, and delete user entries; manage user licenses; and potentially change product-specific information.
Some, but not all, Netscape servers add additional forms to this area that allow you to manage product-specific information. For example, if a messaging server is installed under your Administration Server, then an additional form is added that allows you to edit messaging server-specific information. See the server documentation for details on these additional management capabilities.
This section includes the following topics:
- Finding User Information
![]()
- Editing User Information
![]()
- Managing a User's Password
![]()
- Managing User Licenses
![]()
- Renaming Users
![]()
- Removing Users
![]()
Before you can edit a user entry, you must display the associated information. To find the specific user information, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Click the Manage Users link.
![]()
- In the Find User field, enter some descriptive value for the entry that you want to edit. You can enter any of the following in the search field:
![]()
- A name. Enter a full name or a partial name. All entries that equally match the search string will be returned. If no such entries are found, all entries that contain the search string will be found. If no such entries are found, any entries that sounds like the search string are found.
![]()
- A user ID.
![]()
- A telephone number. If you enter only a partial number, any entries that have telephone numbers ending in the search number will be returned.
![]()
- An email address. Any search string containing an at (@) symbol is assumed to be an email address. If an exact match cannot be found, then a search is performed to find all email addresses that begin with the search string.
![]()
- An asterisk (*) to see all of the entries currently in your directory. You can achieve the same effect by simply leaving the field blank.
![]()
- Any LDAP search filter. Any string that contains an equal sign (=) is considered a search filter.
![]()
- As an alternative, use the pull down menus in the Find all users whose field to narrow the results of your search.
- In the Look within field, select the organizational unit under which you want to search for entries.
![]()
- The default is the directory's root point (or top most entry).
- In the Format field, choose either On-Screen or Printer.
![]()
- Click Find.
![]()
- All the users in the selected organizational unit are displayed.
- In the resulting table, click the name of the entry that you want to edit.
![]()
- The user edit form is displayed.
- Change the displayed fields as desired and click Save Changes.
![]()
- The changes are made immediately.
Building Custom Search Queries
The "Find all users whose" field allows you to build a custom search filter. Use this field to narrow down the search results returned by a "Find user" search.
The Find all users whose field provides the following search criteria:
The available search attribute options are described in the following table:
Table 4-3 Search Attribute Options
Search each organizational unit entry's description for a match.
The available search type options are described in the following table:
To display all of the users entries contained in the Look Within directory, enter either an asterisk (*) or simply leave this text field blank.
To change a user's entry, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Display the user entry as described in "Finding User Information".
![]()
- Edit the field corresponding to the attribute that you wish to change.
![]()
For more information, see The Edit Users Page in the online help.
It is possible that you will want to change an attribute value that is not displayed by the edit user form. In this situation, use the Directory Server
ldapmodifycommand line utility, if available.
In addition, note that you can change the user's first, last, and full name field from this form, but to fully rename the entry (including the entry's distinguished name), you need to use the Rename User form. For more information on how to rename an entry, see "Renaming Users".
The password you set for user entries is used by the various servers for user authentication.
To change or create a user's password, perform the following steps:
- Access the Enterprise Server Administration Server and choose Users & Groups tab.
![]()
- Display the user entry as described in "Finding User Information".
![]()
- Make the desired changes and click OK.
![]()
For more information, see The Manage Users Page in the online help.
You can also disable the user's password by clicking the Disable Password button. Doing this prevents the user from logging into a server without deleting the user's directory entry. You can allow access for the user again by using the Password Management Form to enter a new password.
Enterprise Server Administration Server enables you to track which Netscape server products your users are licensed to use.
To manage the licenses available to the user, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Display the user entry as described in "Finding User Information".
![]()
- Click the Licenses link at the top of the User Edit form.
![]()
- Make the desired changes and click OK.
![]()
For more information, see The Manage Users Page in the online help.
The rename feature changes only the user's name; all other fields are left intact. In addition, the user's old name is still preserved so searches against the old name will still find the new entry.
When you rename a user entry, you can only change the user's name; you cannot use the rename feature to move the entry from one organizational unit to another. For example, suppose you have organizational units for Marketing and Accounting and an entry named "Babs Jensen" under the Marketing organizational unit. You can rename the entry from
Babs JensentoBob Jensen, but you cannot rename the entry such thatBabs Jensenunder the Marketing organizational unit becomesBabs Jensenunder the Accounting organizational unit.To rename a user entry, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Display the user entry as described in "Finding User Information".
![]()
- Note that if you are using common name-based DNs, specify the user's full name. If you are using uid-based distinguished names, enter the new uid value that you want to use for the entry.
- Click the Rename User button.
![]()
- Change the Given Name, Surname, Full Name, or UID fields as is appropriate to match the new distinguished name for the entry.
![]()
- You can specify that the Administration Server no longer retains the old full name or
uidvalues when you rename the entry by setting thekeepOldValueWhenRenamingparameter to false. You can find this parameter in the following file:![]()
- server_root
/https-admserv/config/dsgw-orgperson.conf
For more information, see The Manage Users Page in the online help.
To delete a user entry, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Display the user entry as described in "Finding User Information".
![]()
- Click Delete User.
![]()
For more information, see The Manage Users Page in the online help.
A group is an object that describes a set of objects in an LDAP database. An Enterprise Server group consists of users who share a common attribute. For instance, the set of objects might be a number of employees who work in the marketing division of your company. These employees might belong to a group called Marketing.
There are two ways to define membership of a group: statically and dynamically. Static groups enumerate their member objects explicitly. A static group is a CN and contains
uniqueMembersand/ormemberURLsand/ormemberCertDescriptions. For static groups, the members do not share a common attribute except for theCN=<Groupname>attribute.Dynamic groups allow you to use a LDAP URL to define a set of rules that match only for group members. For Dynamic Groups, the members do share a common attribute or set of attributes that are defined in the
memberURLfilter. For example, if you need a group that contains all employees in Sales, and they are already in the LDAP database under "ou=Sales,o=example.com," you'd define a dynamic group with the followingmemberurl:
ldap:///ou=Sales,o=example??sub?(uid=*)
This group would subsequently contain all objects that have an
uidattribute in the tree below the "ou=Sales,o=example" point; thus, all the Sales members.For static and dynamic groups, members can share a common attribute from a certificate if you use the
memberCertDescription. Note that these will only work if the ACL uses the SSL method.Once you create a new group, you can add users, or members, to it.
This section includes the following topics for creating groups:
The Enterprise Server Administration Server enables you to create a static group by specifying the same group attribute in the DNs of any number of users. A static group doesn't change unless you add a user to it or delete a user from it.
Guidelines for Creating Static Groups
Consider the following guidelines when using the Enterprise Server Administration Server forms to create new static groups:
- Static groups can contain other static or dynamic groups.
![]()
- You can optionally also add a description for the new group.
![]()
- If any organizational units have been defined for your directory, you can specify where you want the new group to be placed using the Add New Group To list. The default location is your directory's root point, or top-most entry.
![]()
- When you are finished entering the desired information, click Create Group to add the group and immediately return to the New Group form. Alternatively, click Create and Edit Group to add the group and then proceed to the Edit Group form for the group you have just added. For information on editing groups, see "Editing Group Attributes".
![]()
To create a static group entry, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Click the New Group link.
![]()
- Enter the required information and click OK.
![]()
For more information, see The New Group Page in the online help.
A dynamic group has an
objectclassofgroupOfURLs, and has zero or morememberURLattributes, each of which is a LDAP URL that describes a set of objects.Enterprise Server enables you to create a dynamic group when you want to group users automatically based on any attribute, or when you want to apply ACLs to specific groups which contain matching DNs. For example, you can create a group that automatically includes any DN that contains the attribute
department=marketing. If you apply a search filter fordepartment=marketing, the search returns a group including all DNs containing the attributedepartment=marketing. You can then define a dynamic group from the search results based on this filter. Subsequently, you can define an ACL for the resulting dynamic group.This section includes the following topics:
- How Enterprise Server Implements Dynamic Groups
![]()
- Groups Can Be Static and Dynamic
![]()
- Dynamic Group Impact on Server Performance
![]()
- Guidelines for Creating Dynamic Groups
![]()
- To Create a Dynamic Group
![]()
How Enterprise Server Implements Dynamic Groups
Enterprise Server implements dynamic groups in the LDAP server schema as
objectclass=groupOfURLs. AgroupOfURLSclass can have multiplememberURLattributes, each one consisting of an LDAP URL that enumerates a set of objects in the directory. The members of the group would be the union of these sets. For example, the following group contains just one member URL:
ldap:///o=example.com??sub?(department=marketing)
This example describes a set that consists of all objects below "
o=example.com" whose department is "marketing."The LDAP URL can contain a search base DN, a scope and filter, however, not a hostname and port. This means that you can only refer to objects on the same LDAP server. All scopes are supported.
The DNs are included automatically, without your having to add each individual to the group. The group changes dynamically, because Enterprise Server performs an LDAP server search each time a group lookup is needed for ACL verification. The user and group names used in the ACL file correspond to the
cnattribute of the objects in the LDAP database.
Enterprise Server uses the
cn(commonName) attribute as group name for ACLs.
The mapping from an ACL to an LDAP database is defined both in the
dbswitch.confconfiguration file (which associates the ACL database names with actual LDAP database URLs) and the ACL file (which defines which databases are to be used for which ACL). For example, if you want base access rights on membership in a group named "staff," the ACL system looks up an object that has an object class ofgroupOf<anything>and a CN set to "staff." The object defines the members of the group, either by explicitly enumerating the member DNs (as is done forgroupOfUniqueNamesfor static groups), or by specifying LDAP URLs (for example,groupOfURLs).Groups Can Be Static and Dynamic
A group object can have both
objectclass = groupOfUniqueMembersandobjectclass = groupOfURLs; therefore, both "uniqueMember" and "memberURL" attributes are valid. The group's membership is the union of its static and dynamic members.Dynamic Group Impact on Server Performance
There is a server performance impact when using dynamic groups. If you are testing group membership, and the DN is not a member of a static group, Enterprise Server checks all dynamic groups in the database's baseDN. Enterprise Server accomplishes this task by checking if each
memberURLmatches by checking its baseDN and scope against the DN of the user, and then performing a base search using the user DN as baseDN and the filter of thememberURL. This procedure can amount to a large number of individual searches.Guidelines for Creating Dynamic Groups
Consider the following guidelines when using the Enterprise Server Administration Server forms to create new dynamic groups:
- Dynamic groups can not contain other groups.
![]()
- Enter the group's LDAP URL using the following format (without
hostandportinfo, since these parameters are ignored):![]()
ldap:///<basedn>?<attributes>?<scope>?<(filter)>
- The required parameters are described in the following table:
Table 4-5 Dynamic Groups: Required Parameters
- Note that the
<attributes>,<scope>, and<(filter)>parameters are identified by their positions in the URL. If you do not want to specify any attributes, you still need to include the question marks delimiting that field.
- You can optionally also add a description for the new group.
![]()
- If any organizational units have been defined for your directory, you can specify where you want the new group to be placed using the Add New Group To list. The default location is your directory's root point, or top-most entry.
![]()
- When you are finished entering the desired information, click Create Group to add the group and immediately return to the New Group form. Alternatively, click Create and Edit Group to add the group and then proceed to the Edit Group form for the group you have just added. For information on editing groups, see "Editing Group Attributes".
![]()
To create a dynamic group entry within the directory, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Click the New Group link.
![]()
- Select Dynamic Group from the Type of Group dropdown list.
![]()
- Enter the required information and click OK.
![]()
For more information, see The New Group Page in the online help.
The Enterprise Server Administration Server enables you to edit groups and manage group memberships from the Manage Group form. This section describes the following topics:
- Finding Group Entries
![]()
- Editing Group Attributes
![]()
- Adding Group Members
![]()
- Adding Groups to the Group Members List
![]()
- Removing Entries from the Group Members List
![]()
- Managing Owners
![]()
- Managing See Alsos
![]()
- Removing Groups
![]()
- Renaming Groups
![]()
Before you can edit a group entry, first you must find and display the entry.
To find a group entry, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Click the Manage Groups link.
![]()
- Enter the name of the group that you want to find in the Find Group field.
![]()
- You can enter any of the following values in the search field:
- A name. Enter a full name or a partial name. All entries that equally match the search string are returned. If no such entries are found, all entries that contain the search string will be found. If no such entries are found, any entries that sounds like the search string are found.
![]()
- An asterisk (*) to see all of the groups currently residing in your directory. You can achieve the same effect by simply leaving the field blank.
![]()
- Any LDAP search filter. Any string that contains an equal sign (=) is considered to be a search filter.
![]()
- As an alternative, use the pull down menus in "Find all groups whose" to narrow the results of your search.
- In the Look within field, select the organizational unit under which you want to search for entries.
![]()
- The default is the directory's root point, or top-most entry.
- In the Format field, choose either On-Screen or Printer.
![]()
- Click Find.
![]()
- All the groups matching your search criteria are displayed.
- In the resulting table, click the name of the entry that you want to edit.
![]()
The "Find all groups whose" Field
The "Find all groups whose" field allows you to build a custom search filter. Use this field to narrow down the search results that are otherwise returned by Find groups.
To display all of the group entries contained in the Look Within directory, enter either an asterisk (*) or simply leave this text field blank.
For more information regarding how to build a custom search filter, see "Building Custom Search Queries".
To edit a group entry, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Click the Manage Groups link.
![]()
- Locate the group you want to edit, and type the desired changes.
![]()
- For more information regarding how to find specific entries, refer to the concepts outlined in "Finding Group Entries".
For more information about editing group attributes, see The Manage Groups Page in the online help.
It is possible that you will want to change an attribute value that is not displayed by the group edit form. In this situation, use the Directory Server
ldapmodifycommand line utility, if available.
To add members to a group, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Click the Manage Groups link.
![]()
- Locate the group you want to manage as described in "Finding Group Entries", and click the Edit button under Group Members.
![]()
- Enterprise Server displays a new form that enables you to search for entries. If you want to add user entries to the list, make sure Users is shown in the Find pull-down menu. If you want to add group entries to the group, make sure Group is shown.
- In the right-most text field, enter a search string. Enter any of the following options:
![]()
- A name. Enter a full name or a partial name. All entries whose name matches the search string is returned. If no such entries are found, all entries that contain the search string are found. If no such entries are found, any entries that sounds like the search string are found.
![]()
- A user ID if you are searching for user entries.
![]()
- A telephone number. If you enter only a partial number, any entries that have telephone numbers ending in the search number are returned.
![]()
- An email address. Any search string containing an at (@) symbol is assumed to be an email address. If an exact match cannot be found, then a search is performed to find all email addresses that begin with the search string.
![]()
- Enter either an asterisk (*) or simply leave this text field blank to see all of the entries or groups currently residing in your directory.
![]()
- Any LDAP search filter. Any string that contains an equal sign (=) is considered to be a search filter.
![]()
- Click Find and Add to find all the matching entries and add them to the group.
![]()
- If the search returns any entries that you do not want add to the group, click the box in the Remove from list? column. You can also construct a search filter to match the entries you want removed and then click Find and Remove.
- When the list of group members is complete, click Save Changes.
![]()
- The currently displayed entries are now members of the group.
For more information about adding groups members, see The Edit Members Page in the online help.
Adding Groups to the Group Members List
You can add groups (instead of individual members) to the group's members list. Doing so causes any users belonging to the included group to become a member of the receiving group. For example, if Bob Smith is a member of the Engineering Managers group, and you make the Engineering Managers group a member of the Engineering Personnel group, then Bob Smith is also a member of the Engineering Personnel group.
To add a group to the members list of another group, add the group as if it were a user entry. For more information, see "Adding Group Members".
Removing Entries from the Group Members List
To delete an entry from the group members list, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Click the Manage Groups link, locate the group you want to manage as described in "Finding Group Entries", and click the Edit button under Group Members.
![]()
- For each member that you want to remove from the list, click the corresponding box under the Remove from list? column.
![]()
- Alternatively, you can construct a filter to find the entries you want to remove and click the Find and Remove button. For more information on creating a search filter, see "Adding Group Members".
- Click Save Changes. The entry(s) are deleted from the group members list.
![]()
You manage a group's owners list the same way as you manage the group members list. The following table identifies which section to read for more information:
Table 4-6 Additional Information
"See alsos" are references to other directory entries that may be relevant to the current group. They allow users to easily find entries for people and other groups that are related to the current group.
You manage see alsos the same way as you manage the group members list. The following table shows you which section to read for more information:
Table 4-7 Additional Information
To delete a group, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Click the Manage Groups link, locate the group you want to manage as described in "Finding Group Entries", and click Delete Group.
![]()
The Enterprise Server Administration Server does not remove the individual members of the group(s) you remove; only the group entry is removed.
To rename a group, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Click the Manage Groups link and locate the group you want to manage as described in "Finding Group Entries".
![]()
- Click the Rename Group button and type the new group name in the resulting dialog box.
![]()
When you rename a group entry, you only change the group's name; you cannot use the Rename Group feature to move the entry from one organizational unit to another. For example, a business might have the following organizations:
- organizational units for Marketing and Product Management
![]()
- a group named Online Sales under the Marketing organizational unit
![]()
In this example, you can rename the group from Online Sales to Internet Investments, but you cannot rename the entry such that Online Sales under the Marketing organizational unit becomes Online Sales under the Product Management organizational unit.
An organizational unit can include a number of groups, and it usually represents a division, department, or other discrete business group. A DN can exist in more than one organizational unit.
To create an organizational unit, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Click the New Organizational Unit link and enter the required information.
![]()
For more information, see The New Organizational Unit Page in the online help.
The following notes may be of interest to the directory administrator:
- New organizational units are created using the
organizationalUnitobject class.![]()
- The distinguished name for new organizational units is of the form:
![]()
ou=new organization, ou=parent organization, ...,o=base organization, c=country
For example, if you create a new organization called Accounting within the organizational unit West Coast, and your Base DN is o=Example Corporation,
c=US, then the new organization unit's DN is:
ou=Accounting, ou=West Coast, o=Example Corporation, c=US
You edit and manage organizational units from the Organizational Unit Edit form. This section describes the following tasks:
- Finding Organizational Units
![]()
- Editing Organizational Unit Attributes
![]()
- Renaming Organizational Units
![]()
- Deleting Organizational Units
![]()
To find organizational units, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Click the Manage Organizational Units link.
![]()
- Type the name of the unit you want to find in the Find organizational unit field. You can enter any of the following in the search field:
![]()
- A name. Enter a full name or a partial name. All entries that equally match the search string will be returned. If no such entries are found, all entries that contain the search string will be found. If no such entries are found, any entries that sounds like the search string are found.
![]()
- An asterisk (*) to see all of the groups currently residing in your directory. You can achieve this same result by simply leaving the field blank.
![]()
- Any LDAP search filter. Any string that contains an equal sign (=) is considered to be a search filter.
![]()
- As an alternative, use the pull down menus in the Find all units whose field to narrow the results of your search.
- In the Look within field, select the organizational unit under which you want to search for entries.
![]()
- The default is the root point of the directory.
- In the Format field, choose either On-Screen or Printer.
![]()
- Click Find.
![]()
- All the organizational units matching your search criteria are displayed.
- In the resulting table, click the name of the organizational unit that you want to find.
![]()
The "Find all units whose" Field
The Find all units whose field allows you to build a custom search filter. Use this field to narrow down the search results that are otherwise returned by Find organizational unit.
To display all of the group entries contained in the Look Within directory, enter either an asterisk (*) or simply leave this text field blank.
For more information regarding how to build a custom search filter, see "Building Custom Search Queries".
Editing Organizational Unit Attributes
To change a organizational unit entry, access the Enterprise Server Administration Server and perform the following steps:
- Locate the organizational unit you want to edit as described in "Finding Organizational Units"
![]()
- The organizational unit edit form is displayed.
- Change the displayed fields as desired and click Save Changes.
![]()
To rename an organizational unit entry, access the Enterprise Server Administration Server and perform the following steps:
- Make sure no other entries exist in the directory under the organizational unit that you want to rename.
![]()
- Locate the organizational unit you want to edit as described in "Finding Organizational Units".
![]()
- Click the Rename button.
![]()
- Enter the new organizational unit name in the resulting dialog box.
![]()
When you rename an organizational unit entry, you can only change the organizational unit's name; you cannot use the rename feature to move the entry from one organizational unit to another.
To delete an organizational unit entry, access the Administration Server and perform the following steps:
- Make sure no other entries exist in the directory under the organizational unit that you want to rename.
![]()
- Locate the organizational unit you want to delete as described in "Finding Organizational Units".
![]()
- Click the Delete button.
![]()
- Click OK in the resulting confirmation box.
![]()
- The organizational unit is immediately deleted.
Managing a Preferred Language List
Enterprise Server enables you to display and maintain the list of preferred languages.
To manage the preferred language list, perform the following steps:
- Access the Enterprise Server Administration Server and choose the Users & Groups tab.
![]()
- Click the Manage Preferred Language List link.
![]()
- In the Display Language Selection List field, click Yes or No to specify whether Enterprise Server displays the Language Selection List.
![]()
- In the Languages in the Selection List field, click the Add to List checkbox to add each language you want specified as part of the Preferred Language List.
![]()
- Click the default value for the language you want to specify as the default language in the Preferred Language List.
![]()
- Click Save Changes.
![]()
© 2001 Sun Microsystems, Inc. Portions copyright 1999, 2002 Netscape Communications Corporation. All rights reserved.
Last Updated August 02, 2002