Commit 7f403d52 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #5364 Add missing pre/post unlock hooks

Showing with 1 addition and 1 deletion
+1 -1
...@@ -438,7 +438,7 @@ class configInLdap extends simplePlugin ...@@ -438,7 +438,7 @@ class configInLdap extends simplePlugin
'hookMode', TRUE, 'hookMode', TRUE,
array('postcreate', 'postremove', 'postmodify', array('postcreate', 'postremove', 'postmodify',
'precreate', 'preremove', 'premodify', 'check', 'precreate', 'preremove', 'premodify', 'check',
'prelock', 'postlock') 'prelock', 'postlock', 'preunlock', 'postunlock')
), ),
new StringAttribute( new StringAttribute(
_('cmd'), _('The command that will be called'), _('cmd'), _('The command that will be called'),
......
  • bmortier @bmortier

    mentioned in issue #1714 (closed)

    By Côme Chilliet on 2017-09-02T15:35:35 (imported from GitLab)

    ·

    mentioned in issue #1714 (closed)

    By Côme Chilliet on 2017-09-02T15:35:35 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment