diff options
Diffstat (limited to '')
| -rw-r--r-- | support/domaindump/domain_trusts.html | 33 | 
1 files changed, 33 insertions, 0 deletions
| diff --git a/support/domaindump/domain_trusts.html b/support/domaindump/domain_trusts.html new file mode 100644 index 0000000..57fd9a8 --- /dev/null +++ b/support/domaindump/domain_trusts.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html> +<head><meta charset="UTF-8"><style type="text/css">tbody th { +    border: 1px solid #000; +} +tbody td { +    border: 1px solid #ababab; +    border-spacing: 0px; +    padding: 4px; +    border-collapse: collapse; +} +body { +    font-family: verdana; +} +table { +    font-size: 13px; +    border-collapse: collapse; +    width: 100%; +} +tbody tr:nth-child(odd) td { +    background-color: #eee; +} +tbody tr:hover td { +    background-color: lightblue; +} +thead td { +    font-size: 19px; +    font-weight: bold; +    padding: 10px 0px; +} +</style></head><body><table><thead><tr><td colspan="6" id="cn_Domain_trusts">Domain trusts</td></tr></thead><tbody><tr><th>CN</th><th>NETBIOS Domain name</th><th>securityIdentifier</th><th>trustAttributes</th><th>trustDirection</th><th>trustType</th></tr> +</tbody> +</table></body></html>
\ No newline at end of file | 
