meta-phosphor: bump: phosphor-dbus-interfaces and phosphor-user-manager

This application updates have a coreq - bump together.

1. phosphor-user-manager:  bump 9891f2f8f3..f5bd891cf5

Deepak Kodihalli (1):
      React to nsswitch config file changes

Nagaraju Goruganti (6):
      ldap-config: remove Bindpassword and secureLDAP property from the interface
      phosphor-ldap-conf: validate LDAP Server URI
      phosphor-ldap-conf: update nslcd.conf file for OpenLdap
      phosphor-ldap-conf: add unit tests
      phosphor-ldap-conf: update nslcd.conf file with tls_cacertfile info
      phosphor-ldap-conf: nslcd restart service getting called twice

Ratan Gupta (4):
      phosphor-ldap-conf: Don't map the uid with cn for openLDAP
      phosphor-ldap-conf: Don't create the LDAP config object
      phosphor-ldap-conf: Make correction in renaming path of nsswitch.conf
      Add readme for user manager

Tom Joseph (1):
      Refactor mapper application to enable unit tests

2. phosphor-dbus-interfaces: bump 8d656133b3..0e6d655be2

Deepak Kodihalli (1):
      Don't store LDAP Bind password

Ratan Gupta (3):
      Ldap: Remove the secure property from the ldap config and create interface
      Add errors to User/AccountPolicy interface
      Add errors to User/Attributes interface

(From meta-phosphor rev: 3d4de530e15e54856ae9a346a379fdf10bd1633b)

Change-Id: Ie99ccc9dad36bcf7d9cc7b7abb750023b97eb619
Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
index a98f26c..ff7542f 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
@@ -14,7 +14,7 @@
 DEPENDS += "sdbus++-native"
 
 SRC_URI += "git://github.com/openbmc/phosphor-dbus-interfaces"
-SRCREV = "8d656133b3f1e8699f4900e747c1db6d68c98646"
+SRCREV = "0e6d655be2bf19c61196a27e7ce36645520bc7c1"
 
 DEPENDS_remove_class-native = "sdbus++-native"
 DEPENDS_remove_class-nativesdk = "sdbus++-native"
diff --git a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
index 3fa1b70..a18ecfb 100644
--- a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
@@ -36,5 +36,5 @@
         xyz.openbmc_project.LDAP.PrivilegeMapper.service \
 "
 SRC_URI += "git://github.com/openbmc/phosphor-user-manager"
-SRCREV = "9891f2f8f330cfe678098342bd1cb536e5810233"
+SRCREV = "f5bd891cf5afb30085d1a5e93d86bd022c097238"
 S = "${WORKDIR}/git"