From: Günther Deschner Date: Mon, 8 Feb 2021 13:01:42 +0000 (+0100) Subject: s3-libnetapi: add offline domain join related error codes (not WERRORs) X-Git-Tag: talloc-2.3.3~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44bd5049e14556d3c9c803a50830a289c6ca2cdb;p=thirdparty%2Fsamba.git s3-libnetapi: add offline domain join related error codes (not WERRORs) Guenther Signed-off-by: Guenther Deschner Reviewed-by: Alexander Bokovoy --- diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 5f8a860c95c..403e2e7edd5 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -17,7 +17,18 @@ interface libnetapi const int ERROR_MORE_DATA = 234L; [public] typedef [v1_enum] enum { - NERR_Success=0 + NERR_Success = 0, + NERR_NoOfflineJoinInfo = 2709, + NERR_BadOfflineJoinInfo = 2710, + NERR_CantCreateJoinInfo = 2711, + NERR_BadDomainJoinInfo = 2712, + NERR_JoinPerformedMustRestart = 2713, + NERR_NoJoinPending = 2714, + NERR_ValuesNotSet = 2715, + NERR_CantVerifyHostname = 2716, + NERR_CantLoadOfflineHive = 2717, + NERR_Connectionsecure = 2718, + NERR_ProvisioningBlobUnsupported = 2719 } NET_API_STATUS; [public] typedef struct {