diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-22 14:05:30 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-03 14:09:14 -0400 |
commit | 8538f3d5109c548049c344fa042684d9d40f04d6 (patch) | |
tree | 743be517d7c932569a05e1e61a68cff05c2f6680 /src/providers/ldap/ldap_common.h | |
parent | d0a10e530823d6d8eff31ef164eee9ba2fb71c63 (diff) | |
download | sssd-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.h | 1 |
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" |