Print Download PDF Send Feedback

Previous

Next

fwm dbexport

Description Export the Check Point User Database to a file. The file may be in one of the following formats:

Syntax

To export the User Database to a file that can be used with fwm dbimport:

> fwm dbexport [ [-g group | -u user] [-d delim] [-a {attrib1, attrib2, ...} ] [-f file] ]

To export the User Database as an LDIF file:

> fwm dbexport -l -p [-d] -s subtree [-f file] [-k IKE-shared-secret]

Parameter

Description

-g group

Specifies a group (group) to be exported. The users in the group are not exported.

-u user

Specifies that only one user (user) is to be exported.

-d

Debug flag

-a {attrib1,
attrib2, ...}

Specifies the attributes to export, in the form of a comma-separated list, between {} characters, for example,
-a {name,days}. If there is only one attribute, the {} may be omitted.

-f file

 

file specifies the name of the output file. The default output file is $FWDIR/conf/user_def_file.

-l

Create an LDIF format file for importation by an LDAP server.

-p

The profile name.

-s

The branch under which the users are to be added.

-k

This is the Account Unit's IKE shared secret (IKE Key in the Encryption tab of the Account Unit Properties window.)

Comments

The users will be added to the groups to which they belonged on the source Security Management server.

Example Suppose the User Database contains two users, "maryj" and "ben".

fwm dbexport -l -s o=WidgetCorp,c=us

creates a LDIF file consisting of two entries with the following DNs:

cn=ben,o=WidgetCorp,c=us

cn=maryj,o=WidgetCorp,c=us