diff options
author | Günther Deschner <gd@samba.org> | 2008-06-24 13:02:03 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-24 23:37:49 +0200 |
commit | 7b1f015675b99c3ee8620bd0113b817a910a0727 (patch) | |
tree | 64d79cef2ada279c0ec4dae97413f151d55a6b64 /source3/include | |
parent | 6b4b76c40e965c7544097aa652eb6455af2ae8c1 (diff) | |
download | samba-7b1f015675b99c3ee8620bd0113b817a910a0727.tar.gz |
libads: add ads_connect_user_creds() that won't overwrite given user creds.
Guenther
(This used to be commit 026018c9f1ed0680b3ca5b26dd6b8dc466e27e0d)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 68e39263423..75b616b300f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2063,6 +2063,7 @@ bool ads_sitename_match(ADS_STRUCT *ads); bool ads_closest_dc(ADS_STRUCT *ads); bool ads_try_connect(ADS_STRUCT *ads, const char *server ); ADS_STATUS ads_connect(ADS_STRUCT *ads); +ADS_STATUS ads_connect_user_creds(ADS_STRUCT *ads); void ads_disconnect(ADS_STRUCT *ads); ADS_STATUS ads_do_search_all_fn(ADS_STRUCT *ads, const char *bind_path, int scope, const char *expr, const char **attrs, |