mirror of
				https://github.com/StackExchange/dnscontrol.git
				synced 2025-10-31 08:26:26 +08:00 
			
		
		
		
	Update AD integration failures (#353)
This commit is contained in:
		
							parent
							
								
									558aea906a
								
							
						
					
					
						commit
						554e8a40e1
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		|  | @ -2,7 +2,7 @@ | |||
|   "ACTIVEDIRECTORY_PS": { | ||||
|     "ADServer": "$AD_SERVER", | ||||
|     "domain": "$AD_DOMAIN", | ||||
|     "knownFailures": "17,18,19,25,26,27,28,29,30" | ||||
|     "knownFailures": "20,21,22,29,30,31,32,33,34,35,38,39,40,41" | ||||
|   }, | ||||
|   "BIND": { | ||||
|     "domain": "example.com" | ||||
|  |  | |||
|  | @ -188,7 +188,6 @@ Get-DnsServerResourceRecord -ComputerName REPLACE_WITH_COMPUTER_NAME -ZoneName $ | |||
| 	cmdTxt = strings.Replace(cmdTxt, "REPLACE_WITH_ZONE", domainname, -1) | ||||
| 	cmdTxt = strings.Replace(cmdTxt, "REPLACE_WITH_COMPUTER_NAME", c.adServer, -1) | ||||
| 	cmdTxt = strings.Replace(cmdTxt, "REPLACE_WITH_FILENAMEPREFIX", zoneDumpFilenamePrefix, -1) | ||||
| 
 | ||||
| 	return cmdTxt | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue