createSlvKdc
SYMBOL-WS5000-MIB ·
.1.3.6.1.4.1.388.6.1.4.3.11
Object
scalar
r/w
OctetString
Configure an on-board Slave KDC.
Input string format:
<realm,master_hostname,master_ip,interface>
Input string length limits:
realm: 32 characters
hostname: 50 characters
For realm, the following characters are not allowed:
` @ # $ & ( ) = | \ ; double-quote ' < > / sp
And for hostname, only the following characters are allowed:
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_-
Also, '_' and '-' cannot be the first or last character of the hostname.
interface could be 1 or 2 (etherport no.)
Note:
If the on-board KDC is already configured as master or slave
then reconfiguring is not possible till the earlier configuration
is deleted.
Context
- MIB
- SYMBOL-WS5000-MIB
- OID
.1.3.6.1.4.1.388.6.1.4.3.11- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- kerbCfgKDC
- Siblings
- 10
Syntax
OctetString
Values & Constraints
Object Constraints
range: 0-150
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| kdcType Represent the current KDC type MASTER/SLAVE.
return string format: <master> or <slave> or <neither>
Note:
<neither> means that no KDC server has been configured yet,
and you ne… | scalar | OctetString | .1.3.6.1.4.1.388.6.1.4.3.1 |
| delMsKdc True will delete the Master KDC and false is an invalid input. | scalar | TruthValue | .1.3.6.1.4.1.388.6.1.4.3.10 |
| delSlvKdc True will delete the Slave KDC and false is an invalid input. | scalar | TruthValue | .1.3.6.1.4.1.388.6.1.4.3.12 |
| kdcRealm The REALM of the on-board KDC. The Maximum length of the KDC Realm
can be 32 characters. Note that the following characters cannot be part
of KDC Realm field - `@#$&()|\\;'<>/ =… | scalar | OctetString | .1.3.6.1.4.1.388.6.1.4.3.13 |
| interfaceNumber The Interface this KDC is to be configured on.
Valid Interface values 'ethernet1' & 'ethernet2'. | scalar | RFC1213-MIBDisplayString | .1.3.6.1.4.1.388.6.1.4.3.14 |
| addkdcMu Add a KDC user.
This is Write-only.
syntax <kdcUsername,password,ticket_life> | scalar | RFC1213-MIBDisplayString | .1.3.6.1.4.1.388.6.1.4.3.15 |
| remkdcMu Remove a KDC user
This is Write-only. | scalar | RFC1213-MIBDisplayString | .1.3.6.1.4.1.388.6.1.4.3.16 |
| masterHost The host name of a remote master KDC used by the on-board Slave-KDC.
This object is valid when the onboard KDC is configured is Slave. | scalar | OctetString | .1.3.6.1.4.1.388.6.1.4.3.7 |
| masterIPAddress The IP address of a remote master KDC used by the on-board Slave-KDC.
only valid for creating a Slave-KDC. | scalar | RFC1155-SMIIpAddress | .1.3.6.1.4.1.388.6.1.4.3.8 |
| createMsKdc Configure an on-board Master KDC.
Input string format:
<realm,interface>
Input string length limits:
realm: 32 bytes
interface integer
The following characters are not a… | scalar | OctetString | .1.3.6.1.4.1.388.6.1.4.3.9 |