summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2016-01-20 13:07:23 +0100
committerJakub Hrozek <jhrozek@redhat.com>2016-06-20 14:48:46 +0200
commitcc2d77d5218c188119fa954c856e858cbde76947 (patch)
tree6eb9a9d69fb5964bbd1d2908cfba7a748b90bc06 /src/providers/krb5
parent0429e21a45aa26c133cb4d8285a60446a0611e44 (diff)
downloadsssd-cc2d77d5218c188119fa954c856e858cbde76947.tar.gz
sssd-cc2d77d5218c188119fa954c856e858cbde76947.tar.xz
sssd-cc2d77d5218c188119fa954c856e858cbde76947.zip
Rename dp_backend.h to backend.h
Reviewed-by: Sumit Bose <sbose@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/providers/krb5')
-rw-r--r--src/providers/krb5/krb5_auth.h2
-rw-r--r--src/providers/krb5/krb5_child.c2
-rw-r--r--src/providers/krb5/krb5_common.c2
-rw-r--r--src/providers/krb5/krb5_common.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/providers/krb5/krb5_auth.h b/src/providers/krb5/krb5_auth.h
index 205e70665..1822f2b98 100644
--- a/src/providers/krb5/krb5_auth.h
+++ b/src/providers/krb5/krb5_auth.h
@@ -29,7 +29,7 @@
#include <pcre.h>
#include "util/sss_krb5.h"
-#include "providers/dp_backend.h"
+#include "providers/backend.h"
#include "util/child_common.h"
#include "providers/krb5/krb5_common.h"
#include "providers/krb5/krb5_ccache.h"
diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c
index 3157e38af..3b3ebd9a9 100644
--- a/src/providers/krb5/krb5_child.c
+++ b/src/providers/krb5/krb5_child.c
@@ -35,7 +35,7 @@
#include "util/child_common.h"
#include "util/find_uid.h"
#include "src/util/util_errors.h"
-#include "providers/dp_backend.h"
+#include "providers/backend.h"
#include "providers/krb5/krb5_auth.h"
#include "providers/krb5/krb5_utils.h"
#include "sss_cli.h"
diff --git a/src/providers/krb5/krb5_common.c b/src/providers/krb5/krb5_common.c
index 1b2aabec5..5f6173179 100644
--- a/src/providers/krb5/krb5_common.c
+++ b/src/providers/krb5/krb5_common.c
@@ -28,7 +28,7 @@
#include <arpa/inet.h>
#include <ctype.h>
-#include "providers/dp_backend.h"
+#include "providers/backend.h"
#include "providers/krb5/krb5_common.h"
#include "providers/krb5/krb5_opts.h"
#include "providers/krb5/krb5_utils.h"
diff --git a/src/providers/krb5/krb5_common.h b/src/providers/krb5/krb5_common.h
index 34c0eb960..367b56e08 100644
--- a/src/providers/krb5/krb5_common.h
+++ b/src/providers/krb5/krb5_common.h
@@ -29,7 +29,7 @@
#include "config.h"
#include <stdbool.h>
-#include "providers/dp_backend.h"
+#include "providers/backend.h"
#include "util/util.h"
#include "util/sss_krb5.h"