summaryrefslogtreecommitdiffstats
path: root/ldap/cm/v4confs/40/ns-mlm-schema.conf
blob: 4aa8fc0707aac423780fe6c852406aa9de80800f (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
#
# BEGIN COPYRIGHT BLOCK
# Copyright 2001 Sun Microsystems, Inc.
# Portions copyright 1999, 2001-2003 Netscape Communications Corporation.
# All rights reserved.
# END COPYRIGHT BLOCK
#
#
# LDAP object classes used by MLM
#

attribute	mgmemMemberOfGroup		cis
attribute	mgmemRefDN			ces  single
attribute	mgmemMailUserPassword		bin  single
attribute	mgmemGroupMemberParam		ces
attribute	mgmemGroupServerParam		ces

attribute	mgmanJoinability		ces
attribute	mgmanJoinLocalType		cis  single
attribute	mgmanMemberVisibility		ces
attribute	mgmanIntroText			ces  single
attribute	mgmanGroupStat			ces
attribute	mgmanHidden			cis  single
attribute	mgmanGroupKey			cis  single
attribute	mgmanAllowSubscribe		cis
attribute	mgmanDenySubscribe		cis

attribute	mgmanGConfNewGroupParent	dn   single
attribute	mgmanGConfRemoteUserParent	dn   single
attribute	mgmanGConfSearchBase		dn   single
attribute	mgmanGConfGroupCreationUser	dn
attribute	mgmanGConfSearchGroupUser	dn
attribute	mgmanGConfAdmin			dn
attribute	mgmanGConfGroupTemplate		dn   single
attribute	mgmanGConfDefaultInheritance	cis
attribute	mgmanGConfKey			cis
attribute	mgmanGConfSearchAttribute	cis
attribute	mgmanGConfSearchRelationship	cis
attribute	mgmanGConfSearchTreeNode	cis


objectClass mailGroupMember
	requires
		objectClass,
		mail
	allows
		mgmemMemberOfGroup,
		mgmemRefDN,
		preferredLanguage,
		userCertificate,
		mgmemMailUserPassword,
		mgmemGroupMemberParam,
		mgmemGroupServerParam,
		c,
		cn,
		sn,
		givenName


objectClass mailGroupManagement
	requires
		objectClass
	allows
		description,
		labeledURL,
		mgmanAllowSubscribe,
		mgmanDenySubscribe,
		mgmanGroupKey,
		mgmanGroupStat,
		mgmanHidden,
		mgmanIntroText,
		mgmanJoinability,
		mgmanJoinLocalType,
		mgmanMemberVisibility,
		multilineDescription,
		userCertificate,
		userPassword

objectClass mailGroupManagement_GlobalConfig
	requires
		objectClass
	allows
		cn,
		mgmanGConfAdmin,
		mgmanGConfDefaultInheritance,
		mgmanGConfGroupCreationUser,
		mgmanGConfGroupTemplate,
		mgmanGConfKey,
		mgmanGConfNewGroupParent,
		mgmanGConfRemoteUserParent,
		mgmanGConfSearchAttribute,
		mgmanGConfSearchBase,
		mgmanGConfSearchGroupUser,
		mgmanGConfSearchRelationship,
		mgmanGConfSearchTreeNode