Fix for issue #1562: Use of two ** notations results in bad ACI target application.
| | |
| | | // Initial piece. |
| | | subInitial = new PatternRDN[to]; |
| | | subInitial = rdnComponents.subList(0, to).toArray(subInitial); |
| | | i++; |
| | | } |
| | | |
| | | int from; |
| | |
| | | { |
| | | "bjensen", |
| | | "uid=bjensen" |
| | | } |
| | | }, |
| | | { |
| | | "uid=dmiller, **, ou=branch level two, **, ou=aci branches, " + |
| | | "dc=example,dc=com", |
| | | "uid=dmiller, ou=branch level three, ou=branch level two, " + |
| | | "ou=branch level one, ou=aci branches, dc=example,dc=com" |
| | | }, |
| | | }; |
| | | } |
| | | |
| | |
| | | "uid=bj*+cn=*,ou=people,dc=example,dc=com", |
| | | "sn=jensen+uid=bjensen,ou=people,dc=example,dc=com" |
| | | }, |
| | | { |
| | | "uid=dmiller, **, ou=Bad branch level, **, ou=aci branches, " + |
| | | "dc=example,dc=com", |
| | | "uid=dmiller, ou=branch level three, ou=branch level two, " + |
| | | "ou=branch level one, ou=aci branches, dc=example,dc=com" |
| | | }, |
| | | }; |
| | | } |
| | | |