Client Registration Options

These options are not applicable toEPM-L.

These options provide methods to create, maintain, export, and import role-based policies into EPM-UL, used with the --rbp option.

Usage

pbdbutil --reg [<options>] [ <file> <file> ...]
-g { json param }

Get Client Registration profile records.

-u { json param }

Update Client Registration profile records.

-d { json param } Delete Client Registration profile records.
-n

Create new Client Registration profile database.

-l List all Client Registration profiles in the database.

Client Registration Database Options

These options provide methods to define and maintain Client Registration profiles, used to simplify the registration of hosts within the Endpoint Privilege Management enterprise.

"<-g|--get>" "{ param }"
Retrieve Client Registration profile using the specified name:
-g ’{ "name" : "default" }

    {"type":"settings","fname":"/etc/pb.settings"}
    {"type":"certificate","to":"/etc/${prefix}pbrest.pem${suffix}"}
    {"type":"save","sname":"networkencryption"}
    {"type":"save","sname":"restkeyencryption"}
    {"type":"save","sname":"sslservercertfile"}
{"type":"save","sname":"sslserverkeyfile"}
"<-u|--update>" "{ param }"
Update the specified Client Registration profile:
-u ’{ "name" : "prof1", [{"type":"settings",
    "fname":"/etc/pb.mysettings"},
{"type":"save","sname":"networkencryption"} ]’
"<-d|--delete>" "{ param }"
Delete the specified Client Registration profile:
-d ’{ "name" : "prof1" }’
<-l|--list>

List all the Client Registration profiles.

 

<-n|--new>

Create and initialize the Client Registration database.