[ 
https://issues.apache.org/jira/browse/AMBARI-22667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320679#comment-16320679
 ] 

Hudson commented on AMBARI-22667:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8586 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/8586/])
AMBARI-22667: Use internal LDAP configuration values rather than (smolnar: 
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=0aaf8c85347869efce154fc6686837027aa92cbc])
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/configuration/ComponentSSLConfiguration.java
* (edit) ambari-server/src/main/windows/ambari-server.ps1
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderTest.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/controller/ControllerModule.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AuthorizationTestModuleForLdapDNWithSpace.java
* (add) 
ambari-server/src/test/java/org/apache/ambari/server/utils/PasswordUtilsTest.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/orm/GuiceJpaInitializer.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProvider.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/LdapServerProperties.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/UsersTest.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapBindAuthenticatorTest.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/LdapServerPropertiesTest.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/security/ldap/AmbariLdapDataPopulatorTest.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/ldap/domain/AmbariLdapConfiguration.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/ldap/service/AmbariLdapConfigurationProvider.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/security/ldap/AmbariLdapDataPopulator.java
* (add) 
ambari-server/src/test/java/org/apache/ambari/server/ldap/AmbariLdapConfigurationTest.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/security/ldap/LdapPerformanceTest.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/Users.java
* (add) 
ambari-server/src/main/java/org/apache/ambari/server/configuration/LdapUsernameCollisionHandlingBehavior.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/orm/AmbariLocalSessionInterceptor.java
* (add) 
ambari-server/src/main/java/org/apache/ambari/server/utils/PasswordUtils.java
* (edit) ambari-server/src/main/python/ambari-server.py
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/ldap/domain/AmbariLdapConfigurationKeys.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/configuration/ConfigurationTest.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/events/AmbariEvent.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AuthorizationTestModule.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDNWithSpaceTest.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDuplicateUserTest.java
* (edit) ambari-server/sbin/ambari-server
* (add) 
ambari-server/src/main/java/org/apache/ambari/server/events/JpaInitializedEvent.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/AmbariLdapBindAuthenticator.java


> Use internal LDAP configuration values rather than ambari.properties values 
> when accessing the configured LDAP server
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-22667
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22667
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>    Affects Versions: 3.0.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Critical
>              Labels: ldap
>             Fix For: 3.0.0
>
>
> Use internal LDAP configuration values rather than ambari.properties values 
> when accessing the configured LDAP server for LDAP sync and authentication. 
> * Deprecate {{setup-ldap}} from the {{ambari-server}} script.  
> ** Rather then perform any operations, alert user to configure LDAP 
> integration from the Ambari UI
> * Lookup LDAP-specific properties from the Ambari configuration data under 
> the "ldap-configuration" category.
> * Remove relevant properties from 
> {{org.apache.ambari.server.configuration.Configuration}}
> ** ambari.ldap.isConfigured
> ** authentication.ldap.useSSL
> ** authentication.ldap.primaryUrl
> ** authentication.ldap.secondaryUrl
> ** authentication.ldap.baseDn
> ** authentication.ldap.bindAnonymously
> ** authentication.ldap.managerDn
> ** authentication.ldap.managerPassword
> ** authentication.ldap.dnAttribute
> ** authentication.ldap.usernameAttribute
> ** authentication.ldap.username.forceLowercase
> ** authentication.ldap.userBase
> ** authentication.ldap.userObjectClass
> ** authentication.ldap.groupBase
> ** authentication.ldap.groupObjectClass
> ** authentication.ldap.groupNamingAttr
> ** authentication.ldap.groupMembershipAttr
> ** authorization.ldap.adminGroupMappingRules
> ** authentication.ldap.userSearchFilter
> ** authentication.ldap.alternateUserSearchEnabled
> ** authentication.ldap.alternateUserSearchFilter
> ** authorization.ldap.groupSearchFilter
> ** authentication.ldap.referral
> ** authentication.ldap.pagination.enabled
> ** authentication.ldap.sync.userMemberReplacePattern
> ** authentication.ldap.sync.groupMemberReplacePattern
> ** authentication.ldap.sync.userMemberFilter
> ** authentication.ldap.sync.groupMemberFilter
> ** ldap.sync.username.collision.behavior
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to