From 536ea32ddc61bc3f5ad34eada5788797e1771832 Mon Sep 17 00:00:00 2001 From: Tom Joseph Date: Fri, 14 Sep 2018 10:02:20 +0530 Subject: ldap: Add application to configure privilege for LDAP groups The application implements the xyz.openbmc_project.User.PrivilegeMapper D-Bus interface to configure privilege levels for LDAP groups. The Create method is used to create privilege mapping for the LDAP group. D-Bus object is created for each LDAP group and implements the D-Bus interface xyz.openbmc_project.User.PrivilegeMapperEntry. : Change-Id: I20935229a8a79ce1e52a857672a6a0085cb5ace4 Signed-off-by: Tom Joseph --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 075e76a..961e9b3 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,5 @@ Makefile.in Makefile .deps /*-libtool +.project +/phosphor-ldap-mapper/phosphor-ldap-mapper -- cgit v1.2.1