Skip to content

Commit d10069f

Browse files
rwinchjzheaux
authored andcommitted
Insert explicit ids for headers
1 parent 49c3a8c commit d10069f

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

modules/ROOT/pages/faq.adoc

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
[[spring-ldap-faq]]
12
= Spring LDAP FAQ
23

4+
[[operational-attributes]]
35
== Operational Attributes
46

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

710
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)