Issue #776 has been updated by Clément OUDOT. Status changed from New to Assigned Assigned to set to Clément OUDOT Target version set to self-service-password-0.9
Thanks a lot for the patch. ---------------------------------------- Bug #776: self-service-password may fail to detect a samba account http://tools.lsc-project.org/issues/776 Author: Frank Wall Status: Assigned Priority: Normal Assigned to: Clément OUDOT Category: Self Service Password Target version: self-service-password-0.9 Depending on the tool you're using to create your LDAP Samba Accounts, you end up with different combinations of upper-/lowercase for the attribute value: objectClass: sambaSAMAccount - OR - objectClass: sambaSamAccount Currently SSP does only check for sambaSamAccount. If the second variant sambaSAMAccount is set in LDAP, the $samba_mode will be (silently) set to false. This will result in an inconsistent user state: the userPassword will be changed, but sambaNTPassword will be ignored. These two variants of sambaSAMAccount seem to be a rather common issue according to Google. So I suggest to support both variants. You'll find a patch attached. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________ ltb-dev mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-dev
