Commit 895af687 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #3073 Snapshot (or restore snapshot) not working

Showing with 1 addition and 1 deletion
+1 -1
...@@ -237,7 +237,7 @@ class SnapshotHandler { ...@@ -237,7 +237,7 @@ class SnapshotHandler {
$data = ''; $data = '';
foreach ($dns as $tmp_dn) { foreach ($dns as $tmp_dn) {
$data .= $ldap->generateLdif(LDAP::fix($tmp_dn), $data .= $ldap->generateLdif(LDAP::fix($tmp_dn),
'(&(!(objectClass=gosaDepartment))(!(objectClass=FAIclass)))', array(), 'sub'); '(!(objectClass=gosaDepartment))', array(), 'sub');
} }
$newName = str_replace(".", "", $sec."-".$usec); $newName = str_replace(".", "", $sec."-".$usec);
......
  • bmortier @bmortier

    mentioned in issue #1040 (closed)

    By Alex-31 on 2017-09-02T15:10:08 (imported from GitLab)

    ·

    mentioned in issue #1040 (closed)

    By Alex-31 on 2017-09-02T15:10:08 (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