From 74948c979ab19f20c7e5824aee50828e9bda0e35 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 6 Oct 2009 18:15:08 +0200 Subject: libwbclient: add wbcChangeTrustCredentials. Guenther --- nsswitch/libwbclient/wbclient.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'nsswitch/libwbclient/wbclient.h') diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h index e262679264..0c0c494925 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -1202,6 +1202,17 @@ wbcErr wbcResolveWinsByIP(const char *ip, char **name); wbcErr wbcCheckTrustCredentials(const char *domain, struct wbcAuthErrorInfo **error); +/** + * @brief Trigger a change of the trust credentials for a specific domain + * + * @param *domain The name of the domain. + * @param error Output details on WBC_ERR_AUTH_ERROR + * + * @return #wbcErr + **/ +wbcErr wbcChangeTrustCredentials(const char *domain, + struct wbcAuthErrorInfo **error); + /********************************************************** * Helper functions **********************************************************/ -- cgit