Saturday, June 28, 2008

640-802 braindumps, 350-001 testking and VCP-310

What is the proper command for exporting users in LDAP format?

A. fw dbexport -f c:\temp\users.txt
B. fw dbimport -f c:\temp\users.ldif -l -s "o=YourCity.com,c=YourCountry"
C. fw dbimport -f c:\temp\users.ldap
D. fw dbexport -f c:\temp\users.ldap -l -s
E. fw dbexport -f c:\temp\users.ldif -l -s "o=YourCity.com,c=YourCountry"
Answer: E
Explanation: 350-001
In check point Security administration NGX1 1.1 on page 417 in Chapter 9: LDAP User
Management with SMARTDIRECTORY (official courseware/book)
A typical command looks like the following example;

Fwm dbexport -f c:\temp\users.ldif -l -s "o=yourcity.com,c=yourcountry" 640-802

This command exports all attributes for all users to the users.ldif file, in LDF format. VCP-310
Export allows users to be imported into an LDAP server.

No comments: