From 51810236a041d8dc5a29b34743a87afb5d665988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 20 Jun 2023 20:33:37 +0200 Subject: Spelling fixes. One of them important. --- files/head.php | 2 +- manifests/init.pp | 2 +- templates/auto_number/search.epp | 2 +- templates/config.php.epp | 16 ++++++++-------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/files/head.php b/files/head.php index 1644b01..4bac7ce 100644 --- a/files/head.php +++ b/files/head.php @@ -3,7 +3,7 @@ * The phpLDAPadmin config file * See: http://phpldapadmin.sourceforge.net/wiki/index.php/Config.php * - * DONT change config_default.php, you changes will be lost by the next release + * DON'T change config_default.php, you changes will be lost by the next release * of PLA. Instead change this file - as it will NOT be replaced by a new * version of phpLDAPadmin. * diff --git a/manifests/init.pp b/manifests/init.pp index 736ed79..93c7323 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -79,7 +79,7 @@ class phpldapadmin ( # TODO # /etc/php7/php.ini # extension=ldap - # exteniosn + # extension # TODO also ensure writable by web server file { $tmpdir: diff --git a/templates/auto_number/search.epp b/templates/auto_number/search.epp index 5817c76..af7e755 100644 --- a/templates/auto_number/search.epp +++ b/templates/auto_number/search.epp @@ -18,7 +18,7 @@ $servers->setValue('auto_number','search_base','<%= $phpldapadmin::auto_number:: (only when 'search' is used for auto_number. */ $servers->setValue('auto_number','min',array( 'uidNumber' => <%= $phpldapadmin::auto_number::search::uid %>, - 'gidNumber' => <%= $phpldapadmin::auto_number::serach::gid %>)); + 'gidNumber' => <%= $phpldapadmin::auto_number::search::gid %>)); <% if $phpldapadmin::auto_number::search::dn { %> $servers->setValue('auto_number', 'dn', '<%= $phpldapadmin::auto_number::search::dn %>'); diff --git a/templates/config.php.epp b/templates/config.php.epp index 2031945..f9bfebb 100644 --- a/templates/config.php.epp +++ b/templates/config.php.epp @@ -20,7 +20,7 @@ null /* The language setting. If you set this to 'auto', phpLDAPadmin will attempt to determine your language automatically. - If PLA doesnt show (all) strings in your language, then you can do some + If PLA doesn't show (all) strings in your language, then you can do some translation at http://translations.launchpad.net/phpldapadmin and download the translation files, replacing those provided with PLA. (We'll pick up the translations before making the next release too!) */ @@ -246,7 +246,7 @@ $config->custom->modify_member['posixgroupattr'] = 'memberUid'; *********************************************/ /* Use this array if you want to have your attributes displayed in a specific - order. You can use default attribute names or their fridenly names. + order. You can use default attribute names or their friendly names. For example, "sn" will be displayed right after "givenName". All the other attributes that are not specified in this array will be displayed after in alphabetical order. */ @@ -394,7 +394,7 @@ $servers->setValue('login','auth_type','<%= $phpldapadmin::auth_type %>'); See http://beepcore-tcl.sourceforge.net/tclsasl.html#anchor5 for explanation. */ // $servers->setValue('sasl','props',null); -/* Default password hashing algorithm. One of md5, ssha, sha, md5crpyt, smd5, +/* Default password hashing algorithm. One of md5, ssha, sha, md5crypt, smd5, blowfish, crypt or leave blank for now default algorithm. */ // $servers->setValue('appearance','pla_password_hash','md5'); @@ -412,7 +412,7 @@ $servers->setValue('login','auth_type','<%= $phpldapadmin::auth_type %>'); // $servers->setValue('login','base',array()); /* If 'login,attr' is used above such that phpLDAPadmin will search for your DN - at login, you may restrict the search to a specific objectClasses. EG, set this + at login, you may restrict the search to a specific objectClasses. E.G., set this to array('posixAccount') or array('inetOrgPerson',..), depending upon your setup. */ // $servers->setValue('login','class',array()); @@ -460,11 +460,11 @@ $servers->setValue('appearance','open_tree',<%= $phpldapadmin::open_tree %>); # '(|(uidNumber=200)(uidNumber=201))', # 'cn=callcenter,ou=Group,dc=example,dc=com')); -/* Set this if you dont want this LDAP server to show in the tree */ +/* Set this if you don't want this LDAP server to show in the tree */ // $servers->setValue('server','visible',true); -/* Set this if you want to hide the base DNs that dont exist instead of - displaying the message "The base entry doesnt exist, create it?" +/* Set this if you want to hide the base DNs that don't exist instead of + displaying the message "The base entry doesn't exist, create it?" // $servers->setValue('server','hide_noaccess_base',false); # $servers->setValue('server','hide_noaccess_base',true); @@ -571,7 +571,7 @@ $servers->setValue('server','force_may',array('uidNumber','gidNumber','sambaSID' /*********************************************************************************** - * If you want to configure Google reCAPTCHA on autentication form, do so below. * + * If you want to configure Google reCAPTCHA on authentication form, do so below. * * Remove the commented lines and use this section as a template for all * * reCAPTCHA v2 Generate on https://www.google.com/recaptcha/ * * * -- cgit v1.2.3