This file is indexed.

/usr/share/php/tests/Horde_Ldap/Horde/Ldap/LdifTest.php is in php-horde-ldap 2.0.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
<?php
/**
 * Copyright 2010-2013 Horde LLC (http://www.horde.org/)
 *
 * @package    Ldap
 * @subpackage UnitTests
 * @author     Jan Schneider <jan@horde.org>
 * @license    http://www.gnu.org/licenses/lgpl-3.0.html LGPL-3.0
 */
class Horde_Ldap_LdifTest extends PHPUnit_Framework_TestCase
{
    /**
     * Default configuration for tests.
     *
     * The config is bound to the ldif test file
     * tests/fixtures/unsorted_w50.ldif, so don't change or tests will fail.
     *
     * @var array
     */
    protected $_defaultConfig = array(
        'encode'  => 'base64',
        'wrap'    => 50,
        'change'  => 0,
        'sort'    => 0,
        'version' => 1
    );

    /**
     * Test entries data.
     *
     * Please do not just modify these values, they are closely related to the
     * LDIF test data.
     *
     * @var array
     */
    protected $_testdata = array(
        'cn=test1,ou=example,dc=cno' => array(
            'cn'          => 'test1',
            'attr3'       => array('foo', 'bar'),
            'attr1'       => 12345,
            'attr4'       => 'brrrzztt',
            'objectclass' => 'oc1',
            'attr2'       => array('1234', 'baz')),

        'cn=test blabla,ou=example,dc=cno' => array(
            'cn'          => 'test blabla',
            'attr3'       => array('foo', 'bar'),
            'attr1'       => 12345,
            'attr4'       => 'blablaöäü',
            'objectclass' => 'oc2',
            'attr2'       => array('1234', 'baz'),
            'verylong'    => 'fhu08rhvt7b478vt5hv78h45nfgt45h78t34hhhhhhhhhv5bg8h6ttttttttt3489t57nhvgh4788trhg8999vnhtgthgui65hgb5789thvngwr789cghm738'),

        'cn=test öäü,ou=example,dc=cno' => array(
            'cn'          => 'test öäü',
            'attr3'       => array('foo', 'bar'),
            'attr1'       => 12345,
            'attr4'       => 'blablaöäü',
            'objectclass' => 'oc3',
            'attr2'       => array('1234', 'baz'),
            'attr5'       => 'endspace ',
            'attr6'       => ':badinitchar'),

        ':cn=endspace,dc=cno ' => array(
            'cn'          => 'endspace')
    );

    /**
     * Test file written to.
     *
     * @var string
     */
    protected $_outfile = 'test.out.ldif';

    /**
     * Test entries.
     *
     * They will be created in setUp()
     *
     * @var array
     */
    protected $_testentries;

    /**
     * Opens an outfile and ensures correct permissions.
     */
    public function setUp()
    {
        // Initialize test entries.
        $this->_testentries = array();
        foreach ($this->_testdata as $dn => $attrs) {
            $entry = Horde_Ldap_Entry::createFresh($dn, $attrs);
            $this->assertInstanceOf('Horde_Ldap_Entry', $entry);
            $this->_testentries[] = $entry;
        }

        // Create outfile if not exists and enforce proper access rights.
        if (!file_exists($this->_outfile)) {
            if (!touch($this->_outfile)) {
                $this->markTestSkipped('Unable to create ' . $this->_outfile);
            }
        }
        if (!chmod($this->_outfile, 0644)) {
            $this->markTestSkipped('Unable to chmod(0644) ' . $this->_outfile);
        }
    }

    /**
     * Removes the outfile.
     */
    public function tearDown()
    {
        @unlink($this->_outfile);
    }

