r20315: Implement the server side of DsGetDomainControllerInfo. This is a
authorAndrew Bartlett <abartlet@samba.org>
Fri, 22 Dec 2006 07:04:06 +0000 (07:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:29:38 +0000 (14:29 -0500)
commit400a56d6dd2f02569a626f4507ec06fa49cf0839
tree586fed5b62e073d28f81ae3eeded797dcd1f8b8d
parent0738c192a3ea4aef50945fe3836dab796906b739
r20315: Implement the server side of DsGetDomainControllerInfo.  This is a
supprisingly complex call...

It turns out that the in/out parameter 'level' is not in/out, but set
seperatly by the server-side code from r->req.req1.level.

This commit also breaks out some common code from samldb into samdb.

Andrew Bartlett
(This used to be commit 2eb9e6445c64840399171f4f56b1e43786dbcfa7)
source4/dsdb/samdb/ldb_modules/samldb.c
source4/dsdb/samdb/samdb.c
source4/librpc/idl/drsuapi.idl
source4/rpc_server/drsuapi/dcesrv_drsuapi.c
source4/torture/rpc/drsuapi.c