mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
119 lines
2.6 KiB
Plaintext
119 lines
2.6 KiB
Plaintext
|
dn: CN=Templates
|
||
|
objectClass: top
|
||
|
objectClass: container
|
||
|
cn: Templates
|
||
|
description: Container for SAM account templates
|
||
|
instanceType: 4
|
||
|
showInAdvancedViewOnly: TRUE
|
||
|
systemFlags: 2348810240
|
||
|
objectCategory: CN=Container,CN=Schema,CN=Configuration,${BASEDN}
|
||
|
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
|
||
|
cn: TemplateUser
|
||
|
instanceType: 4
|
||
|
userAccountControl: 514
|
||
|
badPwdCount: 0
|
||
|
codePage: 0
|
||
|
countryCode: 0
|
||
|
badPasswordTime: 0
|
||
|
lastLogoff: 0
|
||
|
lastLogon: 0
|
||
|
pwdLastSet: 0
|
||
|
primaryGroupID: 513
|
||
|
accountExpires: -1
|
||
|
logonCount: 0
|
||
|
objectCategory: CN=Person,CN=Schema,CN=Configuration,${BASEDN}
|
||
|
|
||
|
dn: CN=TemplateComputer,CN=Templates
|
||
|
objectClass: top
|
||
|
objectClass: person
|
||
|
objectClass: organizationalPerson
|
||
|
objectClass: Template
|
||
|
objectClass: userTemplate
|
||
|
cn: TemplateComputer
|
||
|
instanceType: 4
|
||
|
userAccountControl: 4098
|
||
|
badPwdCount: 0
|
||
|
codePage: 0
|
||
|
countryCode: 0
|
||
|
badPasswordTime: 0
|
||
|
lastLogoff: 0
|
||
|
lastLogon: 0
|
||
|
pwdLastSet: 0
|
||
|
primaryGroupID: 513
|
||
|
accountExpires: -1
|
||
|
logonCount: 0
|
||
|
objectCategory: CN=Computer,CN=Schema,CN=Configuration,${BASEDN}
|
||
|
|
||
|
dn: CN=TemplateTrustingDomain,CN=Templates
|
||
|
objectClass: top
|
||
|
objectClass: Template
|
||
|
objectClass: userTemplate
|
||
|
cn: TemplateTrustingDomain
|
||
|
instanceType: 4
|
||
|
userAccountControl: 2080
|
||
|
badPwdCount: 0
|
||
|
codePage: 0
|
||
|
countryCode: 0
|
||
|
badPasswordTime: 0
|
||
|
lastLogoff: 0
|
||
|
lastLogon: 0
|
||
|
primaryGroupID: 513
|
||
|
accountExpires: -1
|
||
|
logonCount: 0
|
||
|
|
||
|
dn: CN=TemplateGroup,CN=Templates
|
||
|
objectClass: top
|
||
|
objectClass: Template
|
||
|
objectClass: groupTemplate
|
||
|
cn: TemplateGroup
|
||
|
instanceType: 4
|
||
|
groupType: -2147483646
|
||
|
objectCategory: CN=Group,CN=Schema,CN=Configuration,${BASEDN}
|
||
|
|
||
|
# 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
|
||
|
|
||
|
dn: CN=TemplateForeignSecurityPrincipal,CN=Templates
|
||
|
objectClass: top
|
||
|
objectClass: Template
|
||
|
objectClass: foreignSecurityPrincipalTemplate
|
||
|
cn: TemplateForeignSecurityPrincipal
|
||
|
instanceType: 4
|
||
|
showInAdvancedViewOnly: TRUE
|
||
|
objectCategory: CN=Foreign-Security-Principal,CN=Schema,CN=Configuration,${BASEDN}
|
||
|
|
||
|
dn: CN=TemplateSecret,CN=Templates
|
||
|
objectClass: top
|
||
|
objectClass: leaf
|
||
|
objectClass: Template
|
||
|
objectClass: secretTemplate
|
||
|
cn: TemplateSecret
|
||
|
instanceType: 4
|
||
|
|
||
|
dn: CN=TemplateTrustedDomain,CN=Templates
|
||
|
objectClass: top
|
||
|
objectClass: leaf
|
||
|
objectClass: Template
|
||
|
objectClass: trustedDomainTemplate
|
||
|
cn: TemplateTrustedDomain
|
||
|
instanceType: 4
|