diff options
author | Alexander Bokovoy <ab@samba.org> | 2012-09-11 12:29:49 +0300 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2012-09-12 08:49:32 +0200 |
commit | d55980ccad2fec5d88fceb5eef9df8df647f4e9f (patch) | |
tree | b933c1830fa8731bfc1e47337ef7c09ed8cd0c8b /source3/wscript_build | |
parent | 34bd3cba7a809e103b21c64c75230d0dc259382c (diff) | |
download | samba-d55980ccad2fec5d88fceb5eef9df8df647f4e9f.tar.gz |
s3-pdb: filter out more symbols only used in ldapsam internals
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 2903594f06..c7395e765b 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -711,7 +711,7 @@ private_pdb_match.append('!idmap_xids_to_sids') # ldap module is actually three modules merged together: ldapsam, ipa, and nds static_pdb_match = static_pdb_match + ['ldap', 'ipa', 'nds'] -ldapsam_pdb_match = ['!priv2ld', '!smbldap_search_domain_info', '!ldapsam_*', '!groupmap_attr_list*'] +ldapsam_pdb_match = ['!priv2ld', '!smbldap_search_domain_info', '!ldapsam_*', '!groupmap_attr_list*', '!get_userattr_list'] private_pdb_match.append('!pdb_nds_*') private_pdb_match.append('!pdb_init_ldapsam') private_pdb_match = private_pdb_match + ldapsam_pdb_match |