mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4:AD content - Add the DFSR objects which exist on Windows Server >= 2008
Those replace the FRS ones.
This commit is contained in:
parent
65914ed819
commit
e592deeb1a
@ -131,6 +131,26 @@ objectClass: dfsConfiguration
|
||||
isCriticalSystemObject: TRUE
|
||||
showInAdvancedViewOnly: FALSE
|
||||
|
||||
dn: CN=DFSR-GlobalSettings,CN=System,${DOMAINDN}
|
||||
objectClass: top
|
||||
objectClass: msDFSR-GlobalSettings
|
||||
msDFSR-Flags: 48
|
||||
|
||||
dn: CN=Domain System Volume,CN=DFSR-GlobalSettings,CN=System,${DOMAINDN}
|
||||
objectClass: top
|
||||
objectClass: msDFSR-ReplicationGroup
|
||||
msDFSR-ReplicationGroupType: 1
|
||||
|
||||
dn: CN=Content,CN=Domain System Volume,CN=DFSR-GlobalSettings,CN=System,${DOMAINDN}
|
||||
objectClass: top
|
||||
objectClass: msDFSR-Content
|
||||
|
||||
dn: CN=Topology,CN=Domain System Volume,CN=DFSR-GlobalSettings,CN=System,${DOMAINDN}
|
||||
objectClass: top
|
||||
objectClass: msDFSR-Topology
|
||||
|
||||
# Here are missing the DFSR objects since we don't support this technique yet
|
||||
|
||||
# Domain updates
|
||||
|
||||
dn: CN=DomainUpdates,CN=System,${DOMAINDN}
|
||||
@ -376,8 +396,6 @@ objectClass: nTFRSSettings
|
||||
systemFlags: -1946157056
|
||||
isCriticalSystemObject: TRUE
|
||||
|
||||
# Here are missing the FRS objects since we don't support this technique yet
|
||||
|
||||
dn: CN=FileLinks,CN=System,${DOMAINDN}
|
||||
objectClass: top
|
||||
objectClass: fileLinkTracking
|
||||
|
@ -9,14 +9,14 @@ objectClass: user
|
||||
objectClass: computer
|
||||
accountExpires: 9223372036854775807
|
||||
dNSHostName: ${DNSNAME}
|
||||
# "frsComputerReferenceBL" doesn't exist since we still miss FRS support
|
||||
# "MSDFSR-ComputerReferenceBL" doesn't exist since we still miss DFSR support
|
||||
isCriticalSystemObject: TRUE
|
||||
localPolicyFlags: 0
|
||||
operatingSystem: Samba
|
||||
operatingSystemVersion: ${SAMBA_VERSION_STRING}
|
||||
primaryGroupID: 516
|
||||
sAMAccountName: ${NETBIOSNAME}$
|
||||
# "servicePrincipalName" for FRS doesn't exit since we still miss FRS support
|
||||
# "servicePrincipalName"s for FRS and DFSR don't exit since we still miss DFRS support
|
||||
# "servicePrincipalName"s for DNS ("ldap/../ForestDnsZones",
|
||||
# "ldap/../DomainDnsZones", "DNS/..") don't exist since we don't support AD DNS
|
||||
servicePrincipalName: GC/${DNSNAME}/${REALM}
|
||||
|
Loading…
Reference in New Issue
Block a user