4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
{
|
|
"domain logons = " . ( $smb{ServerRole} =~ m{^(PDC|BDC|ADS)$} ? "yes" : "no" );
|
|
}
|