mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
0c88240236
This reworks quite a few parts of our provision system to use CN=NETBIOSNAME as the domain for member servers. This makes it clear that these domains are not in the DNS structure, while complying with our own schema (found by OpenLDAP's schema validation). Andrew Bartlett (This used to be commit bda6a38b055fed2394e65cdc0b308a1442116402)
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
################################
|
|
## Domain Naming Context
|
|
################################
|
|
dn: ${DOMAINDN}
|
|
objectClass: top
|
|
objectClass: ${DOMAIN_OC}
|
|
${ACI}
|
|
|