user and group names, including supplementary groups, longer than 15 characters are silently truncated by MAX_USER_LEN, resulting in "unknown supplementary group" errors
ideally MAX_USER_LEN in svc.h should be modified from 16 to ... 33? i believe utmp supports 32 characters, so we should aim for that
user and group names, including supplementary groups, longer than 15 characters are silently truncated by
MAX_USER_LEN, resulting in "unknown supplementary group" errorsideally
MAX_USER_LENinsvc.hshould be modified from16to ...33? i believeutmpsupports 32 characters, so we should aim for that