Win32 GuiDbEdit for Check Point Firewall

Posted by: gdelmatto  :  Category: Memos

As seen in Check Point SupportCenter, there’s also a (win32) GUI Version of the DBEdit CLI tool, located at C:\Program Files\CheckPoint\SmartConsole\PROGRAM\GuiDbEdit.exe.

Great visual debugging aid if you’re doing automation stuff with CLI dbedit.

Configuring GUI Clients for CheckPoint Firewall on the CLI

Posted by: gdelmatto  :  Category: Memos

As seen over there at CheckPoint SupportCenter

Use ‘cpconfig’ on the CLI (may need ‘expert’ mode)

Searching LDAP via CLI

Posted by: admin  :  Category: Memos

Just a reminder to myself on how to search an LDAP directory via CLI.

The CN hierarchy is likely to be different with your environment.


ldapsearch -b dc=users,dc=acme,dc=net -w PASSWORD -D cn=BINDUSER,dc=users,dc=acme,dc=net '(&(uid=SEARCHSTRING))'

‘ldapsearch’ is part of openldap.