#1061 closed defect (fixed)

Cron jobs and rsync tasks shouldn't be creatable for users with long usernames

Reported by: gcooper Owned by: william
Priority: critical Milestone:
Component: FreeBSD Version: 8.0.2-RELEASE
Keywords: Cc:

Description

Due to a limitation in FreeBSD, usernames that exceed 17 characters aren't usable for cronjobs [see the EINVAL error under setlogin(2) for more details]. For now we need to limit the administrator from creating cronjobs and rsync jobs with usernames that exceed this limit. We should also document this limitation in the user guide and up on the wiki.

Reference: http://www.freebsd.org/cgi/query-pr.cgi?pr=162976 .

Change History (4)

comment:1 Changed 18 months ago by gcooper

  • Summary changed from Cronjobs shouldn't be creatable for users with long usernames to Cron jobs and rsync tasks shouldn't be creatable for users with long usernames

comment:3 Changed 18 months ago by william

  • Owner set to william
  • Status changed from new to accepted

comment:4 Changed 18 months ago by william

  • Resolution set to fixed
  • Status changed from accepted to closed

Fixed in r9098

Note: See TracTickets for help on using tickets.