smb.conf [globals] username map = /etc/samba/smbusers /etc/samba/smbusers - old format used to work for three users, no longer works, now treats the name as "Administrator admin "Jack Frost"" root = Administrator admin "Jack Frost" Work-around: ------------ root = Administrator root = admin root = Jack Frost ie: Now requires 3 lines.
can't break backwards compatibility for no reason. Raising to a P2
I tested the alpha24 code with a username map containing jerry = "Gerald Carter" gerald Everything worked as expected. Other than a few formattying changes, the map_username() function in 2.2 and 3.0 is identical. Marking this one as invalid.
originally reported against 3.0alpha23. Bugzilla spring cleaning.