You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/389ds/design/dynamic-lists-design.md
+56-1Lines changed: 56 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,62 @@ dynamicListAttr: member
74
74
75
75
-**dynamicListObjectclass** specifies the objectclass that an entry must have to be considered a dynamic entry
76
76
-**dynamicListUrlAttr** specifies the attribute in the dynamic entry that contains the LDAP URI
77
-
-**dynamicListAttr** specifies the attribute that will contain the DN of the entries that match the LDAP URI. This attribute stores the DN of an entry, so the attribute configured **MUST** have a DN syntax. Note - this can be bypassed by requesting an attribute in the LDAP URI (See Example section)
77
+
-**dynamicListAttr** specifies the attribute that will contain the DN of the entries that match the LDAP URI. This attribute stores the DN of an entry, so the attribute configured **MUST** have a DN syntax. Note - this can be bypassed by requesting an attribute in the LDAP URI (See Examples section)
78
+
79
+
You can also use a *shared config entry* with this plugin. The benefit here is that the configuration will replicate to all the servers for easier management.
0 commit comments