Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, which
commit31d7168530ccce2c5e9e7f96464b47f4d9771a25
authorJim McDonough <jmcd@samba.org>
Tue, 30 Jul 2002 17:23:07 +0000 (30 17:23 +0000)
committerJim McDonough <jmcd@samba.org>
Tue, 30 Jul 2002 17:23:07 +0000 (30 17:23 +0000)
treed6e769243d7c0bc83d8d04ca80e67970d58f7600
parentfc0d5479b575c1f495b9251413eed18ec1e37e02
Add LSA RPC 0x2E, lsa_query_info2.  Only level implemented is 0x0c, which
is netbios and dns domain info.  Also add code to set/fetch the domain GUID
from secrets.tdb (although set is not yet called by anyone).
source/include/rpc_lsa.h
source/include/secrets.h
source/passdb/secrets.c
source/rpc_parse/parse_lsa.c
source/rpc_server/srv_lsa.c
source/rpc_server/srv_lsa_nt.c