File: ldapldifconfig.ini.dist

package info (click to toggle)
php-net-ldap 1%3A1.1.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 484 kB
  • ctags: 1,095
  • sloc: php: 2,669; xml: 431; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 1,166 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; +---------------------------------------------------------------------------+
; | This is a configuration file for Net_LDAPLDIFs tests.                     |
; | To activate the tests, you need to adjust the configuration to            |
; | your needs and copy it over to "ldapldifconfig.conf". Place the           |
; | file inside the directory holding all the test programs.                  |
; |                                                                           |
; | Note, that this tests assumes a correct LDIF file.                        |
; | By default, one of the test sets will be used.                            |
; |                                                                           |
; | The syntax of this file is really easy and similar to other .ini-files.   |
; | Remember to quote strings containing non-alphanumeric characters.         |
; +---------------------------------------------------------------------------+


; /!\ IMOPORTANT NOTE: THE LDIF BASED MOCK SERVER IS NOT IMPLEMENTED SO FAR! /!\
;     This file is just here for later use and a reminder. Just ignore it so far
;     unless you are implementing tests :)