Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
05cc3b2ba0
commit
e01633ef52
@@ -5227,7 +5227,7 @@ credential-access:
|
||||
|
||||
$DomainUsers | Foreach-Object {
|
||||
$user = $_
|
||||
$password = "#{password}"
|
||||
$password = '#{password}'
|
||||
|
||||
$credz = new-object System.Net.NetworkCredential($user, $password, "#{domain}")
|
||||
$conn = new-object System.DirectoryServices.Protocols.LdapConnection($di, $credz, [System.DirectoryServices.Protocols.AuthType]::#{auth})
|
||||
|
||||
@@ -156,7 +156,7 @@ $di = new-object System.DirectoryServices.Protocols.LdapDirectoryIdentifier("#{d
|
||||
|
||||
$DomainUsers | Foreach-Object {
|
||||
$user = $_
|
||||
$password = "#{password}"
|
||||
$password = '#{password}'
|
||||
|
||||
$credz = new-object System.Net.NetworkCredential($user, $password, "#{domain}")
|
||||
$conn = new-object System.DirectoryServices.Protocols.LdapConnection($di, $credz, [System.DirectoryServices.Protocols.AuthType]::#{auth})
|
||||
|
||||
Reference in New Issue
Block a user