Add in secure channel type used by AD trusts
authorAndrew Bartlett <abartlet@samba.org>
Wed, 1 Oct 2008 20:10:35 +0000 (13:10 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 6 Oct 2008 21:28:25 +0000 (14:28 -0700)
source4/librpc/idl/misc.idl

index 8331977398dfe1285992f765ad93512b52e99a58..791b86466ce7f1482f7d4701cda285d0c257a185 100644 (file)
@@ -30,9 +30,11 @@ interface misc
        /* Only SEC_CHAN_WKSTA can forward requests to other domains. */
 
        typedef [public] enum {
-               SEC_CHAN_WKSTA   = 2,
-               SEC_CHAN_DOMAIN  = 4,
-               SEC_CHAN_BDC     = 6
+               SEC_CHAN_NULL        = 0,
+               SEC_CHAN_WKSTA       = 2,
+               SEC_CHAN_DNS_DOMAIN  = 3,
+               SEC_CHAN_DOMAIN      = 4,
+               SEC_CHAN_BDC         = 6
        } netr_SchannelType;
 
        /* SAM database types */