Add TODO to node + Sample IT_V2

This commit is contained in:
2024-10-31 18:34:57 +01:00
parent acac2199c3
commit 5cc8375106
150 changed files with 5259 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# yaml-language-server: $schema=../../../schemas/_index.json
index: 5
title: 'ACLS'
toc: false
book: false
templates:
node: 'acls'

View File

@@ -0,0 +1,31 @@
# yaml-language-server: $schema=../../../schemas/ad_acls.json
name: 'FS-01'
folders:
- path: 'D:\Shares\Documents'
acls:
- name: 'Company'
access: 'RO'
- path: 'D:\Shares\Documents/Direction'
acls:
- name: 'Company Direction'
access: 'RW'
- path: 'D:\Shares\Documents/RH'
acls:
- name: 'Company Direction'
access: 'RO'
- name: 'Company RH'
access: 'RW'
- path: 'D:\Shares\Documents/Accounting'
acls:
- name: 'Company Direction'
access: 'RO'
- name: 'Company Accounting'
access: 'RW'
- path: 'D:\Shares\Documents/Secretariat'
acls:
- name: 'Company Direction'
access: 'RO'
- name: 'Company RH'
access: 'RO'
- name: 'Company Secretariat'
access: 'RW'