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

neil_a_wilson
29.23.2006 7168202dbd737c64f9bc83924158bb2b56cf95d1
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
commit7168202dbd737c64f9bc83924158bb2b56cf95d1
tree 019de737d4423a070f8857d19d05b3719997a6d7 tree | zip | gz
parent 0d6c47daf12ae94aec0f633e22552f553ec5d4df 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
opends/src/server/org/opends/server/core/BindOperation.java 193 ●●●● diff | view | raw | blame | history