admdn6(1M) DG/UX B2 Security R4.12MU02 admdn6(1M)
NAME
admdn6 - Administer Dn6 Trusted IP configuration
SYNOPSIS
admdn6 -o list param log-level
admdn6 -o get param log-level
admdn6 -o set param log-level value
admdn6 -o add rule new-rule
admdn6 [-a] -o insert rule existing-rule-name new-rule
admdn6 -o set rule existing-rule-name new-rule
admdn6 -o delete rule existing-rule-name
admdn6 -o list rule
admdn6 -o print rule [existing-rule-name]
admdn6 -o list domain
admdn6 -o list attrs [base]
admdn6 -o list local names attribute
DESCRIPTION
admdn6 administers the dn6d configuration file. The dn6d daemon is
also known as the Trusted IP daemon.
Parameter Operations
The following operations are performed on parameters in the
configuration file. The only parameter is log-level which controls
the level of information which is logged for a rule with the log
action.
list param log-level
List all possible values for log-level. See the
dn6d.config(4M) manual page for a description of each of
these values.
get param log-level
Get the current value of the log-level parameter.
set param log-level value
Set the value of log-level to value.
Rule Operations
The following are operations on rules:
admdn6 -o add rule new-rule
Append the rule new-rule to the existing list of rules.
The format of new-rule has many defaults and is extremely
variable. It's exact format is specified by the
dn6d.config(4M) manual page.
admdn6 [-a] -o insert rule existing-rule-name new-rule
Insert new-rule before (or after if the -a is specified)
the existing rule with the name existing-rule-name.
admdn6 -o set rule existing-rule-name new-rule
Replace the existing rule with the name existing-rule-name
with new-rule.
admdn6 -o delete rule existing-rule-name
Delete the existing rule with the name existing-rule-name.
admdn6 -o list rule
Print a list of rule names.
admdn6 -o print rule [existing-rule-name]
Print all rules, or if existing-rule-name is specified,
print only the rule with the name existing-rule-name.
Domain Operations
The following are operations on domains:
admdn6 -o list domain
Print a list of all domain names.
Attribute Operations
The following are operations on attributes:
admdn6 -o list attrs [base]
List all attributes, or base attributes if base is
specified.
admdn6 -o list local-names [base-attribute]
If a base-attribute is not specified, list all base
attributes which have local names; otherwise, list all
values for the specified base-attribute.
EXAMPLES
To list all the hierarchy names:
# admdn6 -o list local-names hierarchy
HIERIMPLHI
HIGHLYRESTRICTED
MODERATELYRESTRICTED
RESTRICTED
CONFIDENTIAL
UNRESTRICTED
HIERIMPLLO
FILES
/etc/tcb/dn6/dn6d.config
DIAGNOSTICS
Exit Codes
0 successful
1 Failed with error
2 Failed with access restriction
3 Failed with error on command line.
SEE ALSO
dn6(5), dn6d(1M), dn6d.config(4M).
Licensed material--property of copyright holder(s)