r13369: let's have a way to show the samba4 version through ejs
[ira/wip.git] / source4 / setup / provision_init.ldif
1 dn: @INDEXLIST
2 @IDXATTR: name
3 @IDXATTR: sAMAccountName
4 @IDXATTR: objectSid
5 @IDXATTR: objectClass
6 @IDXATTR: member
7 @IDXATTR: unixID
8 @IDXATTR: unixName
9 @IDXATTR: privilege
10 @IDXATTR: nCName
11
12 dn: @ATTRIBUTES
13 userPrincipalName: CASE_INSENSITIVE
14 servicePrincipalName: CASE_INSENSITIVE
15 dnsDomain: CASE_INSENSITIVE
16 dnsRoot: CASE_INSENSITIVE
17 nETBIOSName: CASE_INSENSITIVE
18 cn: CASE_INSENSITIVE
19 dc: CASE_INSENSITIVE
20 name: CASE_INSENSITIVE
21 dn: CASE_INSENSITIVE
22 sAMAccountName: CASE_INSENSITIVE
23 objectClass: CASE_INSENSITIVE
24 sambaPassword: HIDDEN
25 krb5Key: HIDDEN
26 ntPwdHash: HIDDEN
27 sambaNTPwdHistory: HIDDEN
28 lmPwdHash: HIDDEN
29 sambaLMPwdHistory: HIDDEN
30 createTimestamp: HIDDEN
31 modifyTimestamp: HIDDEN
32 groupType: INTEGER
33 sAMAccountType: INTEGER
34 systemFlags: INTEGER
35 userAccountControl: INTEGER
36
37 dn: @SUBCLASSES
38 top: domain
39 top: person
40 top: group
41 domain: domainDNS
42 domain: builtinDomain
43 person: organizationalPerson
44 organizationalPerson: user
45 user: computer
46 template: userTemplate
47 template: groupTemplate
48
49 dn: @KLUDGEACL
50 passwordAttribute: sambaPassword
51 passwordAttribute: ntPwdHash
52 passwordAttribute: sambaNTPwdHistory
53 passwordAttribute: lmPwdHash
54 passwordAttribute: sambaLMPwdHistory
55 passwordAttribute: krb5key
56
57
58 # the rootDSE module looks in this record for its base data
59 dn: cn=ROOTDSE
60 subschemaSubentry: CN=Aggregate,CN=Schema,CN=Configuration,${BASEDN}
61 dsServiceName: CN=NTDS Settings,CN=${NETBIOSNAME},CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,${BASEDN}
62 namingContexts: ${BASEDN}
63 namingContexts: CN=Configuration,${BASEDN}
64 namingContexts: CN=Schema,CN=Configuration,${BASEDN}
65 defaultNamingContext: ${BASEDN}
66 rootDomainNamingContext: ${BASEDN}
67 configurationNamingContext: CN=Configuration,${BASEDN}
68 schemaNamingContext: CN=Schema,CN=Configuration,${BASEDN}
69 supportedLDAPVersion: 3
70 dnsHostName: ${DNSNAME}
71 ldapServiceName: ${DNSDOMAIN}:${NETBIOSNAME}$@${REALM}
72 serverName: CN=${NETBIOSNAME},CN=Servers,CN=Default-First-Site,CN=Sites,CN=Configuration,${BASEDN}
73 domainFunctionality: 0
74 forestFunctionality: 0
75 domainControllerFunctionality: 2
76 isSynchronized: TRUE
77 vendorName: Samba Team (http://samba.org)
78 vendorVersion: ${VERSION}
79
80 #Add modules to the list to activate them by default
81 #beware often order is important
82 dn: @MODULES
83 @LIST: rootdse,kludge_acl,paged_results,server_sort,extended_dn,asq,samldb,password_hash,operational,objectguid,rdn_name,objectclass
84