mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
2fc5331e5c
- Adds more system objects which make sense to have them in SAMBA 4 also to have them when we add more and more services related to the directory (volume support, DFS, replication service, COM...) - Make sure that "isCriticalSystemObject" and "showInAdvancedViewOnly" attributes are set correctly on each object
14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
dn: CN=Computers,${DOMAINDN}
|
|
changetype: modify
|
|
replace: description
|
|
description: Default container for upgraded computer accounts
|
|
-
|
|
replace: systemFlags
|
|
systemFlags: -1946157056
|
|
-
|
|
replace: isCriticalSystemObject
|
|
isCriticalSystemObject: TRUE
|
|
-
|
|
replace: showInAdvancedViewOnly
|
|
showInAdvancedViewOnly: FALSE
|