summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-06-27 14:08:56 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-27 16:00:19 +0200
commit4a7e0f259bb7f1ebce48523767262addda08fe14 (patch)
tree96c20987da55b65142824a82cfb13bed3a64a71e /nsswitch
parenteba2eb8a15c7a25b1436907a5339241492c81097 (diff)
downloadsamba-4a7e0f259bb7f1ebce48523767262addda08fe14.tar.gz
krb5_plugin: Move krb5 locator plugin to krb5_plugin subdir
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13489 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/krb5_plugin/winbind_krb5_locator.c (renamed from nsswitch/winbind_krb5_locator.c)0
-rw-r--r--nsswitch/wscript_build2
2 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/winbind_krb5_locator.c b/nsswitch/krb5_plugin/winbind_krb5_locator.c
index 91a2d64d84c..91a2d64d84c 100644
--- a/nsswitch/winbind_krb5_locator.c
+++ b/nsswitch/krb5_plugin/winbind_krb5_locator.c
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index 576855bb56c..dd1952b799b 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -106,7 +106,7 @@ if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'):
if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'):
bld.SAMBA_LIBRARY('winbind_krb5_locator',
- source='winbind_krb5_locator.c',
+ source='krb5_plugin/winbind_krb5_locator.c',
deps='wbclient krb5 com_err',
realname='winbind_krb5_locator.so',
install_path='${MODULESDIR}/krb5')