15 lines
506 B
XML
15 lines
506 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<db>
|
|
<Configuration>
|
|
<AlwaysAuthorized>
|
|
"ITStaff",
|
|
"Administrators",
|
|
"Domain Admins"
|
|
</AlwaysAuthorized>
|
|
</Configuration>
|
|
<Computers>
|
|
<Computer name="Computer001" mac="AA:1A:2A:3A:4A:01" authorized="any"/>
|
|
<Computer name="Computer002" mac="BB:1B:2B:3B:4B:02" authorized="Managers"/>
|
|
<Computer name="Computer003" mac="CC:1C:2C:3C:4C:03" authorized="User3"/>
|
|
</Computers>
|
|
</db> |