next up previous
Next: D.3.6 Securing the H.350 Up: D.3 Active Directory Previous: D.3.4 Populating an Enterprise

Subsections

D.3.5 Populating an H.350 Directory with Active Directory Server

D.3.5.1 Notes

None.

D.3.5.2 Requirements

D.3.5.3 Components

D.3.5.4 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 the LDIF file that you are creating <ldif_file> c:\temp\h350.ldif
The fully qualified path to a temporary directory in Windows <temp_dir> C:\temp

D.3.5.5 Instructions

(1) Click on the Start button.

Image snapshot151.png

(2) Navigate to Adminstrative Tools and click on Active Directory Users and Computers.

Image snapshot152.png

(3) Right-click on your base DN, <ldap_base>.

Image snapshot153.png

(4) Navigate to New and click on Organizational Unit.

Image snapshot154.png

(5) Type 'commobjects' in the Name textbox and click OK.

Image snapshot155.png

(6) Create and open a file with a text editor in your temporary directory, <temp_dir>.

(7) Create the commObject entries by appending to the file.

# Julie's commObject Entry

#

dn: commUniqueId=0,ou=commobjects,DC=X

commUniqueId: 0

objectClass: top

objectClass: commObject

objectClass: h323Identity

objectClass: h235Identity

commPrivate: false

commOwner: ldap://enterprise.edu/dc=enterprise,dc=uab,dc=edu??sub?(cn=julie)

h323IdentitydialedDigits: 00000000

h323IdentityGKDomain: gk.uab.edu

h235IdentityEndpointID: julie

h235IdentityPassword: secret

(8) Add the entries to the LDAP server.

ldifde -i -c DC=X <ldap_base> -f <ldif_file>


next up previous
Next: D.3.6 Securing the H.350 Up: D.3 Active Directory Previous: D.3.4 Populating an Enterprise

Video Middleware Cookbook
Questions and Comments : Cookbook Editors