New Application Group Dialog Box

Applies To: Windows Server 2008

Important

Authorization Manager is available for use in the following versions of Windows: Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows XP, Windows Vista, Windows 7, and Windows 8. It is deprecated as of Windows Server 2012 R2 and may be removed in subsequent versions.

 The following table describes the UI elements for this dialog box.

Item Description

Name

Provides a space for you to type the name of the new application group. An application group is a group of users of the application (for example, "Building 40 Users").

An application name must not already exist in the Authorization Store. It has a maximum size limit of 512 bytes. It cannot contain any of the characters \ / : * ? " < > | and [tab].

Description

Provides a space for you to type the description of the new application group. The description does not affect the functionality of Authorization Manager and should be meaningful to you. The description has a maximum size limit of 1024 bytes.

Group Type

Basic Application Group

Specifies that the new application group is of the basic type. The basic type of application group is based on Windows users and groups, which might include local groups, and global or universal groups that are stored in Active Directory.

LDAP Query Application Group

Specifies that the new application group is defined by an LDAP query. LDAP queries are used to find objects in Active Directory and other LDAP compliant directories. For example, the query (&(objectCategory=person)(objectClass=user)(!cn=andy)) finds everyone except Andy. The query (memberOf=CN= DogLovers,OU=Distribution Lists,DC=northwindtraders,DC=com) finds all members of the DogLovers alias at northwindtraders.com.

Business Rule Application Group

Specifies that the new application group will be defined by a Business Rule. Business rules are created by writing a script in Visual Basic Scripting Edition (VBScript) or JScript.

Additional references