    /**
     * Construction tests.
     *
     * Construct LDIF object and see if we can get a handle.
     */
    public function testConstruction()
    {
        $supported_modes = array('r', 'w', 'a');
        $plus            = array('', '+');

        // Test all open modes, all of them should return a correct handle.
        foreach ($supported_modes as $mode) {
            foreach ($plus as $p) {
                $ldif = new Horde_Ldap_Ldif($this->_outfile, $mode, $this->_defaultConfig);
                $this->assertTrue(is_resource($ldif->handle()));
            }
        }

        // Test illegal option passing.
        try {
            $ldif = new Horde_Ldap_Ldif($this->_outfile, $mode, array('somebad' => 'option'));
            $this->fail('Horde_Ldap_Exception expected.');
        } catch (Horde_Ldap_Exception $e) {}

        // Test passing custom handle.
        $handle = fopen($this->_outfile, 'r');
        $ldif = new Horde_Ldap_Ldif($handle, $mode, $this->_defaultConfig);
        $this->assertTrue(is_resource($ldif->handle()));

        // Reading test with invalid file mode.
        try {
            $ldif = new Horde_Ldap_Ldif($this->_outfile, 'y', $this->_defaultConfig);
            $this->fail('Horde_Ldap_Exception expected.');
        } catch (Horde_Ldap_Exception $e) {}

        // Reading test with non-existent file.
        try {
            $ldif = new Horde_Ldap_Ldif('some/nonexistent/file_for_net_ldap_ldif', 'r', $this->_defaultConfig);
            $this->fail('Horde_Ldap_Exception expected.');
        } catch (Horde_Ldap_Exception $e) {}

        // Writing to non-existent file.
        $ldif = new Horde_Ldap_Ldif('testfile_for_net_ldap_ldif', 'w', $this->_defaultConfig);
        $this->assertTrue(is_resource($ldif->handle()));
        @unlink('testfile_for_net_ldap_ldif');

        // Writing to non-existent path.
        try {
            $ldif = new Horde_Ldap_Ldif('some/nonexistent/file_for_net_ldap_ldif', 'w', $this->_defaultConfig);
            $this->fail('Horde_Ldap_Exception expected.');
        } catch (Horde_Ldap_Exception $e) {}

        // Writing to existing file but without permission. chmod() should
        // succeed since we test that in setUp().
        if (chmod($this->_outfile, 0444)) {
            try {
                $ldif = new Horde_Ldap_Ldif($this->_outfile, 'w', $this->_defaultConfig);
                $this->fail('Horde_Ldap_Exception expected.');
            } catch (Horde_Ldap_Exception $e) {}
        } else {
            $this->markTestSkipped('Could not chmod ' . $this->_outfile . ', write test without permission skipped');
        }
    }

    /**
     * Tests if entries from an LDIF file are correctly constructed.
     */
    public function testReadEntry()
    {
        /* UNIX line endings. */
        $ldif = new Horde_Ldap_Ldif(__DIR__.'/fixtures/unsorted_w50.ldif', 'r', $this->_defaultConfig);
        $this->assertTrue(is_resource($ldif->handle()));

        $entries = array();
        do {
            $entry = $ldif->readEntry();
            $this->assertInstanceOf('Horde_Ldap_Entry', $entry);
            $entries[] = $entry;
        } while (!$ldif->eof());

        $this->_compareEntries($this->_testentries, $entries);

        /* Windows line endings. */
        $ldif = new Horde_Ldap_Ldif(__DIR__.'/fixtures/unsorted_w50_WIN.ldif', 'r', $this->_defaultConfig);
        $this->assertTrue(is_resource($ldif->handle()));

        $entries = array();
        do {
            $entry = $ldif->readEntry();
            $this->assertInstanceOf('Horde_Ldap_Entry', $entry);
            $entries[] = $entry;
        } while (!$ldif->eof());

        $this->_compareEntries($this->_testentries, $entries);
    }

