diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-05-12 12:01:03 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-05-15 08:18:29 +0200 |
commit | 413e1be7739003696fd903dd80d1ead5275fe74c (patch) | |
tree | 3787484e8d12699bfdbf28debd35c1d67dac1dda /source3/wscript | |
parent | 0239f680a79ec41ecff97eea38687eccad2b5894 (diff) | |
download | samba-413e1be7739003696fd903dd80d1ead5275fe74c.tar.gz samba-413e1be7739003696fd903dd80d1ead5275fe74c.tar.bz2 samba-413e1be7739003696fd903dd80d1ead5275fe74c.zip |
s3:auth: remove unused auth_server.c
metze
Diffstat (limited to 'source3/wscript')
-rwxr-xr-x | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 46aa582748..8bf378cd4d 100755 --- a/source3/wscript +++ b/source3/wscript @@ -1376,7 +1376,7 @@ main() { # if we include the module loader in iconv default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam - auth_sam auth_unix auth_winbind auth_wbc auth_server + auth_sam auth_unix auth_winbind auth_wbc auth_domain auth_builtin vfs_default nss_info_template idmap_tdb idmap_passdb idmap_nss''') |