Skip to content

Instantly share code, notes, and snippets.

@idsecurity
idsecurity / objectClass.js
Created March 13, 2018 20:10
Remove unwanted objectClass value using LDIFTransform
/*
* Copyright (C) 2015-2018 almu
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@idsecurity
idsecurity / installreports.js
Created March 28, 2018 20:37
Quick and dirty script for adding views
/**
* USE AT YOUR OWN RISK - BACKUP THE DATABASE FIRST!
* 1) Download the additional report ZIP files from the Reporting Module
* 2) Place them in a separate directory
* 3) Place this file in the same directory
* 4) Copy the directory to the Postgres server
* 5) Change the information under the START CHANGE THIS heading
* 6) Run jjs from Java 8 or later from same directory:
* jjs -scripting installreports.js
*/
@idsecurity
idsecurity / configuration.xml
Created July 4, 2020 21:16
updated adhelper
<subscriber-options>
<configuration-values>
<definitions>
<definition display-name="Path to SetACL.exe" name="sub-setacl-path" type="string">
<description>SetACL.exe path</description>
<value>C:\Novell\RemoteLoader\SetACL.exe</value>
</definition>
<definition display-name="Watchdog timeout" name="sub-watchdog-timeout" type="string">
<description>Watchdog timeout</description>
<value>60</value>