27 Jun, 2013

3 commits


26 Jun, 2013

5 commits


25 Jun, 2013

1 commit

  • Quote install paths (PRGDIR, OPENIDM_HOME) so that pathnames with spaces
    are interpreted correctly.
    
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@2229 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     

21 Jun, 2013

1 commit


14 Jun, 2013

2 commits


11 Jun, 2013

1 commit


10 Jun, 2013

1 commit


07 Jun, 2013

1 commit


06 Jun, 2013

2 commits


05 Jun, 2013

2 commits


04 Jun, 2013

3 commits


31 May, 2013

2 commits


29 May, 2013

3 commits


28 May, 2013

1 commit


24 May, 2013

1 commit


23 May, 2013

3 commits


22 May, 2013

5 commits

  • …figs to time out hanging connections when the repo is unavailable.
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@2169 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    chad.kienle
     
  • Phase 1 of OPENIDM-1310 to allow audit logging to any target
    This allows audit logging for specific eventTypes to be directed to specific
    targets by configuring a "logTo" property for the eventType in audit.json:
    
    {
        "eventTypes" : {
            "activity" : {
                "filter" : {
                    "actions" : [
                        "create",
                        "update",
                        "delete",
                        "patch",
                        "action"
                    ]
                },
                "logTo" : [
                    {
                        "logType" : "csv",
                        "location" : "activity",
                        "recordDelimiter" : ";"
                    }
                ],
                "watchedFields" : [ ],
                "passwordFields" : [ "password" ]
            },
            "recon" : {
                "logTo" : [
                    {
                        "logType" : "csv",
                        "location" : "recon",
                        "recordDelimiter" : ";"
                    }
                ]
            }
        },
        "logTo" : [
            {
                "logType" : "csv",
                "location" : "audit",
                "recordDelimiter" : ";"
            },
            {
                "logType" : "repository",
                "useForQueries" : true
            }
        ],
        "exceptionFormatter" : {
            "type" : "text/javascript",
            "file" : "bin/defaults/script/audit/stacktraceFormatter.js"
        }
    }
    
    sets activity to log to activity.csv, recon to log to recon.csv, and all other events
    to log to audit.csv and the configured repository.
    
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@2168 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     
  • …e without disturbing currently running syncs/recons.
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@2167 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    chad.kienle
     
  • git-svn-id: https://svn.forgerock.org/openidm/trunk@2165 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    Lana
     
  • git-svn-id: https://svn.forgerock.org/openidm/trunk@2164 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    mark
     

21 May, 2013

1 commit


18 May, 2013

1 commit


17 May, 2013

1 commit