浏览代码

unneeded undercore in example

tokul 20 年之前
父节点
当前提交
1267520e23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/change_password/README

+ 1 - 1
plugins/change_password/README

@@ -232,7 +232,7 @@ ABOUT LDAP BACKEND
       is not present.
       is not present.
 
 
   Configuration example:
   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
   $cpw_ldap['connect_opts']['PROTOCOL_VERSION']=3;   // forces v3 bind protocol
 
 
   Tested configurations:
   Tested configurations: