|
Next: D.3.6 Securing the H.350 Up: D.3 Active Directory Previous: D.3.4 Populating an Enterprise
|
None.
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 |
(1) Click on the Start button.
(2) Navigate to Adminstrative Tools and click on Active Directory Users and Computers.
(3) Right-click on your base DN, <ldap_base>.
(4) Navigate to New and click on Organizational Unit.
(5) Type 'commobjects' in the Name textbox and click OK.
(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>
|