summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-04-22 14:05:30 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-05-03 14:09:14 -0400
commit8538f3d5109c548049c344fa042684d9d40f04d6 (patch)
tree743be517d7c932569a05e1e61a68cff05c2f6680 /src/providers/ldap/ldap_common.h
parentd0a10e530823d6d8eff31ef164eee9ba2fb71c63 (diff)
downloadsssd-8538f3d5109c548049c344fa042684d9d40f04d6.tar.gz
sssd-8538f3d5109c548049c344fa042684d9d40f04d6.tar.xz
sssd-8538f3d5109c548049c344fa042684d9d40f04d6.zip
LDAP: Enable looking up ID-mapped users by name
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 58054afe6..44c53ed94 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -27,6 +27,7 @@
#include "providers/ldap/sdap_id_op.h"
#include "providers/fail_over.h"
#include "providers/krb5/krb5_common.h"
+#include "lib/idmap/sss_idmap.h"
#define PWD_POL_OPT_NONE "none"
#define PWD_POL_OPT_SHADOW "shadow"