Overview | Service | Command |
Create an LDAP entry
Authorization token required | true |
Admin Authorization token required | true |
<CreateLDAPEntryRequest dn="{LDAP-DN-string}"> ## CreateLDAPEntryRequest
(<a n="{key}" /> ## Attr)*
</CreateLDAPEntryRequest>
The following table describes elements and attributes you can define within a
<CreateLDAPEntryRequest>
element:
XPath | Required / Optional | Description |
@dn | Required (only 1) | Type:String A valid LDAP DN String (RFC 2253) that describes the new DN to create |
/a | Optional (0 or more) | Attributes |
/a@n | Required (only 1) | Type:String Key |
<CreateLDAPEntryResponse> ## CreateLDAPEntryResponse
<LDAPEntry name="{ldap-entry-name}"> ## LDAPEntryInfo
(<a n="{key}" /> ## Attr)*
</LDAPEntry>
</CreateLDAPEntryResponse>
The following table describes elements and attributes you can define within a
<CreateLDAPEntryResponse>
element:
XPath | Required / Optional | Description |
/LDAPEntry | Required (only 1) | Information about the newly created LDAP Entry |
/LDAPEntry@name | Required (only 1) | Type:String LDAP Entry name |
/LDAPEntry/a | Optional (0 or more) | Attributes |
/LDAPEntry/a@n | Required (only 1) | Type:String Key |