phosphor-user-manager: srcrev bump e92f4ac75d..7ba91cba7a

Alexander Filippov (1):
      remove obsolete phosphor-ldap-mapper

Also clean up corresponding recipe entries.

Change-Id: Idd985e73d0f802743aa151c374d46ee74d363b52
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
diff --git a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager/xyz.openbmc_project.LDAP.PrivilegeMapper.service b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager/xyz.openbmc_project.LDAP.PrivilegeMapper.service
deleted file mode 100644
index abd0e69..0000000
--- a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager/xyz.openbmc_project.LDAP.PrivilegeMapper.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Phosphor LDAP privilege mapper
-
-[Service]
-ExecStart=/usr/bin/env phosphor-ldap-mapper
-SyslogIdentifier=phosphor-ldap-mapper
-Restart=always
-Type=dbus
-BusName={BUSNAME}
-
-[Install]
-WantedBy=multi-user.target
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 8386cfa..bee077c 100644
--- a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
@@ -29,7 +29,6 @@
 DBUS_SERVICE:${PN} += "xyz.openbmc_project.User.Manager.service"
 FILES:phosphor-ldap += " \
         ${bindir}/phosphor-ldap-conf \
-        ${bindir}/phosphor-ldap-mapper \
 "
 FILES:${PN} += " \
         ${base_libdir}/systemd \
@@ -38,8 +37,7 @@
 "
 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;branch=master;protocol=https"
-SRCREV = "e92f4ac75dfbff8ab8fe309a709180f32aa0b254"
+SRCREV = "7ba91cba7aa350cabc25dd92d62da1d6fa8e75c0"
 S = "${WORKDIR}/git"