X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fgetldif.php;h=21817d1b537157a657d0b2c86a717029fa6b8e0e;hb=08638e58d2e029ef0745fae762f602065b436a1c;hp=541204607c66b26ee340a12b01e474efadcc4080;hpb=e299f0ca47a924516f2afbe4e922f2418b75315c;p=gosa.git diff --git a/html/getldif.php b/html/getldif.php index 541204607..21817d1b5 100644 --- a/html/getldif.php +++ b/html/getldif.php @@ -37,7 +37,7 @@ function dump_ldap ($mode= 0) } elseif($mode == 4){ // IVBB LDIF Export $dn = base64_decode($_GET['dn']); - $display= $ldap->gen_ldif($dn,"(objectClass=ivbbEntry)",array( + $display= $ldap->gen_ldif($dn,"(objectClass=ivbbentry)",array( "GouvernmentOrganizationalUnit","houseIdentifier","vocation", "ivbbLastDeliveryCollective","gouvernmentOrganizationalPersonLocality", "gouvernmentOrganizationalUnitDescription","gouvernmentOrganizationalUnitSubjectArea", @@ -65,7 +65,7 @@ session_start (); /* Logged in? Simple security check */ if (!isset($_SESSION['ui'])){ - gosa_log ("Error: getpic.php called without session"); + gosa_log ("Error: getldif.php called without session"); header ("Location: ../index.php"); exit; }