ADDING A DN TO A DCE REGISTRY ENTRY VIA ACL_EDIT
(301GR 13-Jan-1998)
If you are using WebCrusader Security Server (Version 2.x) and need to
set up the principal-to-DN mapping, but do not have NetCrusader Commander,
use the following procedure.
To add a distinguished name (DN) to a DCE registry entry using the PC-DCE
ACL_EDIT command-line tool, follow these steps:
1. Login to the cell as administrator: dce_login cell_admin cell_admin_password
2. Enter the following command to define the read (r) and access (a)
permissions for the user:
acl_edit /.:/sec/principal/smith -m user:wcsecad_CHEST:ra
(In this example, these permissions allow the Security Adapter named
wcsecad_CHEST permission to access the ACL and perform the identity
mapping.)
3. Use dcecp to add the DN to the entry: dcecp -c principal modify smith
-add {X500_DN {<DN>}}
|