Administrators must configure trust relationships manually to access resources in a different forests. Every trust relationship between each domain in the different forests must be explicitly configured.
This section describes how to create a cross-forest trust between Active Directory and DSfW.
In this example, win2003ad.com is the domain name of the Active Directory forest and dsfw.com is the domain name of the DSfW forest.
You need to configure a DNS forwarder on the DSfW DNS server to forward any DNS queries for the Active Directory domain to the Active Directory domain's DNS server.
Active Directory domain name: win2003ad.com
DSfW domain name: dsfw.com
Open the Novell iManager DNS plug-in.
Click DNS >
to open the Zone Management window in the main panel.Click DNS >
to open the Zone Management window in the main panel.From the drop-down list select OK to open the Create DNS Zone window.
, then clickSelect
and specify the DNS configuration parameters as follows:Specify the eDirectory context for the zone or browse to select it; that is, the container containing the DNS related objects (In this example, it is OESSystemObjects.dsfw).
Specify a name for the zone; that is, the domain name of the Active Directory forest (in this example, it is win2003ad.com).
Select the Zone Type as
.Select a DNS server from the DNS_oes-dc-1.OESSystemObjects.dsfw. This parameter is optional.
drop-down list. This is the name of the DNS server object. In this example, it isClick Create. A message indicates that the new forward zone has been created.
Select OK.
from the iManager DNS plug-in, then select from the drop-down list and clickSelect Active Directory forest's domain zone from the drop-down list, then click OK.
Click Next.
Click Add.
Select the Forward option, then specify the IP address of Active Directory forest's DNS server (in the example, it is 192.168.1.20). Click Add.
Click Done.
A message indicates that the new secondary zone has been created. Click OK.
Restart DNS by using the rcnovell-named start command.
You need to configure a DNS reverse lookup zone for DSfW for a Windows domain.
After selecting OK to open the Create DNS Zone window.
from the iManager DNS plug-in, select the option from the drop-down list. ClickSpecify the DNS configuration parameters as follows:
Select the Create IN-ADDR ARPA option as the
.Specify the network address. This is the IP address of the Active Directory forest's DNS server (in this example, it is 192.168.1.20).
Select Forward as the
.Select a DNS server from the DNS_oes-dc-1.OESSystemObjects.dsfw).
drop-down list. This is the name of the DNS server object (in this example, it isClick Create. A message indicates that the zone has been created.
Select OK.
from the iManager DNS plug-in, then select the option from the drop-down list and clickSelect the Active Directory forest's reverse lookup zone from the drop-down list, then click OK.
Click Next.
Click Add to add this DNS server object.
Select the Forward option and specify the IP address of Active Directory forest's DNS server (192.168.1.20 in this example). Click Add, then click Done.
Select Forward List and click Add.
A message indicates that a zone has been created. Click OK.
Verify the DNS configuration by trying to resolve the Active Directory domain and its DNS SRV records using nslookup, as follows:
nslookup -query=any _ldap._tcp.dc._msdcs.<AD domain name>
For example:
# nslookup -query=any _ldap._tcp.dc._msdcs.win2003ad.com
Server: 192.168.1.10
Address: 192.168.1.10#53
Non-authoritative answer:
ldap._tcp.dc._msdcs.win2003ad.com service = 0 100 389 osg-dtsrv22.
win2003ad.com.
Authoritative answers can be found from:
osg-dt-srv22.win2003ad.com internet address = 192.168.1.20
To resolve the DSfW forest from the Active Directory forest, you must either create a forward lookup stub zone or a forwarder on the Active Directory forest's DNS server.
At your Windows management workstation, click mmc in the text field and click .
, enterClick
snap-in, click and select DNS snap-in, then click . Click to close the window and then click .Select the New and add a new forwarder for the DSfW domain. Specify the DSfW domain name and click OK.
tab, then clickSelect the new forwarder, specify the IP address of the DNS server of the DSfW domain, then click Add.
Verify the DNS configuration by using nslookup to resolve the Active Directory domain and its DNS SRV records, as follows:
nslookup -query=any _ldap._tcp.dc._msdcs.<DSfW domain name>
Right-click
, select .Select
. Deselect the option.Specify the Network IP and click
. The zone is now created.Right-click the newly created zone to create a PTR record and enter the required details.
If the Active Directory domain's Domain Functional Level is not Windows Server 2003, do the following to raise it:
Open Active Directory Domains and Trusts snap-in from the MMC.
Right-click the icon representing the Active Directory domain, select
l from the menu, then set it to .If the Active Directory forest's Forest Functional Level is not Windows Server 2003, do the following to raise it:
Right-click the Active Directory Domains and Trusts snap-in from MMC.
Select
from the menu and set it to .At your Windows management workstation, click mmc in the text field and click .
, enterClick
snap-in, click and select Active Directory Domains and Trusts snap-in, then click .Click
, then click .Right-click the DSfW domain, then select
.Select OK.
from the tab, then clickClick
to start creating a new trust.Specify the DNS name (or NetBIOS name) of the Active Directory forest, then click Next.
Select Next.
, then clickTo select the direction of trust, do one of the following:
Click Two-way to create a two-way forest trust.
Click One-way:incoming to create a one-way incoming forest trust.
Click One-way:outgoing to create a one-way outgoing forest trust.
Click
Select Next.
and clickSpecify the user name and password of the Active Directory domain administrator, then click Next.
Select Next.
to authorize users to use resources in the local forest or those identified by the administrator, then clickSelectNext.
to authenticate Active Directory forest users to use resources in the dsfw.com forest or those identified by the administrator, then clickReview the trust settings and complete the creation of trust by clicking
.Click any option depending on your choice, then click
.Click any option depending on your choice, then click
.Complete the trust creation by clicking
.The new domain summary appears in the Trusts page.
To verify that the DNS configuration is correct:
Verify that the
drop-down list in the Login window of a Windows machine that is joined to the Domain Services for Windows domain has an entry for the Active Directory domain.Try to log on to the Windows machine that is joined to the Domain Services for Windows domain with an Active Directory domain user principal name.
Verify that the
field in the Login window of a Windows machine that is joined to the Active Directory domain has an entry for the Domain Services for Windows domain.Try to log on to the Windows machine that is joined to the Active Directory domain with a Domain Services for Windows domain user principal name.
For more information, refer to the Microsoft Active Directory documentation.
DSfW supports shortcut trusts within a tree. The procedure to create and use a shortcut trust is similar to how shortcut trusts are created and used in Microsoft Active Directory. For more information on creating shortcut trusts, refer to the Administering Active Directory Operations Guide .