6.0.0-beta4
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
3/16/26
History
Attachments
Comment
Watch
Download
Comment on [#8143] SHA encryption incompatible with Toltec connector
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ __.. .._..___. [__)(__ |__| | | | \.__)| |_|_ |
Comment
> as defined in "passwd/lib/Driver/kolab.php", > > SHA encryption is used for storing the user_password in LDAP. > > > > Since we use Toltec and it uses PLAIN encryption, this is incompatible. > > > > > > // And finally change the password. > > $new_details['userPassword'] = '{sha}' . > > base64_encode(pack('H*', sha1($new_password))); > > > > if (!ldap_mod_replace($ds, $userdn, $new_details)) { > > return PEAR::raiseError(ldap_error($ds)); > > } > > > > > > In backends.php I've defined the following, but since encryption is > hardcoded into the Kolab-Driver this won't work: > > > > $backends['kolab'] = array( > > 'name' => 'Local Kolab Server', > > 'preferred' => '', > > 'password policy' => array( > > 'minLength' => 3, > > 'maxLength' => 8 > > ), > > 'driver' => 'kolab', > > 'params' => array( > > 'encryption' => 'plain' > > ) > > ); > > > > > >
Attachment
Watch this ticket
New Ticket
My Tickets
Search
Query Builder
Reports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers