Changeset 6134717 in github
- Timestamp:
- Aug 24, 2009 3:29:38 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 028c1f3
- Parents:
- 7b86508
- Location:
- plugins/password
- Files:
-
- 2 edited
-
README (modified) (2 diffs)
-
config.inc.php.dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/password/README
rbe6c975 r6134717 31 31 2.3. Poppassd/Courierpassd (poppassd) 32 32 2.4. LDAP (ldap) 33 2.5. DirectAdmin Control Panel 33 34 3. Driver API 34 35 … … 162 163 2.4. LDAP (ldap) 163 164 ---------------- 164 165 165 166 See config.inc.php file. Requires PEAR::Net_LDAP2 package. 167 168 169 2.5. DirectAdmin Control Panel 170 ------------------------------------- 171 172 You can specify which host to connect to via `password_directadmin_host` 173 and what port via `password_direactadmin_port`. See config.inc.php file 174 for more info. 166 175 167 176 -
plugins/password/config.inc.php.dist
r7b86508 r6134717 115 115 $rcmail_config['password_ldap_force_replace'] = true; 116 116 117 118 // DirectAdmin Driver options 119 // -------------------------- 120 // The host which changes the password 121 $rcmail_config['password_directadmin_host'] = 'localhost'; 122 123 // TCP port used for DirectAdmin connections 124 $rcmail_config['password_directadmin_port'] = 2222; 125 117 126 ?>
Note: See TracChangeset
for help on using the changeset viewer.
