]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-libnetapi: add offline domain join related error codes (not WERRORs)
authorGünther Deschner <gd@samba.org>
Mon, 8 Feb 2021 13:01:42 +0000 (14:01 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 14 Jul 2021 16:49:30 +0000 (16:49 +0000)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
source3/librpc/idl/libnetapi.idl

index 5f8a860c95caa5f1883ee22dae91bd20cdfe27b5..403e2e7edd56e74c606c16dbb2533a31a316e157 100644 (file)
@@ -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 {