mirror of
https://github.com/samba-team/samba.git
synced 2025-02-21 01:59:07 +03:00
ldif files, but for now only the ones used by the NET-API-BECOME-DC test metze (This used to be commit 7510b9ca4a79c12c31abcf4a64b5eaba2f6c2fe9)
109 lines
2.4 KiB
Plaintext
109 lines
2.4 KiB
Plaintext
dn: CN=Templates
|
|
objectClass: top
|
|
objectClass: container
|
|
description: Container for SAM account templates
|
|
showInAdvancedViewOnly: TRUE
|
|
systemFlags: 2348810240
|
|
objectCategory: CN=Container,${SCHEMADN}
|
|
isCriticalSystemObject: TRUE
|
|
|
|
###
|
|
# note! the template users must not match normal searches. Be careful
|
|
# with what classes you put them in
|
|
###
|
|
|
|
dn: CN=TemplateUser,CN=Templates
|
|
objectClass: top
|
|
objectClass: person
|
|
objectClass: organizationalPerson
|
|
objectClass: Template
|
|
objectClass: userTemplate
|
|
userAccountControl: 514
|
|
badPwdCount: 0
|
|
codePage: 0
|
|
countryCode: 0
|
|
badPasswordTime: 0
|
|
lastLogoff: 0
|
|
lastLogon: 0
|
|
pwdLastSet: 0
|
|
primaryGroupID: 513
|
|
accountExpires: -1
|
|
logonCount: 0
|
|
sAMAccountType: 805306368
|
|
objectCategory: CN=Person,${SCHEMADN}
|
|
|
|
dn: CN=TemplateComputer,CN=Templates
|
|
objectClass: top
|
|
objectClass: person
|
|
objectClass: organizationalPerson
|
|
objectClass: Template
|
|
objectClass: userTemplate
|
|
userAccountControl: 4098
|
|
badPwdCount: 0
|
|
codePage: 0
|
|
countryCode: 0
|
|
badPasswordTime: 0
|
|
lastLogoff: 0
|
|
lastLogon: 0
|
|
pwdLastSet: 0
|
|
primaryGroupID: 513
|
|
accountExpires: -1
|
|
logonCount: 0
|
|
sAMAccountType: 805306369
|
|
objectCategory: CN=Computer,${SCHEMADN}
|
|
|
|
dn: CN=TemplateTrustingDomain,CN=Templates
|
|
objectClass: top
|
|
objectClass: Template
|
|
objectClass: userTemplate
|
|
userAccountControl: 2080
|
|
badPwdCount: 0
|
|
codePage: 0
|
|
countryCode: 0
|
|
badPasswordTime: 0
|
|
lastLogoff: 0
|
|
lastLogon: 0
|
|
primaryGroupID: 513
|
|
accountExpires: -1
|
|
logonCount: 0
|
|
sAMAccountType: 805306370
|
|
|
|
dn: CN=TemplateGroup,CN=Templates
|
|
objectClass: top
|
|
objectClass: Template
|
|
objectClass: groupTemplate
|
|
groupType: -2147483646
|
|
sAMAccountType: 268435456
|
|
objectCategory: CN=Group,${SCHEMADN}
|
|
|
|
# Currently this isn't used, we don't have a way to detect it different from an incoming alias
|
|
#
|
|
# dn: CN=TemplateAlias,CN=Templates
|
|
# objectClass: top
|
|
# objectClass: Template
|
|
# objectClass: aliasTemplate
|
|
# cn: TemplateAlias
|
|
# instanceType: 4
|
|
# groupType: -2147483644
|
|
# sAMAccountType: 268435456
|
|
|
|
dn: CN=TemplateForeignSecurityPrincipal,CN=Templates
|
|
objectClass: top
|
|
objectClass: Template
|
|
objectClass: foreignSecurityPrincipalTemplate
|
|
showInAdvancedViewOnly: TRUE
|
|
objectCategory: CN=Foreign-Security-Principal,${SCHEMADN}
|
|
|
|
dn: CN=TemplateSecret,CN=Templates
|
|
objectClass: top
|
|
objectClass: leaf
|
|
objectClass: Template
|
|
objectClass: secretTemplate
|
|
|
|
dn: CN=TemplateTrustedDomain,CN=Templates
|
|
objectClass: top
|
|
objectClass: leaf
|
|
objectClass: Template
|
|
objectClass: trustedDomainTemplate
|
|
|