Skip to content

Commit d96f608

Browse files
committed
Fix FAQ ID
Cannot have a ? in the id
1 parent f0b55e2 commit d96f608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: modules/ROOT/pages/faq.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[[operational-attributes]]
66
== Operational Attributes
77

8-
[[how-do-i-remove-an-operational-attribute-by-using-context-removeattributevalue?]]
8+
[[how-do-i-remove-an-operational-attribute-by-using-context-removeattributevalue]]
99
=== How do I remove an operational attribute by using `context.removeAttributeValue()`?
1010

1111
By default, the `DirContextAdapter` reads only the visible attributes. This is because the operational attributes are returned by the server only if explicitly asked for, and there is no way for Spring LDAP to know the attributes for which to ask. This means that the `DirContextAdapter` is not populated with the operational attributes. Consequently, the `removeAttributeValue` does not have any effect (since, from the point of view of the `DirContextAdapter`, it was not there in the first place).

0 commit comments

Comments
 (0)