Skip to content
Snippets Groups Projects
Forked from uffd / uffd
Source project has a limited visibility.
  • Julian's avatar
    66df931d
    Refactor Unix UID/GID generation · 66df931d
    Julian authored
    The generation now happens in a subquery inside the INSERT statement instead
    of separate client-managed query. This should also reduce the risk of race
    conditions.
    
    Service and non-service users may now use the same UID range.
    66df931d
    History
    Refactor Unix UID/GID generation
    Julian authored
    The generation now happens in a subquery inside the INSERT statement instead
    of separate client-managed query. This should also reduce the risk of race
    conditions.
    
    Service and non-service users may now use the same UID range.