On 10/22/2013 01:43 PM, Mateusz Marzantowicz wrote:
> Thanks, that is the list I was looking for. Is there any mechanism to
> assign first available id from "less than 999" pool or should I manually
> find the right number? I understand that dynamic assignment is done by
> package manager, but I don't want to rebuild and reinstall rpm package
> for now on.

Dynamic assignment is done by adduser tool.  adduser -r will create user
with UID 999 if available, if not then 998 and so on.  Basically adduser
-r chooses UIDs from SYS_UID_MIN to SYS_UID_MAX, as defined in
/etc/login.defs

-- 
Mikolaj Izdebski
IRC: mizdebsk
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to