diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 48a9a7aec6..95aa592594 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -75,7 +75,7 @@

>

-


t('Not recommended, use for testing only.'));?>

+


t('Not recommended, use for testing only.'));?>

t('Directory Settings'));?>

@@ -108,7 +108,7 @@

t('Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have a internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage.'));?>


- t('Help'));?> + t('Help'));?> diff --git a/core/templates/installation.php b/core/templates/installation.php index a87853cbef..6de67a83d4 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -23,7 +23,7 @@
t('Security Warning'));?>

t('Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)'));?>
- t('Please update your PHP installation to use %s securely.', $defaults->getName() )); ?>

+ t('Please update your PHP installation to use %s securely.', $theme->getName() )); ?>

@@ -39,7 +39,7 @@

t('Your data directory and files are probably accessible from the internet because the .htaccess file does not work.'));?>
t( 'For information how to properly configure your server, please see the documentation.', - $defaults->getDocBaseUrl().'/server/5.0/admin_manual/installation.html' + $theme->getDocBaseUrl().'/server/5.0/admin_manual/installation.html' )); ?>