Add phosphor-ldap-mapper to phosphor-ldap package

phosphor-ldap-mapper application enables user to configure privilege
mappings for LDAP groups.

Change-Id: I44e4aca8d3049dfe6c9be80e8ed6582025b749ab
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/recipes-phosphor/users/phosphor-user-manager/xyz.openbmc_project.LDAP.PrivilegeMapper.service b/recipes-phosphor/users/phosphor-user-manager/xyz.openbmc_project.LDAP.PrivilegeMapper.service
new file mode 100644
index 0000000..38c6360
--- /dev/null
+++ b/recipes-phosphor/users/phosphor-user-manager/xyz.openbmc_project.LDAP.PrivilegeMapper.service
@@ -0,0 +1,12 @@
+[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={SYSTEMD_DEFAULT_TARGET}