spring-security/ldap
Phillip Webb 834dcf5bcf Use consistent ternary expression style
Update all ternary expressions so that the condition is always in
parentheses and "not equals" is used in the test. This helps to bring
consistency across the codebase which makes ternary expression easier
to scan.

For example: `a = (a != null) ? a : b`

Issue gh-8945
2020-08-24 17:33:08 -05:00
..
src Use consistent ternary expression style 2020-08-24 17:33:08 -05:00
openldaptest.ldif SEC-1661: Use a DistinguishedName to wrap the search base to avoid the need for JNDI escaping. 2011-01-26 17:13:11 +00:00
run_slapd.sh Minor slapd config changes 2014-02-11 14:23:54 +00:00
slapd.conf Minor slapd config changes 2014-02-11 14:23:54 +00:00
spring-security-ldap.gradle Make ldap integration tests independent 2019-08-08 17:52:58 -04:00