mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +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 bda6a38b05
)
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
################################
|
|
## Domain Naming Context
|
|
################################
|
|
dn: ${DOMAINDN}
|
|
objectClass: top
|
|
objectClass: ${DOMAIN_OC}
|
|
${ACI}
|
|
|