diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-09 16:04:30 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-23 16:14:19 +1100 |
commit | a6aa24428add3faeb38461929576dc28670c25c6 (patch) | |
tree | bbe544f64ca6feada5802993a501c42528659b27 /source3/libads/ads_ldap_protos.h | |
parent | 1c7725ae8a4ed3270720ce71de08f4949aa83ea7 (diff) | |
download | samba-a6aa24428add3faeb38461929576dc28670c25c6.tar.gz samba-a6aa24428add3faeb38461929576dc28670c25c6.tar.bz2 samba-a6aa24428add3faeb38461929576dc28670c25c6.zip |
s3-libads: Remove unused ads_pull_sids_from_extendeddn()
Found by callcatcher.
Andrew Bartlett
Diffstat (limited to 'source3/libads/ads_ldap_protos.h')
-rw-r--r-- | source3/libads/ads_ldap_protos.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/libads/ads_ldap_protos.h b/source3/libads/ads_ldap_protos.h index 83b6fc13da..3024ae2ea6 100644 --- a/source3/libads/ads_ldap_protos.h +++ b/source3/libads/ads_ldap_protos.h @@ -61,13 +61,6 @@ bool ads_pull_sd(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, LDAPMessage *msg, const char *field, struct security_descriptor **sd); char *ads_pull_username(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, LDAPMessage *msg); -int ads_pull_sids_from_extendeddn(ADS_STRUCT *ads, - TALLOC_CTX *mem_ctx, - LDAPMessage *msg, - const char *field, - enum ads_extended_dn_flags flags, - struct dom_sid **sids); - ADS_STATUS ads_find_machine_acct(ADS_STRUCT *ads, LDAPMessage **res, const char *machine); ADS_STATUS ads_find_printer_on_server(ADS_STRUCT *ads, LDAPMessage **res, |