tokul 20 年 前
コミット
6c155f5b79
1 ファイル変更1 行追加1 行削除
  1. 1 1
      plugins/change_password/backend/ldap.php

+ 1 - 1
plugins/change_password/backend/ldap.php

@@ -38,7 +38,7 @@ $cpw_ldap_port=389;
 /**
  * LDAP basedn that is used for binding to LDAP server.
  * this option must be set to correct value.
- * @global $cpw_ldap_basedn;
+ * @global string $cpw_ldap_basedn;
  */
 global $cpw_ldap_basedn;
 $cpw_ldap_basedn='';