]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/dyngroup.schema
Add pointer to an existing document since the netscape.com URLs are dead.
[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 # The above URL is no longer valid; an archive of old Netscape documentation
21 # is available here:
22 # http://www.redhat.com/docs/manuals/ent-server/
23 #
24 # depends upon:
25 #       core.schema
26 #
27 # These definitions are considered experimental due to the lack of
28 # a formal specification (e.g., RFC).
29 #
30 # Not recommended for production use!  Use with caution!
31
32 objectIdentifier NetscapeRoot 2.16.840.1.113730
33
34 objectIdentifier NetscapeLDAP NetscapeRoot:3
35 objectIdentifier NetscapeLDAPattributeType NetscapeLDAP:1
36 objectIdentifier NetscapeLDAPobjectClass NetscapeLDAP:2
37
38 attributetype ( NetscapeLDAPattributeType:198
39         NAME 'memberURL'
40         DESC 'Identifies an URL associated with each member of a group. Any type of labeled URL can be used.'
41         SUP labeledURI )
42
43 objectClass ( NetscapeLDAPobjectClass:33
44         NAME 'groupOfURLs'
45         SUP top STRUCTURAL
46         MUST cn
47         MAY ( memberURL $ businessCategory $ description $ o $ ou $
48                 owner $ seeAlso ) )