Summary | smbldap driver fail in mixed environment |
Queue | Passwd |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | marco (at) csita (dot) unige (dot) it |
Created | 12/09/2007 (6438 days ago) |
Due | |
Updated | 12/11/2007 (6436 days ago) |
Assigned | |
Resolved | 12/11/2007 (6436 days ago) |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
New Attachment: smbldap.php[1].patch
Cheers,
Marco.
http://cvs.horde.org/co.php?r=1.16&f=passwd%2Flib%2FDriver%2Fsmbldap.php? The
patch doesn't apply cleanly for me and it seems to undo some of the
work of ignoring commented out attributes (in the array_merge segment
at least).
Thanks!
New Attachment: smbldap.php.patch
upload a patch?
I also realized that every Samba attributes is update separately. I
think this is an error, because all attributes must remain in synch
and updates should fail or success together.
I have correct this behaviour, taking in account also
Request #5937http://bugs.horde.org/ticket/?id=5937
State ⇒ Feedback
upload a patch?
Priority ⇒ 1. Low
State ⇒ New
New Attachment: smbldap.php
Queue ⇒ Passwd
Summary ⇒ smbldap driver fail in mixed environment
Type ⇒ Enhancement
when a non Samba user try to change password using smbldap backend he
receives an error ("objectclass violation" usually) but operation
success on his standard LDAP password.
I attached a patch to apply SMB password update only if entry permit
Samba attributes.