]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/dyngroup.schema
Fix typo
[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-2004 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, as defined by Netscape
17 #
18 # depends upon:
19 #       core.schema
20
21 objectIdentifier NetscapeRoot 2.16.840.1.113730
22
23 objectIdentifier NetscapeLDAP NetscapeRoot:3
24 objectIdentifier NetscapeLDAPattributeType NetscapeLDAP:1
25 objectIdentifier NetscapeLDAPobjectClass NetscapeLDAP:2
26
27 attributetype ( NetscapeLDAPattributeType:198
28         NAME 'memberURL'
29         DESC 'Identifies an URL associated with each member of a group. Any type of labeled URL can be used.'
30         SUP labeledURI )
31
32 objectClass ( NetscapeLDAPobjectClass:33
33         NAME 'groupOfURLs'
34         SUP top STRUCTURAL
35         MUST cn
36         MAY ( memberURL $ businessCategory $ description $ o $ ou $
37                 owner $ seeAlso ) )