Remove unused rpc_ds marshalling code that is unused now.
[Samba/gebeck_regimport.git] / source / include / rpc_ds.h
blob70d63f10455306e4e53bf6724dcf7da77eaa38c2
1 /*
2 Unix SMB/CIFS implementation.
3 SMB parameters and setup
4 Copyright (C) Gerald Carter 2002
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 3 of the License, or
9 (at your option) any later version.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
20 #ifndef _RPC_DS_H /* _RPC_LSA_H */
21 #define _RPC_DS_H
23 /* Trust flags */
25 #define DS_DOMAIN_IN_FOREST 0x0001 /* domains in the forest to which
26 we belong; even different domain trees */
27 #define DS_DOMAIN_DIRECT_OUTBOUND 0x0002 /* trusted domains */
28 #define DS_DOMAIN_TREE_ROOT 0x0004 /* root of a forest */
29 #define DS_DOMAIN_PRIMARY 0x0008 /* our domain */
30 #define DS_DOMAIN_NATIVE_MODE 0x0010 /* native mode AD servers */
31 #define DS_DOMAIN_DIRECT_INBOUND 0x0020 /* trusting domains */
33 /* Trust types */
35 #define DS_DOMAIN_TRUST_TYPE_DOWNLEVEL 0x00000001
36 #define DS_DOMAIN_TRUST_TYPE_UPLEVEL 0x00000002
38 /* Trust attributes */
40 #define DS_DOMAIN_TRUST_ATTRIB_NON_TRANSITIVE 0x00000001
41 #define DS_DOMAIN_TRUST_ATTRIB_UPLEVEL_ONLY 0x00000002
42 #define DS_DOMAIN_TRUST_ATTRIB_QUARANTINED_DOMAIN 0x00000004
43 #define DS_DOMAIN_TRUST_ATTRIB_FOREST_TRANSITIVE 0x00000008
44 #define DS_DOMAIN_TRUST_ATTRIB_CROSS_ORG 0x00000010
45 #define DS_DOMAIN_TRUST_ATTRIB_IN_FOREST 0x00000020
46 #define DS_DOMAIN_TRUST_ATTRIB_EXTERNAL 0x00000040
48 #endif /* _RPC_DS_H */