Hi,

I’m trying to setup MAPIProxy to proxy MAPI\RPC between Outlook 2010 and 
Exchange 2010. I reconfigured Samba4 with ADS support since my proxy server is 
a member server and not a DC.  

The smb.conf:
[global]
workgroup = ACME
realm = ACME.COM
security = ads
idmap config * : range = 16777216-33554431
winbind use default domain = true
winbind offline logon = false

### Configuration required by mapiproxy ###
dcesrv:assoc group checking = false
dcerpc endpoint servers = epmapper, mapiproxy

dcerpc_mapiproxy:binding = ncacn_ip_tcp:exchange.acme.com[print]
dcerpc_mapiproxy:username = User1
dcerpc_mapiproxy:password = password!
dcerpc_mapiproxy:domain = ACME.COM
dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, exchange_ds_rfr
dcerpc_mapiproxy:modules = downgrade

server role               = member server
aux_methods:member server = sam

Samba was configured with:
./samba-tool domain provision --realm=ACME.COM --domain=ACME 
--adminpass=password!' --server-role='member'
./samba-tool domain join ACME.COM MEMBER -U Administrator
./samba-tool user create User1 password!' 

When I start Samba with:
./samba -d5 -i -M single

When Outlook starts I see the following in the console:
mapiproxy::mapiproxy_op_ndr_pull
mapiproxy::mapiproxy_op_dispatch: [tv=1393908344.428940] [#1 start]
mapiproxy::mapiproxy_op_dispatch: NspiBind(0x0): 48 bytes
     NspiBind: struct NspiBind
        in: struct NspiBind
            dwFlags                  : 0x00000000 (0)
                   0: fAnonymousLogin          
            pStat                    : *
                pStat: struct STAT
                    SortType                 : SortTypeDisplayName (0)
                    ContainerID              : 0x00000000 (0)
                    CurrentRec               : MID_BEGINNING_OF_TABLE (0)
                    Delta                    : 0
                    NumPos                   : 0x00000000 (0)
                    TotalRecs                : 0x00000000 (0)
                    CodePage                 : 0x000004e4 (1252)
                    TemplateLocale           : 0x00000409 (1033)
                    SortLocale               : 0x00000409 (1033)
            mapiuid                  : *
                mapiuid                  : 00000000-0000-0000-0000-000000000000
     NspiBind: struct NspiBind
        out: struct NspiBind
            mapiuid                  : *
                mapiuid                  : 738335c8-6e5e-43a4-9ab4-bea8cdf2bf3a
            handle                   : *
                handle: struct policy_handle
                    handle_type              : 0x00000000 (0)
                    uuid                     : 
13e4a738-f2ee-45d7-b8b3-4eab99b8d92a
            result                   : MAPI_E_SUCCESS (0x0)
mapiproxy::mapiproxy_op_dispatch: [tv=1393908344.433990] [#1 end]
mapiproxy::mapiproxy_op_reply
mapiproxy::mapiproxy_op_ndr_push:q
mapiproxy::mapiproxy_op_ndr_pull
mapiproxy::mapiproxy_op_dispatch: [tv=1393908344.459282] [#2 start]
mapiproxy::mapiproxy_op_dispatch: NspiBind(0x0): 48 bytes
     NspiBind: struct NspiBind
        in: struct NspiBind
            dwFlags                  : 0x00000000 (0)
                   0: fAnonymousLogin          
            pStat                    : *
                pStat: struct STAT
                    SortType                 : SortTypeDisplayName (0)
                    ContainerID              : 0x00000000 (0)
                    CurrentRec               : MID_BEGINNING_OF_TABLE (0)
                    Delta                    : 0
                    NumPos                   : 0x00000000 (0)
                    TotalRecs                : 0x00000000 (0)
                    CodePage                 : 0x000004e4 (1252)
                    TemplateLocale           : 0x00000409 (1033)
                    SortLocale               : 0x00000409 (1033)
            mapiuid                  : *
                mapiuid                  : 00000000-0000-0000-0000-000000000000
     NspiBind: struct NspiBind
        out: struct NspiBind
            mapiuid                  : *
                mapiuid                  : 7ac0365e-b5e3-4fce-9a13-4887d937cb18
            handle                   : *
                handle: struct policy_handle
                    handle_type              : 0x00000000 (0)
                    uuid                     : 
dce98763-516e-4c71-a9c3-085a8ae95111
            result                   : MAPI_E_SUCCESS (0x0)
mapiproxy::mapiproxy_op_dispatch: [tv=1393908344.463514] [#2 end]
mapiproxy::mapiproxy_op_reply
mapiproxy::mapiproxy_op_ndr_push
../source4/rpc_server/dcerpc_server.c:76: Failed to find assoc_group 0x0000c5fb
Terminating connection - 'dcesrv: NT_STATUS_CONNECTION_DISCONNECTED'

What I can’t figure out is what it is terminating the connection.  What does 
“Failed to find assoc group” mean?

Thanks,
Murray
_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to