mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
29.23.2006 8386e64d0bd38a4c6f43459113071fe5c6223bdb
refs
author neil_a_wilson <neil_a_wilson@localhost>
Friday, September 29, 2006 23:23 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Friday, September 29, 2006 23:23 +0200
commit8386e64d0bd38a4c6f43459113071fe5c6223bdb
tree b06a1bfd2e575264c644c79559ae4be83294757e tree | zip | gz
parent 40f7d858e737a820b4d6342b2cc2985bc6d2f525 view | diff
Make a number of changes to the BindOperation class:

- It is now possible to create a bind operation with null arguments for the raw
bind DN and simple credentials and have them replaced with empty ASN.1 octet
strings.

- The ability to set the authentication type has been moved into methods for
setting the simple credentials (which inherently sets the authentication type
to simple) or SASL mechanism+credentials (which inherently sets the
authentication type to SASL).

- Issue #736: It ensures that pre-operation bind plugins get called for
anonymous simple binds.

- Issue #737: It limits the set of responses that may be returned to avoid
leaking information that may be useful to an attacker.
1 files modified
193 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/core/BindOperation.java 193 ●●●● diff | view | raw | blame | history