102: NIS backend breaks if users don't have names
- Fixed
- Review Board
plu***@gmai***** (Google Code) (Is this you? Claim this profile.) | |
June 8, 2007 |
If the user in an NIS system doesn't have a name set (none of ours do... don't ask me, I don't run it!) the NIS backend blows up on line 26: first_name, last_name = passwd[4].split(' ', 1) Since the split returns an array of length 1.