From ffcc6bc9b569d7926dc2eecf79dd193e445e8e05 Mon Sep 17 00:00:00 2001 From: tokul Date: Thu, 5 May 2005 16:55:30 +0000 Subject: [PATCH] unneeded undercore in example git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9405 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/change_password/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/change_password/README b/plugins/change_password/README index e0417bc4..06df0726 100644 --- a/plugins/change_password/README +++ b/plugins/change_password/README @@ -232,7 +232,7 @@ ABOUT LDAP BACKEND is not present. Configuration example: - $cpw_ldap['base_dn']='ou=users,dc=example,dc=com'; // sets base dn + $cpw_ldap['basedn']='ou=users,dc=example,dc=com'; // sets base dn $cpw_ldap['connect_opts']['PROTOCOL_VERSION']=3; // forces v3 bind protocol Tested configurations: -- 2.25.1