Network table
A network table is used for Windows NT 4 environments and can be of one of the following network data types:
- User accounts of an OU,
- User accounts of a global group,
- User accounts of a domain
- User accounts of a single computer.
Specifying the network data type only determines the scope of the network calls to be executed by UMRA and the columns that can be shown for the corresponding network data table. To determine the data that must be collected, you must specify the actual parameters or arguments that are used to collect the network data. These are different for each network data type (see the table below).
Network table
|
Scope
|
Arguments
|
Columns
|
OU
|
User accounts of one or more OUs (including child OUs)
|
<Domain>/<OU>/<OU> or LDAP name of the object.
|
Common name
Description
Username
Display name
Domain
OrganizationalUnit
Object distinguished name
|
Global group
|
User accounts that are a member of one or more groups
|
<Domain>\<GlobalGroup> or <DomainController\<GlobalGroup>
|
Full name
Description
Username
Global group
Domain
|
Domain
|
User accounts in a domain
|
Domain name (NETBIOS or DNS format)
|
Full name
Description
Username
Domain
|
Single computer
|
User accounts that are maintained on a computer (not necessarily a domain controller).
|
Computer name (NETBIOS or DNS format)
|
Full name
Description
Username
Computer
Domain
Type
|
The columns can be assigned to a variable. When a delegate user selects an entry in the resulting network table, the name of the variable and the corresponding value will be passed to the UMRA service. See the section Processing user input for more information.
|