Philip Brown wrote:

> I've poked around here and there in docs, but havent found an answer to
> the question of:
> 
> How do I handle creation of local users, in an IPS package?
> 
> I'm building an in-house package, for an in-house application, that
> requires a local user be created.  The uid and gid are known, and
> standard, but must be local, rather than through a naming service

If it's a user representing a human being, then IPS really won't work well
for it, especially on removal.  A number of people have tried it in the
past, and it just ends up being very messy.  You're better off using one of
the configuration managers like puppet or chef.

If it's just a uid for a daemon to use, then the user action should be
sufficient.  See the developer guide or the pkg(5) man page.

Danek
_______________________________________________
pkg-discuss mailing list
pkg-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to