summaryrefslogtreecommitdiffstats
path: root/install/share/topology-entries.ldif
diff options
context:
space:
mode:
authorLudwig Krispenz <lkrispen@redhat.com>2015-08-06 16:40:52 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-08-10 17:35:10 +0200
commit41cbea0026b191d8410af2cf00a71aad5357f43f (patch)
tree747aafa5b5250f81f29538e6c001c564afa88e61 /install/share/topology-entries.ldif
parent8b8acf95dcf0b4cc8baa2344c5e68f8632f590c1 (diff)
downloadfreeipa-cstopology.tar.gz
freeipa-cstopology.tar.xz
freeipa-cstopology.zip
handle multiple managed suffixescstopology
trigger topology updaet if suffix entry is added trigger topology update if managedSuffix is modified in host entry
Diffstat (limited to 'install/share/topology-entries.ldif')
-rw-r--r--install/share/topology-entries.ldif3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/share/topology-entries.ldif b/install/share/topology-entries.ldif
index 5ee4f617a..0f92a8826 100644
--- a/install/share/topology-entries.ldif
+++ b/install/share/topology-entries.ldif
@@ -10,4 +10,7 @@ changetype: add
objectclass: top
objectclass: iparepltopoconf
ipaReplTopoConfRoot: $SUFFIX
+nsDS5ReplicatedAttributeList: $EXCLUDES
+nsDS5ReplicatedAttributeListTotal: $TOTAL_EXCLUDES
+nsds5ReplicaStripAttrs: $STRIP_ATTRS
cn: realm
dynamic This repo is intended for SWT patches that will help to migrate from GTK+ 2 to GTK+ 3Anatoly Spektor
summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/TreeDragUnderEffect.java
blob: dd2e5712501a1fd918bbf3e71f73d5b3358bd70e (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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117