    /**
     * Tests if entries are correctly written.
     *
     * This tests converting entries to LDIF lines, wrapping, encoding, etc.
     */
    public function testWriteEntry()
    {
        $testconf = $this->_defaultConfig;

        /* Test wrapped operation. */
        $testconf['wrap'] = 50;
        $testconf['sort'] = 0;
        $expected = array_map(array($this, '_lineend'), file(__DIR__.'/fixtures/unsorted_w50.ldif'));

        // Strip 4 starting lines because of comments in the file header.
        array_splice($expected, 0, 4);

        // Write LDIF.
        $ldif = new Horde_Ldap_Ldif($this->_outfile, 'w', $testconf);
        $this->assertTrue(is_resource($ldif->handle()));
        $ldif->writeEntry($this->_testentries);
        $ldif->done();

        // Compare files.
        $this->assertEquals($expected, file($this->_outfile));

        $testconf['wrap'] = 30;
        $testconf['sort'] = 0;
        $expected = array_map(array($this, '_lineend'), file(__DIR__.'/fixtures/unsorted_w30.ldif'));

        // Strip 4 starting lines because of comments in the file header.
        array_splice($expected, 0, 4);

        // Write LDIF.
        $ldif = new Horde_Ldap_Ldif($this->_outfile, 'w', $testconf);
        $this->assertTrue(is_resource($ldif->handle()));
        $ldif->writeEntry($this->_testentries);
        $ldif->done();

        // Compare files.
        $this->assertEquals($expected, file($this->_outfile));

        /* Test unwrapped operation. */
        $testconf['wrap'] = 40;
        $testconf['sort'] = 1;
        $expected = array_map(array($this, '_lineend'), file(__DIR__.'/fixtures/sorted_w40.ldif'));

        // Strip 4 starting lines because of comments in the file header.
        array_splice($expected, 0, 4);

        // Write LDIF.
        $ldif = new Horde_Ldap_Ldif($this->_outfile, 'w', $testconf);
        $this->assertTrue(is_resource($ldif->handle()));
        $ldif->writeEntry($this->_testentries);
        $ldif->done();

        // Compare files.
        $this->assertEquals($expected, file($this->_outfile));

        $testconf['wrap'] = 50;
        $testconf['sort'] = 1;
        $expected = array_map(array($this, '_lineend'), file(__DIR__.'/fixtures/sorted_w50.ldif'));

        // Strip 4 starting lines because of comments in the file header.
        array_splice($expected, 0, 4);

        // Write LDIF.
        $ldif = new Horde_Ldap_Ldif($this->_outfile, 'w', $testconf);
        $this->assertTrue(is_resource($ldif->handle()));
        $ldif->writeEntry($this->_testentries);
        $ldif->done();

        // Compare files.
        $this->assertEquals($expected, file($this->_outfile));

        /* Test raw option. */
        $testconf['wrap'] = 50;
        $testconf['sort'] = 1;
        $testconf['raw']  = '/attr6/';
        $expected = array_map(array($this, '_lineend'), file(__DIR__.'/fixtures/sorted_w50.ldif'));
        // Strip 4 starting lines because of comments in the file header.
        array_splice($expected, 0, 4);

        // Write LDIF.
        $ldif = new Horde_Ldap_Ldif($this->_outfile, 'w', $testconf);
        $this->assertTrue(is_resource($ldif->handle()));
        $ldif->writeEntry($this->_testentries);
        $ldif->done();

        // Compare files, with expected attributes adjusted.
        $this->assertEquals($expected, file($this->_outfile));

        /* Test writing with non entry as parameter. */
        $ldif = new Horde_Ldap_Ldif($this->_outfile, 'w');
        $this->assertTrue(is_resource($ldif->handle()));
        try {
            $ldif->writeEntry('malformed_parameter');
            $this->fail('Horde_Ldap_Exception expected.');
        } catch (Horde_Ldap_Exception $e) {}
    }

    /**
     * Test version writing.
     */
    public function testWriteVersion()
    {
        $testconf = $this->_defaultConfig;

        $expected = array_map(array($this, '_lineend'), file(__DIR__.'/fixtures/unsorted_w50.ldif'));

        // Strip 4 starting lines because of comments in the file header.
        array_splice($expected, 0, 4);

        // Strip 1 additional line (the "version: 1" line that should not be
        // written now) and adjust test config.
        array_shift($expected);
        unset($testconf['version']);

        // Write LDIF.
        $ldif = new Horde_Ldap_Ldif($this->_outfile, 'w', $testconf);
        $this->assertTrue(is_resource($ldif->handle()));
        $ldif->writeEntry($this->_testentries);
        $ldif->done();

        // Compare files.
        $this->assertEquals($expected, file($this->_outfile));
    }

