January 04, 2012
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.
January 04, 2012
Posted by: gdelmatto : Category:
Memos
As seen over there at CheckPoint SupportCenter
Use ‘cpconfig’ on the CLI (may need ‘expert’ mode)
June 15, 2011
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.