-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37059/
-----------------------------------------------------------
(Updated Авг. 4, 2015, 9:56 д.п.)
Review request for Ambari and Robert Levas.
Bugs: AMBARI-12627
https://issues.apache.org/jira/browse/AMBARI-12627
Repository: ambari
Description
-------
LDAP result pagination works well for large amounts of users needing to be
synchronized from Active Directory, which is the common LDAP implementation.
For those using ODSEE 11g, however, it's unsupported.
For this reason, it would be beneficial to make this pagination option
configurable.
For turning off ldap search results pagination add
authentication.ldap.pagination.enabled=false into ambari.properties file
Diffs (updated)
-----
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
50fc6a6
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/LdapSyncEventResourceProvider.java
059a228
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/LdapServerProperties.java
df314f1
ambari-server/src/main/java/org/apache/ambari/server/security/ldap/AmbariLdapDataPopulator.java
1d8fca1
ambari-server/src/test/java/org/apache/ambari/server/security/ldap/AmbariLdapDataPopulatorTest.java
fba56f9
Diff: https://reviews.apache.org/r/37059/diff/
Testing (updated)
-------
Unit tests passed
Thanks,
Dmytro Sen