Identifying Which Package Delivers a Specified User

IPS packages deliver users for daemons or other software to use.

The following command shows users that are delivered by installed packages:

$ pkg search -lo action.key user::

The following command shows which package delivers a particular user definition:

$ pkg search -o action.key,pkg.name user::openldap
ACTION.KEY PKG.NAME
openldap   system/network/ldap/openldap

The following command shows an example of using the OR keyword:

$ pkg search -o action.key,pkg.name user::openldap OR user::sshd
ACTION.KEY PKG.NAME
openldap   system/network/ldap/openldap
sshd       service/network/ssh