All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.schemas.openldap.dyngroup.xml Maven / Gradle / Ivy

There is a newer version: 2.0.0.v20130628
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<schema name="dyngroup">
   <attributetypes>
      <attributetype oid="2.16.840.1.113730.3.1" obsolete="false" singlevalue="false" collective="false" nousermodification="false">
         <aliases>
            <alias>memberURL</alias>
         </aliases>
         <description>Identifies an URL associated with each member of a group. Any type of labeled URL can be used.</description>
         <superior>labeledURI</superior>
         <usage>USER_APPLICATIONS</usage>
      </attributetype>
   </attributetypes>
   <objectclasses>
      <objectclass oid="2.16.840.1.113730.3.2.33" obsolete="false">
         <aliases>
            <alias>groupOfURLs</alias>
         </aliases>
         <superiors>
            <superior>top</superior>
         </superiors>
         <type>STRUCTURAL</type>
         <mandatory>
            <attributetype>cn</attributetype>
         </mandatory>
         <optional>
            <attributetype>memberURL</attributetype>
            <attributetype>businessCategory</attributetype>
            <attributetype>description</attributetype>
            <attributetype>o</attributetype>
            <attributetype>ou</attributetype>
            <attributetype>owner</attributetype>
            <attributetype>seeAlso</attributetype>
         </optional>
      </objectclass>
   </objectclasses>
</schema>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy