Menu

FreeBSD username length

Help
2004-05-11
2004-05-12
  • Nick Twaddell

    Nick Twaddell - 2004-05-11

    On freebsd the default max length is 16 chars.  I know you can recompile to change this.  On the freebsd sample sql, it sets the max to 16 chars too.  If you change it in SQL, you can make the username length longer, and the users still work fine.  Is there any problem with doing this?  I know i wont be able to make the passwd users longer than 16chars, but will it affect anything by making the sql users longer?

     
    • Ben Goodwin

      Ben Goodwin - 2004-05-12

      As long as all the applications you use are compiled with the new limit, it shouldn't pose a problem.  Hopefully none of them have a static definition but rather use the system #define ...

       

Log in to post a comment.