]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/dyngroup.schema
happy new year
[openldap] / servers / slapd / schema / dyngroup.schema
1 # dyngroup.schema -- Dynamic Group schema
2 # $OpenLDAP$
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ##
5 ## Copyright 1998-2007 The OpenLDAP Foundation.
6 ## All rights reserved.
7 ##
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
10 ## Public License.
11 ##
12 ## A copy of this license is available in the file LICENSE in the
13 ## top-level directory of the distribution or, alternatively, at
14 ## <http://www.OpenLDAP.org/license.html>.
15 #
16 # Dynamic Group schema (experimental), as defined by Netscape.  See
17 # http://enterprise.netscape.com/docs/enterprise/60/admin/esusrgrp.htm#1019520
18 # for details.
19 #
20 # depends upon:
21 #       core.schema
22 #
23 # These definitions are considered experimental due to the lack of
24 # a formal specification (e.g., RFC).
25 #
26 # Not recommended for production use!  Use with caution!
27
28 objectIdentifier NetscapeRoot 2.16.840.1.113730
29
30 objectIdentifier NetscapeLDAP NetscapeRoot:3
31 objectIdentifier NetscapeLDAPattributeType NetscapeLDAP:1
32 objectIdentifier NetscapeLDAPobjectClass NetscapeLDAP:2
33
34 attributetype ( NetscapeLDAPattributeType:198
35         NAME 'memberURL'
36         DESC 'Identifies an URL associated with each member of a group. Any type of labeled URL can be used.'
37         SUP labeledURI )
38
39 objectClass ( NetscapeLDAPobjectClass:33
40         NAME 'groupOfURLs'
41         SUP top STRUCTURAL
42         MUST cn
43         MAY ( memberURL $ businessCategory $ description $ o $ ou $
44                 owner $ seeAlso ) )