J'ai récupéré le RPM de Mister Sleepy, ici, et lors de l'installation j'ai droit à ceci :
- Code: Tout sélectionner
WARNING in /etc/e-smith/templates//opt/phpLdapAdmin/config.php/02part: *WARNING* esmith::config(/home/e-smith/configuration) called with old database path. The following package needs to be updated: at /usr/lib/perl5/site_perl/esmith/config.pm line 374
esmith::config::TIEHASH('esmith::config', '/home/e-smith/configuration') called at /etc/e-smith/templates//opt/phpLdapAdmin/config.php/02part line 11
eval 'package esmith::__TEMPLATE__::1; ;
#line 1 /etc/e-smith/templates//opt/phpLdapAdmin/config.php/02part
open (PW, "/etc/openldap/ldap.pw")
|| die "Could not read LDAP password.\\n";
my $pw = <PW>;
chomp ($pw);
close PW;
use esmith::util;
my %conf;
tie %conf, \'esmith::config\', \'/home/e-smith/configuration\';
my $domain = db_get(\\%conf, \'DomainName\');
my $dc = esmith::util::ldapBase($domain);
$OUT .= "\\$servers[\\$i][\'base\'] = \'$dc\';\\n";
$OUT .= "\\$servers[\\$i][\'port\'] = 389;\\n";
$OUT .= "\\$servers[\\$i][\'auth_type\'] = \'config\';\\n";
$OUT .= "\\$servers[\\$i][\'login_dn\'] = \'cn=root,$dc\';\\n";
$OUT .= "\\$servers[\\$i][\'login_pass\'] = \'$pw\';\\n";
;' called at /usr/lib/perl5/vendor_perl/5.8.5/Text/Template.pm line 319
Text::Template::fill_in('Text::Template=HASH(0x9a239e0)', 'HASH', 'ARRAY(0x98f7118)', 'PACKAGE', 'esmith::__TEMPLATE__::1', 'BROKEN', 'CODE(0x9968498)', 'UNTAINT', 1, ...) called at /usr/lib/perl5/vendor_perl/5.8.5/Text/Template.pm line 382
Text::Template::fill_in_file('/etc/e-smith/templates//opt/phpLdapAdmin/config.php/02part', 'HASH', 'ARRAY(0x98f7118)', 'PACKAGE', 'esmith::__TEMPLATE__::1', 'BROKEN', 'CODE(0x9968498)', 'UNTAINT', 1, ...) called at /usr/lib/perl5/site_perl/esmith/templates.pm line 528
esmith::templates::processTemplate('HASH(0x96beb44)') called at /sbin/e-smith/expand-template line 45
WARNING: Template processing succeeded for //opt/phpLdapAdmin/config.php: 1 fragment generated warnings
at /sbin/e-smith/expand-template line 45
apachectl: Configuration syntax error, will not run "graceful":
Syntax error on line 927 of /etc/httpd/conf/httpd.conf:
Invalid command 'RequireSSL', perhaps mis-spelled or defined by a module not included in the server configuration
You can access phpLdapAdmin at https://192.168.1.1/phpldapadmin
Et lorsque j'essaye d'accéder à https://192.168.1.1/phpldapadmin, j'ai un beau 404 Not Found
Merci d'avance