Summary
UniFi is a management controller software for Ubiquiti UniFi APs. It's purpose is to configure and monitor all those APs. Also all kind of statistics are collected, which can be accessed through UniFi. There is also an internal RADIUS server, which can be used for WPA2-Enterprise.
Versions
v0-r1 :: 0 :: gentoo
- Modified
- Keywords
- amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~amd64-linux ~arm64-macos ~ia64 ~loong ~m68k ~mips ~ppc-macos ~riscv ~s390 ~x64-macos ~x64-solaris ~x86-linux
Runtime Dependencies
acct-group / unifi : A group for the UniFi controller
Depending packages
net-wireless / unifi : A Management Controller for Ubiquiti Networks UniFi APs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Alexander Kurakin · gentoo
acct-user/*: remove ACCT_USER_HOME_OWNER if it is equal to default
`acct-user.eclass`'s documentation [says](https://devmanual.gentoo.org/eclass-reference/acct-user.eclass/index.html): ``` ACCT_USER_HOME_OWNER The ownership to use for the home directory, in chown ([user][:group]) syntax. Defaults to the newly created user, and its primary group. ``` ``` ACCT_USER_GROUPS (REQUIRED) List of groups the user should belong to. This must be a bash array. The first group specified is the user's primary group, while the remaining groups (if any) become supplementary groups. ``` So we can remove in `acct-user/user/user-0.ebuild`: ``` ACCT_USER_HOME_OWNER="user" ``` Moreover if we have: ``` ACCT_USER_GROUPS=( primary_group group2 ) ``` , we can remove ``` ACCT_USER_HOME_OWNER="user:primary_group" ``` Signed-off-by: Alexander Kurakin <kuraga333@mail.ru> Closes: https://github.com/gentoo/gentoo/pull/29214 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
acct-*: Revbumps for sysusers.d in eclass
Closes: https://bugs.gentoo.org/762089 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
acct-user/unifi: add user for net-wireless/unifi
UID 113 will be used, as Arch also uses this one. Fedora and RHEL don't have a reserved UID. Bug: https://bugs.gentoo.org/694684 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Manifest-Sign-Key: 5646E9134B279879CD890EB80910C5FCDF5469A3 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Ben Kohler <bkohler@gentoo.org>