In this section: |
How to: |
The Users field in the Users & Groups tab of the Security Center lists all users in the repository. The Search field in this tab allows you to search the name and description fields for users. Simple wildcard searches are supported. A toolbar allows you to perform the following actions:
In this section: |
How to: |
Users are those individuals who have access to WebFOCUS. Administrators and Group Administrators can assign users with similar responsibilities to one of the user type groups that are automatically created within a workspace. This assignment allows users to take advantage of those features and content that supports their daily activities, but prevents them from using features or content that are beyond the range of their responsibilities and authority. Administrators can adapt groups and the features and content they make available to the unique requirements of their product installation. In general, however, the four groups grant the following privileges to the users assigned to them:
Each user in the Repository is defined by a unique name, and may also be assigned a description, an email address, and a password. The user must be placed in a group at account creation and assigned a status. By default, a new user is placed in the EVERYONE group, which is the group of all users in the system, and assigned the Active status.
Any of these characteristics, except the unique username, may be edited later by an administrator.
Because user names are defined within the Repository, they need to conform to the format rules and character limitations it imposes. If your installation supports external authentication, such as that provided by Microsoft Active Directory, user names also exist in an external repository, and must conform to the format rules defined within it.
The set of characters you can use to create user names is defined by the current character encoding setting established in the application server and the Client Code pages assigned to your NLS setting. For example, if the application server is configured to support UTF-8 encoding, and the NLS Setting is also configured to support the US Unicode (UTF) code page, you can use characters in the double-byte character set (DBCS) to create user names.
To support those installations that rely on external LDAP or Active Directory authentication, WebFOCUS user names support all of the characters supported by the sAMAccountName standard. Note that the range of allowable characters for User Names in WebFOCUS is broader than the range for the sAMAccountName standard, and administrators must be careful to avoid including characters allowed by WebFOCUS but prohibited by the sAMAccountName standard in User Names.
Given these considerations, when creating user names, take the following rules into account:
Note: To prevent sign-in issues, and to conform to sAMAccountName best practices, replace characters that contain accents or other diacritical marks in user names with characters that exclude them. For example, convert Müller into Muller.
The following characters are not supported in user names : " | ; / * , ?
Note: if your user names must conform to sAMAccountName standards, you must independently ensure that user names also exclude the following characters: [ ] : = + < > \
If you support external authentication, avoid including characters in user names that your external authentication repository does not support. For more information about which characters to avoid, contact Customer Support Services.
The New User dialog box opens, as shown in the following image.
Note: The New Password and Confirm Password fields do not appear in the New User dialog box if your organization has enabled external security and assigned user authentication to a WebFOCUS Server that does not require passwords to open user accounts.
Use this button when you need to create additional users without delay. When you click this button, the New User dialog box clears, a new entry for the user appears in the Users pane of the Security Center, and you can return to the previous step to add the next user.
If you do not enter a description, the description defaults to the name. If you do not select a group and status for the user, the user will be created in the EVERYONE group and assigned the Active status, by default.
If you are creating a user that will be authenticated externally using AD or LDAP, and you want to synchronize user information with the authentication provider, leave the email and description fields blank.
In this section: |
How to: |
The Import User command automatically creates new user accounts by importing user information from a comma-separated values (.csv) text file and transferring those records to the user accounts database in the repository. This operation streamlines the creation of multiple user accounts by eliminating the necessity to open the New User dialog box, type, and save the details for each new user account, individually.
The import does not overwrite records of existing users, nor can you use it to delete existing user records. If a record in the user import file matches an existing user account, the import generates a message identifying the record that could not be imported, as shown in the following image.
You can create a new user import file by typing user information into any text editor and saving it as a comma-separated values (.csv) file. If you are exporting user information from an external source, you can create a user import file by reorganizing and reformatting the exported information, as necessary, and then saving the exported user information in a .csv file. Regardless of the method you use, you must ensure that all user import files you create conform to the format and layout requirements described in this topic and that the information within those user records conforms to the requirements described in Understanding User Record Field Format Requirements.
The user import file must not contain a header or column heading line. The first line in the file must contain the first user record. From that point on, each line within the user import file contains the record for a single new user. Multiple user records must not be placed on the same line. Because the import will end when it encounters the first blank line, do not include any blank lines between user records.
User import files that contain only those NLS characters used in the U.S. English or Western Europe code page 137 require no special encoding. However, user import files containing NLS characters from other code pages require UTF-8 encoding, without a byte order mark (BOM). To encode a user import file for UTF-8, open it in a third-party editor, change the appropriate setting to specify that the file uses UTF-8 encoding, and save it with that value.
Each user record contains the following fields: user name, password, description, email address, user status, and groups, as shown in the following image.
Within a user record, each field is separated by a comma. If the value assigned to a field includes a comma, the value in that field must be enclosed within quotation marks ("). For example the following new user record contains a comma in the third field, the description field, and is enclosed in quotation marks ("):
testadv,password,"Getting Started, Advanced User",testadv@workspace.com,ACTIVE,Getting_Started/AdvancedUsers
If a field in a user record contains no information, the record must still define a placeholder for the blank field by leaving two commas with no characters between them in the appropriate place in the record. For example, the following new user record omits the password typically found in the second field of a user entry:
testbas,,Getting Started Basic User,testbas@workspace.com,ACTIVE,Getting_Started/BasicUsers
When creating a user record, ensure that the values you assign to individual fields conform to the following requirements:
Note: When importing users to a tenant workspace that requires the use of a namespace, there is no need to type the namespace in this field if you have assigned the PREFIX or SUFFIX value to the Add Namespace When Creating Users by Group Administrators (IBI_USER_NAMESPACE) setting. The User Import process assigns the relevant namespace automatically when creating the new user record, and uses the format assigned to that setting. As a reminder, this feature is relevant only to users imported to a tenant workspace by a Group Administrator. For more information, see the definition for the Add Namespace When Creating Users by Group Administrators (IBI_USER_NAMESPACE) setting, as described in Using Advanced Settings.
The format for a group name is the workspace name, followed by a slash mark (/), and the group name. For example, the following new user record adds a user to the AdvancedUsers group of the Getting_Started workspace, as shown in the last field in the record.
testadv,password,Getting Started Advanced User,testadv@workspace.com,ACTIVE,Getting_Started/AdvancedUsers
You can include more than one group name in this field. If you choose to do so, separate each group name with a semi-colon. For example, the following new user record adds a user to the Developers group and to the GroupAdmin group within the Getting_Started workspace, as shown in the last field in the record.
testdevgrp,password,Getting Started Dev-Grp Admin,testdevgrp@workspace.com,ACTIVE,Getting_Started/Developers;Getting_Started/GroupAdmins
To prevent a user record from failing to load, any group that you identify in it must already be defined within WebFOCUS. You cannot use the import user operation to load new groups as well as users simultaneously.
Note: If you are importing users to a tenant workspace as a Group Administrator, you will be unable to assign new users to groups within that workspace. To avoid generating errors, include the name of the tenant workspace only in this field and exclude the slash mark and group name.
Before you begin, ensure that all groups that are identified in the user import file already appear in the Groups pane of the Security Center, and create any groups or workspaces that do not appear.
The import operation creates new user accounts for the users specified in the file records, and assigns the new users to the groups specified in each record.
Note: If you select Must Change Password, users will be prompted to change their password when they attempt to sign in.
The Group Membership report lists all groups to which an individual user or selected group of users is currently assigned. The list entry for each group assignment identifies a Group Name, Group Description, User Name, and User Description, as shown in the following image.
By default, the report lists entries in ascending order by Group Name. You can reorganize this default display by clicking column headings to sort the report entries in ascending or descending order based on the values in that column.
From this dialog box, you can also create an HTML version of the report, as shown in the following image.
Using commands in your browser, you can save this version of the report or send it by email to an external reviewer.
The Date and Time that appear on the HTML version of the Group Membership report use the default, locale-sensitive time format (24 hours or 12 hours AM/PM) assigned to the computer on which WebFOCUS is installed. Therefore, if you select a different language when you sign in, dates and times continue to appear in the format used by the default locale of your machine instead of the format required by the language you selected.
For example, if your installation is hosted on a machine that runs on the Windows operating system, uses English as the default language, and uses a locale-sensitive time format of 12 hours AM/PM instead of 24 hours, all times are displayed in the 12 hour AM/PM format. Even if you configure WebFOCUS to use the UNICODE code page and include the Japanese locale in the Dynamic Language Switch settings, times on this report and throughout the user interface continue to use the 12 hour AM/PM format. You cannot change the time display to a 24-hour time format unless you also add Japanese to the Windows Language configuration and change to a 24-hour time format within the Windows Date and Time settings on the machine that runs WebFOCUS.
The Group Membership report is available only to Administrators and users to whom the Security Center is also available.
The Group Membership Report dialog box opens, displaying all group assignments for your selected users.
Use the commands in your browser menu to print, save, or send the report.