    /**
     * Round trip test: Read LDIF, parse to entries, write that to LDIF and
     * compare both files.
     */
    public function testReadWriteRead()
    {
        $ldif = new Horde_Ldap_Ldif(__DIR__.'/fixtures/unsorted_w50.ldif', 'r', $this->_defaultConfig);
        $this->assertTrue(is_resource($ldif->handle()));

        // Read LDIF.
        $entries = array();
        do {
            $entry = $ldif->readEntry();
            $this->assertInstanceOf('Horde_Ldap_Entry', $entry);
            $entries[] = $entry;
        } while (!$ldif->eof());
        $ldif->done();

         // Write LDIF.
         $ldif = new Horde_Ldap_Ldif($this->_outfile, 'w', $this->_defaultConfig);
         $this->assertTrue(is_resource($ldif->handle()));
         $ldif->writeEntry($entries);
         $ldif->done();

         // Compare files.
         $expected = array_map(array($this, '_lineend'), file(__DIR__.'/fixtures/unsorted_w50.ldif'));

         // Strip 4 starting lines because of comments in the file header.
         array_splice($expected, 0, 4);

         $this->assertEquals($expected, file($this->_outfile));
    }

    /**
     * Tests if entry changes are correctly written.
     */
    public function testWriteEntryChanges()
    {
        $testentries = $this->_testentries;
        $testentries[] = Horde_Ldap_Entry::createFresh('cn=foo,ou=example,dc=cno', array('cn' => 'foo'));
        $testentries[] = Horde_Ldap_Entry::createFresh('cn=footest,ou=example,dc=cno', array('cn' => 'foo'));

        $testconf = $this->_defaultConfig;
        $testconf['change'] = 1;

        /* No changes should produce empty file. */
        $ldif = new Horde_Ldap_Ldif($this->_outfile, 'w', $testconf);
        $this->assertTrue(is_resource($ldif->handle()));
        $ldif->writeEntry($testentries);
        $ldif->done();
        $this->assertEquals(array(), file($this->_outfile));

        /* Changes test. */
        // Prepare some changes.
        $testentries[0]->delete('attr1');
        $testentries[0]->delete(array('attr2' => 'baz'));
        $testentries[0]->delete(array('attr4', 'attr3' => 'bar'));

        // Prepare some replaces and adds.
        $testentries[2]->replace(array('attr1' => 'newvaluefor1'));
        $testentries[2]->replace(array('attr2' => array('newvalue1for2', 'newvalue2for2')));
        $testentries[2]->replace(array('attr3' => ''));
        $testentries[2]->replace(array('newattr' => 'foo'));

        // Delete whole entry.
        $testentries[3]->delete();

        // Rename and move.
        $testentries[4]->dn('cn=Bar,ou=example,dc=cno');
        $testentries[5]->dn('cn=foobartest,ou=newexample,dc=cno');

        // Carry out write.
        $ldif = new Horde_Ldap_Ldif($this->_outfile, 'w', $testconf);
        $this->assertTrue(is_resource($ldif->handle()));
        $ldif->writeEntry($testentries);
        $ldif->done();

        // Compare results.
        $expected = array_map(array($this, '_lineend'), file(__DIR__.'/fixtures/changes.ldif'));

        // Strip 4 starting lines because of comments in the file header.
        array_splice($expected, 0, 4);

        $this->assertEquals($expected, file($this->_outfile));
    }

    /**
     * Test error dropping functionality.
     */
    public function testError()
    {
        // No error.
        $ldif = new Horde_Ldap_Ldif(__DIR__ . '/fixtures/unsorted_w50.ldif', 'r', $this->_defaultConfig);

        // Test for line number reporting
        $ldif = new Horde_Ldap_Ldif(__DIR__ . '/fixtures/malformed_syntax.ldif', 'r', $this->_defaultConfig);
        $this->setExpectedException('Horde_Ldap_Exception',
                                    'Invalid syntax at input line 7');
        do {
            $entry = $ldif->readEntry();
        } while (!$ldif->eof());

        // Error giving error msg and line number:
        $this->setExpectedException('Horde_Ldap_Exception');
        $ldif = new Horde_Ldap_Ldif(__DIR__ . '/some_not_existing/path/for/net_ldap_ldif', 'r', $this->_defaultConfig);
    }

