selftest: Add in steps to re-create this database
[obnox/samba/samba-obnox.git] / source4 / selftest / provisions / release-4-1-0rc3 / sudo.schema.ldif
1 # Copyright (c) 1994-1996, 1998-2015
2 #        Todd C. Miller <Todd.Miller@courtesan.com>
3 #
4 #   Permission to use, copy, modify, and distribute this software for any
5 #   purpose with or without fee is hereby granted, provided that the above
6 #   copyright notice and this permission notice appear in all copies.
7 #
8 #   THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 #   WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 #   MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 #   ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 #   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 #   ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 #   OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 #
16 #   Sponsored in part by the Defense Advanced Research Projects
17 #   Agency (DARPA) and Air Force Research Laboratory, Air Force
18 #   Materiel Command, USAF, under agreement number F39502-99-1-0512.
19 #
20 #
21 # Active Directory Schema for sudo configuration (sudoers)
22 #
23 # To extend your Active Directory schema, run one of the following command
24 # on your Windows DC (default port - Active Directory):
25 #
26 #  ldifde -i -f schema.ActiveDirectory -c "CN=Schema,CN=Configuration,DC=X" #schemaNamingContext
27 #
28 # or on your Windows DC if using another port (with Active Directory LightWeight Directory Services / ADAM-Active Directory Application Mode)
29 # Port 50000 by example (or any other port specified when defining the ADLDS/ADAM instance
30 #
31 #  ldifde -i -f schema.ActiveDirectory -t 50000 -c "CN=Schema,CN=Configuration,DC=X" #schemaNamingContext
32 #
33 # or
34 #
35 #  ldifde -i -f schema.ActiveDirectory -s server:port -c "CN=Schema,CN=Configuration,DC=X" #schemaNamingContext
36 #
37 # Can add username domain and password
38 #
39 # -b username domain password
40 #
41 # Can create Log file in current or any directory
42 #
43 # -j .
44 #
45
46 dn: CN=sudoUser,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
47 changetype: add
48 objectClass: top
49 objectClass: attributeSchema
50 cn: sudoUser
51 distinguishedName: CN=sudoUser,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
52 instanceType: 4
53 attributeID: 1.3.6.1.4.1.15953.9.1.1
54 attributeSyntax: 2.5.5.5
55 isSingleValued: FALSE
56 showInAdvancedViewOnly: TRUE
57 adminDisplayName: sudoUser
58 adminDescription: User(s) who may run sudo
59 oMSyntax: 22
60 searchFlags: 1
61 lDAPDisplayName: sudoUser
62 name: sudoUser
63 schemaIDGUID:: JrGcaKpnoU+0s+HgeFjAbg==
64 objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
65
66 dn: CN=sudoHost,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
67 changetype: add
68 objectClass: top
69 objectClass: attributeSchema
70 cn: sudoHost
71 distinguishedName: CN=sudoHost,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
72 instanceType: 4
73 attributeID: 1.3.6.1.4.1.15953.9.1.2
74 attributeSyntax: 2.5.5.5
75 isSingleValued: FALSE
76 showInAdvancedViewOnly: TRUE
77 adminDisplayName: sudoHost
78 adminDescription: Host(s) who may run sudo
79 oMSyntax: 22
80 lDAPDisplayName: sudoHost
81 name: sudoHost
82 schemaIDGUID:: d0TTjg+Y6U28g/Y+ns2k4w==
83 objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
84
85 dn: CN=sudoCommand,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
86 changetype: add
87 objectClass: top
88 objectClass: attributeSchema
89 cn: sudoCommand
90 distinguishedName: CN=sudoCommand,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
91 instanceType: 4
92 attributeID: 1.3.6.1.4.1.15953.9.1.3
93 attributeSyntax: 2.5.5.5
94 isSingleValued: FALSE
95 showInAdvancedViewOnly: TRUE
96 adminDisplayName: sudoCommand
97 adminDescription: Command(s) to be executed by sudo
98 oMSyntax: 22
99 lDAPDisplayName: sudoCommand
100 name: sudoCommand
101 schemaIDGUID:: D6QR4P5UyUen3RGYJCHCPg==
102 objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
103
104 dn: CN=sudoRunAs,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
105 changetype: add
106 objectClass: top
107 objectClass: attributeSchema
108 cn: sudoRunAs
109 distinguishedName: CN=sudoRunAs,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
110 instanceType: 4
111 attributeID: 1.3.6.1.4.1.15953.9.1.4
112 attributeSyntax: 2.5.5.5
113 isSingleValued: FALSE
114 showInAdvancedViewOnly: TRUE
115 adminDisplayName: sudoRunAs
116 adminDescription: User(s) impersonated by sudo (deprecated)
117 oMSyntax: 22
118 lDAPDisplayName: sudoRunAs
119 name: sudoRunAs
120 schemaIDGUID:: CP98mCQTyUKKxGrQeM80hQ==
121 objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
122
123 dn: CN=sudoOption,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
124 changetype: add
125 objectClass: top
126 objectClass: attributeSchema
127 cn: sudoOption
128 distinguishedName: CN=sudoOption,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
129 instanceType: 4
130 attributeID: 1.3.6.1.4.1.15953.9.1.5
131 attributeSyntax: 2.5.5.5
132 isSingleValued: FALSE
133 showInAdvancedViewOnly: TRUE
134 adminDisplayName: sudoOption
135 adminDescription: Option(s) followed by sudo
136 oMSyntax: 22
137 lDAPDisplayName: sudoOption
138 name: sudoOption
139 schemaIDGUID:: ojaPzBBlAEmsvrHxQctLnA==
140 objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
141
142 dn: CN=sudoRunAsUser,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
143 changetype: add
144 objectClass: top
145 objectClass: attributeSchema
146 cn: sudoRunAsUser
147 distinguishedName: CN=sudoRunAsUser,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
148 instanceType: 4
149 attributeID: 1.3.6.1.4.1.15953.9.1.6
150 attributeSyntax: 2.5.5.5
151 isSingleValued: FALSE
152 showInAdvancedViewOnly: TRUE
153 adminDisplayName: sudoRunAsUser
154 adminDescription: User(s) impersonated by sudo
155 oMSyntax: 22
156 lDAPDisplayName: sudoRunAsUser
157 name: sudoRunAsUser
158 schemaIDGUID:: 9C52yPYd3RG3jMR2VtiVkw==
159 objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
160
161 dn: CN=sudoRunAsGroup,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
162 changetype: add
163 objectClass: top
164 objectClass: attributeSchema
165 cn: sudoRunAsGroup
166 distinguishedName: CN=sudoRunAsGroup,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
167 instanceType: 4
168 attributeID: 1.3.6.1.4.1.15953.9.1.7
169 attributeSyntax: 2.5.5.5
170 isSingleValued: FALSE
171 showInAdvancedViewOnly: TRUE
172 adminDisplayName: sudoRunAsGroup
173 adminDescription: Groups(s) impersonated by sudo
174 oMSyntax: 22
175 lDAPDisplayName: sudoRunAsGroup
176 name: sudoRunAsGroup
177 schemaIDGUID:: xJhSt/Yd3RGJPTB1VtiVkw==
178 objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
179
180 dn: CN=sudoNotBefore,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
181 changetype: add
182 objectClass: top
183 objectClass: attributeSchema
184 cn: sudoNotBefore
185 distinguishedName: CN=sudoNotBefore,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
186 instanceType: 4
187 attributeID: 1.3.6.1.4.1.15953.9.1.8
188 attributeSyntax: 2.5.5.11
189 isSingleValued: TRUE
190 showInAdvancedViewOnly: TRUE
191 adminDisplayName: sudoNotBefore
192 adminDescription: Start of time interval for which the entry is valid
193 oMSyntax: 24
194 lDAPDisplayName:  sudoNotBefore
195 name: sudoNotBefore
196 schemaIDGUID:: dm1HnRfY4RGf4gopYYhwmw==
197 objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
198
199 dn: CN=sudoNotAfter,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
200 changetype: add
201 objectClass: top
202 objectClass: attributeSchema
203 cn: sudoNotAfter
204 distinguishedName: CN=sudoNotAfter,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
205 instanceType: 4
206 attributeID: 1.3.6.1.4.1.15953.9.1.9
207 attributeSyntax: 2.5.5.11
208 isSingleValued: TRUE
209 showInAdvancedViewOnly: TRUE
210 adminDisplayName: sudoNotAfter
211 adminDescription: End of time interval for which the entry is valid
212 oMSyntax: 24
213 lDAPDisplayName:  sudoNotAfter
214 name: sudoNotAfter
215 schemaIDGUID:: OAr/pBfY4RG9dBIpYYhwmw==
216 objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
217
218 dn: CN=sudoOrder,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
219 changetype: add
220 objectClass: top
221 objectClass: attributeSchema
222 cn: sudoOrder
223 distinguishedName: CN=sudoOrder,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp
224 instanceType: 4
225 attributeID: 1.3.6.1.4.1.15953.9.1.10
226 attributeSyntax: 2.5.5.9
227 isSingleValued: TRUE
228 showInAdvancedViewOnly: TRUE
229 adminDisplayName: sudoOrder
230 adminDescription: an integer to order the sudoRole entries
231 oMSyntax: 2
232 lDAPDisplayName:  sudoOrder
233 name: sudoOrder
234 schemaIDGUID:: 0J8yrRfY4RGIYBUpYYhwmw==
235 objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=release-4-1-0rc3,DC=samba,DC=corp