summaryrefslogtreecommitdiffstats
path: root/ldap/cm/v4confs/412/ns-netshare-schema.conf
blob: b1201ef034b070df51d98fc15bc2d9ba7b85b64d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# BEGIN COPYRIGHT BLOCK
# Copyright 2001 Sun Microsystems, Inc.
# Portions copyright 1999, 2001-2003 Netscape Communications Corporation.
# All rights reserved.
# END COPYRIGHT BLOCK
#
# Used by Netscape Enterprise Server
attribute       netshareHomeURL            ces  single
attribute       netshareServerType         cis  single
attribute       netshareHomeTheme          cis  single
attribute       netsharePrivate            cis  single
attribute       netshareMemberOf           dn
attribute       netshareUIConfig           bin  single
 
# added to either users or groups/projects to enable
# as netshare user accounts or netshare projects
objectclass netshareAccount
       requires
                objectclass,
                netshareHomeURL
       allows
                netshareServerType,
                netshareHomeTheme,
                netsharePrivate,
                netshareMemberOf,
                netshareUIConfig
 

attribute       netsharePMNewProjParent            dn   single
attribute       netsharePMSearchBase               dn   single
attribute       netsharePMProjCreationUser         dn   single
attribute       netsharePMAdmin                    dn
 
# this is for the netshare project management utility/CGI 
# that is created under the SIE; this parallels the messaging
# MLM schema somewhat to enable end-user maintenance/creation 
# of netshare projects
objectclass netshareProjectManagementGlobalConfig
        requires
                objectclass
        allows
                netsharePMNewProjParent,
                netsharePMSearchBase,
                netsharePMProjCreationUser,
                netsharePMAdmin,
                cn