6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/5/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8192] smbldap: error changing password
*
Your Email Address
*
Spam protection
Enter the letters below:
.__..__ . ,.__ . . | |[__) \./ [ __|_/ |__\| | [_./| \
Comment
> Every time I try to change password after having configured the > smbldap backend I get this message from Passwd: > > * ErrorFailure in changing password for Account Economia: > Insufficient access > > > > and these php warnings: > > Warning: Missing argument 2 for Passwd_Driver_smbldap::_lookupdn(), > called in /var/www/horde/passwd/lib/Driver/ldap.php on line 145 and > defined in /var/www/horde/passwd/lib/Driver/smbldap.php on line 141 > > > > Notice: Undefined variable: passw in > /var/www/horde/passwd/lib/Driver/smbldap.php on line 151 > > > > Warning: ldap_mod_replace() [function.ldap-mod-replace]: Modify: > Insufficient access in /var/www/horde/passwd/lib/Driver/ldap.php on > line 201 > > > > Warning: Cannot modify header information - headers already sent by > (output started at /var/www/horde/passwd/lib/Driver/smbldap.php:141) > in /var/www/horde/passwd/templates/common-header.inc on line 4 > > > > Warning: Cannot modify header information - headers already sent by > (output started at /var/www/horde/passwd/lib/Driver/smbldap.php:141) > in /var/www/horde/passwd/templates/common-header.inc on line 5 > > > > This is what I have in passwd backends.php: > > > > $backends['smbldap'] = array( > > 'name' => 'Account My Domain', > > 'preferred' => 'www.example.com', > > 'password policy' => array( > > 'minLength' => 3, > > 'maxLength' => 32 > > ), > > 'driver' => 'smbldap', > > 'params' => array( > > 'host' => 'ldap.my.domain.it', > > 'port' => 389, > > 'basedn' => 'ou=People,dc=my,dc=domain,dc=it', > > 'uid' => 'uid', > > // This will be appended to the username when looking for the userdn. > > 'realm' => '', > > 'encryption' => 'crypt', > > // Make sure the host == cn in the server certificate. > > 'tls' => false, > > // If any of the following attributes are commented out, they > > // won't be set on the LDAP server. > > 'lm_attribute' => 'sambaLMPassword', > > 'nt_attribute' => 'sambaNTPassword', > > // 'pw_set_attribute' => 'sambaPwdLastSet', > > // 'pw_expire_attribute' => 'sambaPwdMustChange', > > // The number of days until samba passwords expire. If this > > // is commented out, passwords will never expire. > > // 'pw_expire_time' => 180, > > ) > > );
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