next up previous
Next: D.3.4 Populating an Enterprise Up: D.3 Active Directory Previous: D.3.2 Configuring an Enterprise

Subsections

D.3.3 Configuring an H.350 Directory with Active Directory Server

D.3.3.1 Notes

These instructions were written using Windows 2003. It is possible to create an H.350 Directory in Windows 2000, but by a different method. Please email Jason L. W. Lynn for more information.

D.3.3.2 Requirements

D.3.3.3 Components

D.3.3.4 Resources

D.3.3.5 Legend

Because of the differences in individual needs, certain parameters of the installed Active Directory Server may be quite different from the typical install. It is for this purpose that the following legend was created.

Parameter Value Example
The fully qualified domain name of the server on which Active Directory is running <ldap_host> h350.uab.edu
The base DN for the Active Directory Server <ldap_base> DC=h350,DC=uab,DC=edu
The fully qualified path to a temporary directory in Windows <temp_dir> C:\temp

D.3.3.6 Instructions

(1) Download the latest callPreferenceURIObject LDIF file and save it in the temporary directory <temp_dir>.

(2) Download the latest commObject LDIF file and save it in the temporary directory <temp_dir>.

(3) Download the latest genericIdentity LDIF file and save it in the temporary directory <temp_dir>.

(4) Download the latest h235Identity LDIF file and save it in the temporary directory <temp_dir>.

(5) Download the latest h320Identity LDIF file and save it in the temporary directory <temp_dir>.

(6) Download the latest h323Identity LDIF file and save it in the temporary directory <temp_dir>.

(7) Download the latest sipIdentity LDIF file and save it in the temporary directory <temp_dir>.

(8) Open a command prompt and change your current working directory to the temporary directory <temp_dir>.

Image snapshot132.png

(9) Run the following command.

ldifde -i -c DC=X <ldap_base> -f callPreferenceURIObject.ldf

(10) You should see the following output.

Connecting to "<ldap_host>"

Logging in as current user using SSPI

Importing directory from file "callPreferenceURIObject.ldf"

Loading entries.........

7 entries modified successfully.

(11) Run the following command.

ldifde -i -c DC=X <ldap_base> -f commObject.ldf

(12) You should see the following output.

Connecting to "<ldap_host>"

Logging in as current user using SSPI

Importing directory from file "commObject.ldf"

Loading entries.........

8 entries modified successfully.

(13) Run the following command.

ldifde -i -c DC=X <ldap_base> -f genericIdentity.ldf

(14) You should see the following output.

Connecting to "<ldap_host>"

Logging in as current user using SSPI

Importing directory from file "genericIdentity.ldf"

Loading entries.........

8 entries modified successfully.

(15) Run the following command.

ldifde -i -c DC=X <ldap_base> -f h235Identity.ldf

(16) You should see the following output.

Connecting to "<ldap_host>"

Logging in as current user using SSPI

Importing directory from file "h235Identity.ldf"

Loading entries.........

8 entries modified successfully.

(17) Run the following command.

ldifde -i -c DC=X <ldap_base> -f h320Identity.ldf

(18) You should see the following output.

Connecting to "<ldap_host>"

Logging in as current user using SSPI

Importing directory from file "h320Identity.ldf"

Loading entries............

11 entries modified successfully.

(19) Run the following command.

ldifde -i -c DC=X <ldap_base> -f h323Identity.ldf

(20) You should see the following output.

Connecting to "<ldap_host>"

Logging in as current user using SSPI

Importing directory from file "h323Identity.ldf"

Loading entries.................

16 entries modified successfully.

(21) Run the following command.

ldifde -i -c DC=X <ldap_base> -f sipIdentity.ldf

(22) You should see the following output.

Connecting to "<ldap_host>"

Logging in as current user using SSPI

Importing directory from file "sipIdentity.ldf"

Loading entries..............

13 entries modified successfully.

(23) Active Directory should now contain the necessary attributes and classes to support an H.350 Directory.

(24) Navigate to Start, Run and type '%SYSTEMROOT%\system32\domain.msc' in the text box.

Image snapshot140.png

(25) Click 'OK' to run the command.

Image snapshot141.png

(26) Right-click on your domain name, <ldap_host>.

Image snapshot142.png

(27) Click 'Raise Domain Functional Level'.

Image snapshot143.png

(28) Select 'Windows Server 2003' in the drop down box.

Image snapshot144.png

(29) Click 'Raise'.

Image snapshot145.png

(30) Click 'OK' to the warning.

Image snapshot146.png

(31) Click 'OK' to continue.

(32) Right-click on 'Active Directory Domains and Trusts'.

Image snapshot147.png

(33) Click 'Raise Forest Functional Level'.

(34) Select 'Windows Server 2003' in the drop down box (if it is not already selected).

Image snapshot148.png

(35) Click 'Raise'.

Image snapshot149.png

(36) Click 'OK' to the warning.

Image snapshot150.png

(37) Click 'OK' to continue.

(38) There is no need to index the attributes as they have all been indexed through the LDIF definitions.


next up previous
Next: D.3.4 Populating an Enterprise Up: D.3 Active Directory Previous: D.3.2 Configuring an Enterprise

Video Middleware Cookbook
Questions and Comments : Cookbook Editors