summaryrefslogtreecommitdiff
path: root/templates/config.php.epp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/config.php.epp')
-rw-r--r--templates/config.php.epp16
1 files changed, 8 insertions, 8 deletions
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/ *
* *