CREATE DOMAIN
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Defines a security domain to authenticate users for an existing tenant or a super-tenant. The domain name must be unique within the set of domain names that are defined for a database. A tenant can be associated with multiple domains.
Syntax
|
Parameters
- domain_name
-
Specifies the name of the security domain. You must specify the domain name even if it is the same as the tenant name.
- TENANT tenant_name
-
Specifies the name of an existing tenant. For a DEFAULT tenant, you must specify
defaultas the tenant name. - SUPER_TENANT super-tenant_name
-
Specifies the name of the tenant defined as a super-tenant in the database.
- PRO_DESCRIPTION value
-
Allows you to enter an ABL description. The value attribute is an arbitrary character string.
Example
The following example illustrates how to create a tenant and a domain for the tenant.
To define a tenant called Mega_Media_Networks:
|
To define a domain for the tenant Mega_Media_Networks:
|
To specify users who can securely connect to
the domain dom_MMNet, you must create users and
associate them with the domain dom_MMNet.