Skip to content

attributes

Ryan Newington edited this page May 27, 2016 · 1 revision

<attributes> element

The <attributes> defines which of the attributes defined in the schema-attributes element apply to this object type. The element must have one or more child attribute elements whose inner text contains the name of an attribute defined in the schema-attributes element.

Example

<attributes>
    <attribute>accountName</attribute>
    <attribute>uid</attribute>
    <attribute>gid</attribute>
    <attribute>comment</attribute>
    <attribute>homeDirectory</attribute>
    <attribute>shell</attribute>
    <attribute>accountDisabled</attribute>
</attributes>
Clone this wiki locally