    /**
     * Tests currentLines() and nextLines().
     *
     * This should always return the same lines unless forced.
     */
    public function testLineMethods()
    {
        $ldif = new Horde_Ldap_Ldif(__DIR__.'/fixtures/unsorted_w50.ldif', 'r', $this->_defaultConfig);
        $this->assertEquals(array(), $ldif->currentLines(), 'Horde_Ldap_Ldif initialization error!');

        // Read first lines.
        $lines = $ldif->nextLines();

        // Read the first lines several times and test.
        for ($i = 0; $i <= 10; $i++) {
            $r_lines = $ldif->nextLines();
            $this->assertEquals($lines, $r_lines);
        }

        // Now force to iterate and see if the content changes.
        $r_lines = $ldif->nextLines(true);
        $this->assertNotEquals($lines, $r_lines);

        // It could be confusing to some people, but calling currentEntry()
        // would not work now, like the description of the method says.
        $no_entry = $ldif->currentLines();
        $this->assertEquals(array(), $no_entry);
    }

    /**
     * Tests currentEntry(). This should always return the same object.
     */
    public function testcurrentEntry()
    {
        $ldif = new Horde_Ldap_Ldif(__DIR__.'/fixtures/unsorted_w50.ldif', 'r', $this->_defaultConfig);

        // Read first entry.
        $entry = $ldif->readEntry();

        // Test if currentEntry remains the first one.
        for ($i = 0; $i <= 10; $i++) {
            $e = $ldif->currentEntry();
            $this->assertEquals($entry, $e);
        }
    }

    /**
     * Compares two Horde_Ldap_Entries.
    *
    * This helper function compares two entries (or array of entries) and
    * checks if they are equal. They are equal if all DNs from the first crowd
    * exist in the second AND each attribute is present and equal at the
    * respective entry. The search is case sensitive.
    *
    * @param array|Horde_Ldap_Entry $entry1
    * @param array|Horde_Ldap_Entry $entry2
    * @return boolean
    */
    protected function _compareEntries($entry1, $entry2)
    {
        if (!is_array($entry1)) {
            $entry1 = array($entry1);
        }
        if (!is_array($entry2)) {
            $entry2 = array($entry2);
        }

        $entries_data1 = $entries_data2  = array();

        // Step 1: extract and sort data.
        foreach ($entry1 as $e) {
            $values = $e->getValues();
            foreach ($values as $attr_name => $attr_values) {
                if (!is_array($attr_values)) {
                    $attr_values = array($attr_values);
                }
                $values[$attr_name] = $attr_values;
            }
            $entries_data1[$e->dn()] = $values;
        }
        foreach ($entry2 as $e) {
            $values = $e->getValues();
            foreach ($values as $attr_name => $attr_values) {
                if (!is_array($attr_values)) {
                    $attr_values = array($attr_values);
                }
                $values[$attr_name] = $attr_values;
            }
            $entries_data2[$e->dn()] = $values;
        }

        // Step 2: compare DNs (entries).
        $this->assertEquals(array_keys($entries_data1), array_keys($entries_data2), 'Entries DNs not equal! (missing entry or wrong DN)');

        // Step 3: look for attribute existence and compare values.
        foreach ($entries_data1 as $dn => $attributes) {
            $this->assertEquals($entries_data1[$dn], $entries_data2[$dn], 'Entries ' . $dn . ' attributes are not equal');
            foreach ($attributes as $attr_name => $attr_values) {
                $this->assertEquals(0, count(array_diff($entries_data1[$dn][$attr_name], $entries_data2[$dn][$attr_name])), 'Entries ' . $dn . ' attribute ' . $attr_name . ' values are not equal');
            }
        }

        return true;
    }

    /**
     * Create line endings for current OS.
     *
     * This is neccessary to make write tests platform indendent.
     *
     * @param string $line Line
     * @return string
     */
    protected function _lineend($line)
    {
        return rtrim($line) . PHP_EOL;
    }
}