Skip to content

Commit 3a8f30b

Browse files
committed
Example change, code fix
1 parent a0bdb38 commit 3a8f30b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/windows-server/active-directory/adamsync-cant-sync-basedn-grandchild-ou.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To work around this issue, use one of the following methods:
4545
- Instead of specifying the grandchild OU as the base DN in the Adamsync configuration file, specify the child OU as the base DN. For example, use the following syntax to specify the base DN in the Adamsync configuration file:
4646

4747
```xml
48-
<base-dn>OU=Child,DC=DomainComponentName,...</base-dn>
48+
<base-dn>OU=Child,DC=03child,DC=MyDomCon,DC=net</base-dn>
4949
```
5050

5151
## More information
@@ -83,8 +83,8 @@ You can reproduce the issue by following these steps:
8383
Adamsync /sync <AdamServerName>:<PortNo> "dc=lds-target,dc=com" /Log Synclog.txt
8484
```
8585

86-
[!NOTE]
87-
In this command, `dc=lds-target,dc=com` represents the target naming context in the AD LDS instance. `Synclog.txt` is the file name of the synchronization log.
86+
> [!NOTE]
87+
> In this command, `dc=lds-target,dc=com` represents the target naming context in the AD LDS instance. `Synclog.txt` is the file name of the synchronization log.
8888
8989
The synchronization process runs for a much longer time than you expect.
9090

0 commit comments

Comments
 (0)