6.0.0-alpha10
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
5/15/25
H
istory
A
ttachments
C
omment
W
atch
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
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
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