diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2014-11-29 10:10:07 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-12-03 11:09:08 +0100 |
commit | 75afab247bc9d1a27dce0b1a4b1ca6ebe106b887 (patch) | |
tree | 8687fab5590db842f4707c846bffab4f805d9d0d /src | |
parent | 543d1652e0185abadd5d8b45c718a3db96cd2828 (diff) | |
download | sssd-75afab247bc9d1a27dce0b1a4b1ca6ebe106b887.tar.gz sssd-75afab247bc9d1a27dce0b1a4b1ca6ebe106b887.tar.xz sssd-75afab247bc9d1a27dce0b1a4b1ca6ebe106b887.zip |
LDAP: Remove useless include
Using a PAM include file in an LDAP child is confusing.
Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/providers/ldap/ldap_child.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/providers/ldap/ldap_child.c b/src/providers/ldap/ldap_child.c index f7f8d1d2e..a1e250c46 100644 --- a/src/providers/ldap/ldap_child.c +++ b/src/providers/ldap/ldap_child.c @@ -27,8 +27,6 @@ #include <sys/stat.h> #include <popt.h> -#include <security/pam_modules.h> - #include "util/util.h" #include "util/sss_krb5.h" #include "util/child_common.h" |