summaryrefslogtreecommitdiffstats
path: root/ldap/cm/v4confs/41/ns-delegated-admin-schema.conf
blob: d6304c931022fa4d6cf37ec0980eefbff4080cda (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#
# BEGIN COPYRIGHT BLOCK
# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
# Copyright (C) 2005 Red Hat, Inc.
# All rights reserved.
# END COPYRIGHT BLOCK
#
#
# Netscape Delegated Administrator LDAP Schema
#
# Version: 1.0
#
# Attributes and objectclasses for:
#
# Netscape Delegated Administrator 1.0
#
# DT 9/24/98

#############################################################
# Delegated User Administration Attributes
#############################################################

attribute       nsNumUsers		cis
attribute	nsMaxUsers		cis
attribute	nsNumDepts		cis
attribute	nsMaxDepts		cis
attribute	nsNumDomains		cis
attribute	nsDefaultMaxDeptSize	cis
attribute	nsSearchFilter	        cis

#############################################################
# Delegated User Administration Objectclasses
#############################################################

objectclass nsManagedISP
	superior top
	allows
		nsNumDomains

objectclass nsManagedDomain
	superior top
	allows
		owner,
		nsNumUsers,
		nsMaxUsers,
		nsNumDepts,
		nsMaxDepts,
		nsDefaultMaxDeptSize

objectclass nsManagedDept
	superior groupofuniquenames
	allows
		owner,
		nsNumUsers,
		nsMaxUsers

objectclass nsManagedPerson
	superior top
	allows
		owner,
		nsSearchFilter