meta-phosphor: user-manager: point at bin

The components of phosphor-user-manager are now installed into bin
instead of sbin.  Update the recipe to reflect this.

phosphor-user-manager: srcrev bump 736648e25e..c3f56c50ff

Patrick Venture (1):
      build: install into bin instead of sbin

raviteja-b (1):
      LDAP:change default values of GroupNameAttribute and UserNamAttribute

Change-Id: I6b037ca665e6d0c4b9c35794a346998a3644c93c
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/users/phosphor-user-manager_git.bb b/recipes-phosphor/users/phosphor-user-manager_git.bb
index 9fda3b0..fa680be 100644
--- a/recipes-phosphor/users/phosphor-user-manager_git.bb
+++ b/recipes-phosphor/users/phosphor-user-manager_git.bb
@@ -31,13 +31,13 @@
 
 DBUS_SERVICE_${PN} += "xyz.openbmc_project.User.Manager.service"
 FILES_phosphor-ldap += " \
-        ${sbindir}/phosphor-ldap-conf \
-        ${sbindir}/phosphor-ldap-mapper \
+        ${bindir}/phosphor-ldap-conf \
+        ${bindir}/phosphor-ldap-mapper \
 "
 DBUS_SERVICE_phosphor-ldap = " \
         xyz.openbmc_project.Ldap.Config.service \
         xyz.openbmc_project.LDAP.PrivilegeMapper.service \
 "
 SRC_URI += "git://github.com/openbmc/phosphor-user-manager"
-SRCREV = "736648e25eb250d1e200cea961fe75bf791f1355"
+SRCREV = "c3f56c50ffffe1076531eb4aad7c0a574a44841f"
 S = "${WORKDIR}/git"