krb5_plugin: Add winbind localauth plugin for MIT Kerberos
[samba.git] / nsswitch / wscript_build
index ab8f8eaf270e4881f4b1304be839ee8c171ff48b..15e93db2f05cf950f795981a3d5220758f7c3c4e 100644 (file)
@@ -110,6 +110,12 @@ if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'):
                deps='wbclient krb5 com_err',
                realname='winbind_krb5_locator.so')
 
+if bld.CONFIG_SET('HAVE_KRB5_LOCALAUTH_PLUGIN_H'):
+    bld.SAMBA_LIBRARY('winbind_krb5_localauth',
+                      source='krb5_plugin/winbind_krb5_localauth.c',
+                      deps='wbclient krb5 com_err',
+                      realname='winbind-krb5-localauth.so')
+
 bld.SAMBA_SUBSYSTEM('WB_REQTRANS',
        source='wb_reqtrans.c',
        deps='talloc tevent LIBASYNC_REQ'