AMBARI-7460. Ambari needs to use password files instead of clear password in configuration file for LDAP password. Missing file.
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/464e77f0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/464e77f0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/464e77f0 Branch: refs/heads/branch-alerts-dev Commit: 464e77f0325bcf5e8fb12ec7ad1eacc77733fdf6 Parents: 1591aaa Author: Siddharth Wagle <[email protected]> Authored: Tue Sep 23 15:33:56 2014 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Tue Sep 23 15:34:02 2014 -0700 ---------------------------------------------------------------------- ambari-server/src/test/python/ldap-password.dat | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/464e77f0/ambari-server/src/test/python/ldap-password.dat ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/python/ldap-password.dat b/ambari-server/src/test/python/ldap-password.dat new file mode 100644 index 0000000..7aa311a --- /dev/null +++ b/ambari-server/src/test/python/ldap-password.dat @@ -0,0 +1 @@ +password \ No newline at end of file
