How to install and administer the Authorization Manager in Windows Server 2003 (324470)
The information in this article applies to:
- Microsoft Windows Server 2003, Enterprise Edition
- Microsoft Windows Server 2003, Standard Edition
- Microsoft Windows Small Business Server 2003, Premium Edition
- Microsoft Windows Small Business Server 2003, Standard Edition
This article was previously published under Q324470 SUMMARY This article describes how to install and work with the
Authorization Manager in a Windows Server 2003 environment. The following tasks
were performed by a member of the administrators group on a computer running
Windows Server 2003, Enterprise Edition.
back to the top
Starting the Authorization Manager To start Authorization Manager, do one of the following:
- Click Start, click Run, type azman.msc, and then click OK.
-or- - Click Start, click Run, and then type cmd in Open box. At the command prompt, type azman.msc, and then press ENTER.
NOTE: Authorization Manager opens without a default authorization
store. To use Authorization Manager you must create or open an authorization
store.
For advanced users: If you create and save your own MMC console, it opens in
whatever configuration you save it in, and it can include an authorization
store.
back to the top
Setting the Authorization Manager Options- Open Authorization Manager (see the "Starting the
Authorization Manager" section of this article).
- In the Authorization Manager console, right-click Authorization Manager, and then click Options.
- In the Options dialog box, select either Developer mode or
Administrator mode, and then click OK.
NOTE: In developer mode, users can create, deploy, and maintain
applications. Users have unrestricted access to all features.
In
administrator mode, users can deploy and maintain applications. Users have
access to all features except that they cannot create new applications and
define operations.
A developer runs Authorization Manager first, to
set up an authorization store and application. After the developer has done
that, an administrator typically runs authorization manager. If you are using
Authorization Manager effectively, Administrator-mode usage should be much more
common than Developer-mode usage.
back to the top
Working with Authorization StoresCreating an Authorization Store- Open Authorization Manager, right-click Authorization Manager, click Options, select Developer mode, and then click OK.
- In the Authorization Manager console, right-click Authorization Manager, click New, and then click Authorization Store.
- Select either Active Directory or XML file as the store type.
- Type a complete store name in the Store
name box, or use the Locations button to select a location by using the New Authorization Store dialog box.
- If it is an Active Directory authorization store, use the
LDAP name -- for example CN=myStore,CN=Program Data,OU=Authorization,DN=myCompany,DN=com. If it is an XML authorization store, use a path and file name
that will be valid at run time -- for example C:\AuthStores\MyStore.xml.
- Type a description of the new authorization store in the Description box, and then click OK.
NOTE: Authorization stores can be created only in Developer mode. See
the "Setting the Authorization Manager Options" section of this article for
instructions about setting Developer mode.
back to the top
Editing the Properties of an Authorization Store- Open Authorization Manager.
- In the Authorization Manager console, right-click Authorization Manager, and then click Open Authorization Store.
- Select the type of authorization store that you want to
open -- either Active Directory or XML file.
- Click Browse, locate the authorization store that you want, and then
double-click it.
- Click OK in the Open Authorization Store dialog box.
back to the top
Creating a Group in an Authorization Store- Open Authorization Manager.
- Create or select an authorization store.
- Right-click the Groups folder that appears under the authorization store, click New, and then click Application Group.
- In the New Application Group dialog box, type a name and a description for the group, and then
click Basic or LDAP query for the group type.
- Click OK.
back to the top
Editing the Properties of a Group in an Authorization Store- Open Authorization Manager.
- Create or select an authorization store.
- Double-click the Groups folder that appears under the authorization store icon.
The groups that you see are the groups whose scope is the authorization
store. - Click to select, or double-click to edit the properties of,
the group that you want.
back to the top
Working With ApplicationsCreating an ApplicationNote To perform this procedure, you must have previously created an authorization store. - Open Authorization Manager.
- In the Authorization Manager console, right-click the icon
of the authorization store for which you want to create an application, click New Application.
- In the New Application dialog box, enter the name, description, and (if you want) the
optional version information.
- Click OK.
back to the top
Editing the Properties of an ApplicationNote To perform this procedure, you must have previously created an authorization store. - Open Authorization Manager.
- In the Authorization Manager console, click the
authorization store that contains the application.
- Double-click the application.
The application is
now selected, and the folders containing the Groups, Definitions and Role
Assignments associated with the application appear in the console.
back to the top
Creating a Group in an ApplicationNote To perform this procedure, you must have previously created an authorization store. - Open Authorization Manager.
- Create or select an application in an authorization
store.
- Right-click the Groups folder for that application, click New Application Group.
- In the New Application Group dialog box, type a name and a description for the group, and then
click Basic or LDAP query for the group type.
- Click OK.
back to the top
Editing Properties of a Group in an ApplicationNote To perform this procedure, you must have previously created an authorization store. - Open Authorization Manager.
- Create or select an application in an authorization store.
- Double-click the Groups folder for that application.
- Click any group in the application folder to select it, or
double-click it to edit its properties.
back to the top
Creating a Role Assignment in an ApplicationNote To perform this procedure, you must have previously created an authorization store. - Open Authorization Manager.
- Create or select an application in an authorization store.
- Right-click the Role Assignments folder for that application, and then click Assign Role.
- In the Add Role dialog box, click to select the appropriate check boxes to add
the role definitions that you want, and then click OK.
back to the top
Editing Properties of a Role Assignment in an ApplicationNote To perform this procedure, you must have previously created an authorization store. - Open Authorization Manager.
- In the console tree navigate to Role Assignment, right-click, and then click Properties.
- Authorization Manager
- Authorization Store path and name
- Application name
- Role Assignments
- Role Assignment
- Optionally, you can use the Show Definition button to see or edit the Role Definition upon which the Role
Assignment is based, and then click OK in the Role Definition Properties dialog box.
- Type a name and a description for the Role Assignment in
the Role Assignment Properties dialog box, and then click OK.
back to the top
Working with Roles, Tasks, and Operation DefinitionsCreating a Role DefinitionNote To perform this procedure, you must have previously created an authorization store. - Open Authorization Manager.
- In the Authorization Manager console, right-click the Role Definitions folder in which to create the role definition. The Role Definitions folder may be defined at the Application level:
- Authorization Manager
- Authorization Store path and name
- Application name
- Definitions
- Role Definitions
- Or the Role Definitions folder may be defined at the Scope level:
- Authorization Store path and name
- Application name
- Scope name
- Definitions
- Role Definitions
- Click New Role Definition.
- In the New Role dialog box, type a Name and Description of the role. Optionally, you can specify any tasks, roles, and
authorization scripts to be included in this new role.
- Click OK.
back to the top
Editing a Role DefinitionNote To perform this procedure, you must have previously created an authorization store. - Open Authorization Manager.
- In the Authorization Manager console, double-click the Role Definitions folder containing the role definition you want to edit. The Role Definitions folder may be defined at the Application level:
- Authorization Manager
- Authorization Store path and name
- Application name
- Definitions
- Role Definitions
- Or the Role Definitions folder may be defined at the Scope level:
- Authorization Manager
- Authorization Store path and name
- Application name
- Scope name
- Definitions
- Role Definitions
- Double-click the Role Definition.
- On the General tab of the Properties dialog box for the role definition, you can type a Name and Description of the role. On the Definition tab, you can specify any tasks, roles, and authorization scripts
to be included in the role.
- Click OK.
back to the top
Creating a Task DefinitionNote To perform this procedure, you must have previously created an authorization store. - Open Authorization Manager.
- In the Authorization Manager console, right-click the Task Definitions folder in which to create the task definition. The Task Definitions folder may be defined at the Application level:
- Authorization Manager
- Authorization Store path and name
- Application name
- Definitions
- Task Definitions
- Or the Task Definitions folder may be defined at the Scope level:
- Authorization Manager
- Authorization Store path and name
- Application name
- Scope name
- Definitions
- Task Definitions
- Click New Task Definition.
- In the New Task dialog box, type a Name and Description of the task. Optionally, you can specify any tasks, operations,
and authorization scripts to be included in this new task.
- Click OK.
back to the top
Editing a Task DefinitionNote To perform this procedure, you must have previously created an authorization store. - Open Authorization Manager.
- In the Authorization Manager console, double-click the Task Definitions folder containing the task definition you want to edit. The Task Definitions folder may be defined at the Application level:
- Authorization Manager
- Authorization Store path and name
- Application name
- Definitions
- Task Definitions
- Or the Task Definitions folder may be defined at the Scope level:
- Authorization Manager
- Authorization Store path and name
- Application name
- Scope name
- Definitions
- Task Definitions
- Double-click the Task Definition.
- On the General tab of the Properties dialog box for the task definition, you can type a Name and Description of the task. On the Definition tab, you can specify any tasks, roles, and authorization scripts
to be included in task.
- Click OK.
back to the top
Creating an Operation DefinitionNote To perform this procedure, you must have previously created an authorization store. In the authorization store, you must also have created an
application. Operation definitions can be created only in Developer mode, not
Administrator mode. - Open Authorization Manager.
- In the console tree, right-click Authorization Manager, and then click Options.
- Select Developer mode if it is not already selected, and then click OK.
- In the Authorization Manager console, right-click the Operation Definitions folder in which to create the operation definition.
- Authorization Manager
- Authorization Store path and name
- Application name
- Definitions
- Operation Definitions
- Click New Operation Definition.
- In the New Operation dialog box, type a Name, a Description and an Operation number.
- Click OK.
back to the top
Editing an Operation DefinitionNote To perform this procedure, you must have previously created an authorization store. - Open Authorization Manager.
- In the console tree, right-click Authorization Manager, and then click Options.
- Select Developer mode if it is not already selected, and then click OK.
- In the Authorization Manager console, double-click the Operation Definitions folder containing the operation definition you want to edit.
- Authorization Manager
- Authorization Store path and name
- Application name
- Definitions
- Operation Definitions
- Double-click the operation definition you want to edit.
- Type a Name, a Description and an Operation number.
- Click OK.
back to the top
Working with ScopesCreating a ScopeNote To perform this procedure, you must have previously created an authorization store. - Open Authorization Manager.
- Select the application in which you want to create the
scope.
- Authorization Manager
- Authorization Store path and name
- Application name
- Right-click the application, click New Scope.
- In New Scope dialog box, type a name and a description for the scope.
- Click OK.
back to the top
Editing the Properties of a ScopeNote To perform this procedure, you must have previously created an authorization store. - Open Authorization Manager.
- Right-click the scope whose properties you want to edit.
- Authorization Manager
- Authorization Store path and name
- Application name
- Scope name
- Click Properties.
- On the General tab of the properties dialog box for the scope, type a name and a
description for the scope.
- Click the Auditing tab. Click to select or clear the check box to enable or disable
Authorization manager auditing.
- Click OK.
back to the top
Creating a Role Assignment in a ScopeNote To perform this procedure, you must have previously created an authorization store. In the authorization store. - Open Authorization Manager.
- Right-click the Role Assignments folder.
- Authorization Manager
- Authorization Store path and name
- Application name
- Scope name
- Role Assignments
- Click Assign Role.
- Click to select the check boxes of any Role Definitions
that you want add to the Role Assignment, and then click OK.
back to the top
Editing Properties of a Role Assignment in a ScopeNote To perform this procedure, you must have previously created an authorization store. - Open Authorization Manager.
- Right-click the Role Assignment, and then click Properties.
- Authorization Manager
- Authorization Store path and name
- Application name
- Scope name
- Role Assignments
- Role Assignment
- Optionally, you can use the Show Definition button to see or edit the Role Definition upon which the Role
Assignment is based, and then click OK in the Role Definition Properties dialog box.
- Type a name and a description for the Role Assignment in
the Role Assignment Properties dialog box, and then click OK.
back to the top
Modification Type: | Major | Last Reviewed: | 1/22/2006 |
---|
Keywords: | kbMgmtServices kbHOWTOmaster KB324470 kbAudITPro |
---|
|