Bug 31858

Summary: group wbpriv does not exist - using root
Product: Sisyphus Reporter: Zerg <anubix>
Component: samba-winbindAssignee: Andrey Cherepanov <cas>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: cas, shaba, sin, zerg
Version: unstable   
Hardware: all   
OS: Linux   

Description Zerg 2016-03-05 13:22:33 MSK
apt-get reinstall samba-winbind не помогает
Comment 1 Andrey Cherepanov 2016-03-06 07:47:55 MSK
(В ответ на комментарий №0)
> apt-get reinstall samba-winbind не помогает
В спеке жёсткая привязка к GID:
%pre winbind
%_sbindir/groupadd -g 88 wbpriv >/dev/null 2>&1 || :

Покажи свой
$ getent group wbpriv
Comment 2 Zerg 2016-03-09 09:46:54 MSK
> %_sbindir/groupadd -g 88 wbpriv >/dev/null 2>&1 || :
Зачем GID фиксированный-то!? У меня там _vdr.
Comment 3 Repository Robot 2016-03-09 13:55:35 MSK
samba-4.3.6-alt1 -> sisyphus:

* Wed Mar 09 2016 Andrey Cherepanov <cas@altlinux> 4.3.6-alt1
- New version (https://www.samba.org/samba/history/samba-4.3.6.html)
- Security fixes:
  - CVE-2015-7560 (Incorrect ACL get/set allowed on symlink path)
  - CVE-2016-0771 (Out-of-bounds read in internal DNS server)
- Do not use specified GID for wbpriv group (ALT #31858)