summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-12-01 10:07:06 +0100
committerJeremy Allison <jra@samba.org>2019-12-02 22:47:24 +0000
commit1b583bff72cb47860abc5168cc96d9087df16604 (patch)
treee8b092c2877b78d1b53b111df3e6c18e291115b8 /source3/wscript
parenta82ab4a7b3baaafab91b3e8f0746de70b07c306d (diff)
downloadsamba-1b583bff72cb47860abc5168cc96d9087df16604.tar.gz
auth3: Remove auth_script
Did this ever really work? Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Mon Dec 2 22:47:24 UTC 2019 on sn-devel-184
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index f3d0c7d7f34..bfe47c63113 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1899,7 +1899,7 @@ main() {
vfs_commit vfs_worm vfs_crossrename vfs_linux_xfs_sgid
vfs_time_audit vfs_offline vfs_virusfilter
'''))
- default_shared_modules.extend(TO_LIST('auth_script idmap_tdb2 idmap_script'))
+ default_shared_modules.extend(TO_LIST('idmap_tdb2 idmap_script'))
# these have broken dependencies
forced_shared_modules.extend(TO_LIST('idmap_autorid idmap_rid idmap_hash'))