Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > e7f98cc52094672001c3e6a04c417ebf > files > 33

php-pear-DB_ldap2-0.5.0-2mdv2010.0.noarch.rpm

<?php
ini_set('include_path', realpath(dirname(__FILE__) . "/../..") . ":.:" . ini_get('include_path'));

//define('DRIVER_DSN', 'ldap3://127.0.0.1/dc=example,dc=com');
define('DRIVER_DSN', 'ldap3://uid=root,ou=adm,dc=example,dc=com:secret@127.0.0.1/dc=example,dc=com');
//define('DRIVER_DSN', 'pgsql://postgres@localhost/test');
//define('DRIVER_DSN', 'mysql://root@localhost/test');
//define('DRIVER_DSN', 'oci8://system:manager@');
?>