diff options
author | Volker Lendecke <vl@samba.org> | 2017-01-03 07:04:59 +0000 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2017-01-09 14:34:11 +0100 |
commit | ccadd26ac7fa62520db5975278381b801824f8da (patch) | |
tree | 6e4aee5ff495462edb7f54c0b1c751a6a723cb8a /source3/wscript | |
parent | e3c3ef331aabe63a9b22876b6f6720553f6dff6b (diff) | |
download | samba-ccadd26ac7fa62520db5975278381b801824f8da.tar.gz |
auth: Remove auth_wbc
It seems that this was only used in OneFS. The filesystem parts were
removed in 2012 with 70be41c772d.
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index c6b2421c45b..9784993f536 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1663,7 +1663,7 @@ main() { forced_static_modules.extend(TO_LIST('auth_domain auth_builtin auth_sam auth_winbind')) default_static_modules.extend(TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam - auth_unix auth_wbc + auth_unix nss_info_template idmap_tdb idmap_passdb idmap_nss''')) |