We were also hit by this issue. Account created before the wheezy update.
# smbldap-usershow sajulien | grep sambaHome sambaHomePath: \\ldap\sajulien sambaHomeDrive: I: Account created after. # smbldap-usershow e86723 | grep sambaHome We have defined these in our /etc/smbldap-tools/smbldap.conf userSmbHome="\\ldap\%U" userHomeDrive="I:" The recommended fix seems to address the issue: /usr/sbin/smbldap-useradd line 601 - my @adds = (); + @adds = (); -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

