The objectid.dat file

The objectid.dat file maps global object identifiers, such as the one for the DCE service (for example, an identifier like 1.3.6.1.4.1.897.4.6.1) to local names, such as “dce”. The objectid.dat file contains sections such as [CHARSET] for character sets and [SECURITY] for security services. Following is a sample objectid.dat file:

secmech]
       1.3.6.1.4.1.897.4.6.1   = dce
       1.3.6.1.4.1.897.4.6.3   = NTLM
       1.3.6.1.4.1.897.4.6.6   = csfkrb5

Use a text editor to change this file only if you have changed the local name of a security service in the libtcl.cfg file.

For example, if you changed:

[SECURITY]
dce=libsybsdce.so secbase=/.../svrsole4_cell

to:

[SECURITY]
dce_group=libsybsdce.so secbase=/.../svrsole4_cell

Change the objectid.dat in libtcl.cfg to reflect the change. Simply change the local name in the line for DCE in objectid.dat:

1.3.6.1.4.1.897.4.6.1   = dce_group

NoteYou can specify only one local name per security mechanism.