Bug 416 - Wrong user and group
Summary: Wrong user and group
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: pidentd (show other bugs)
Version: unstable
Hardware: all Linux
: P4 major
Assignee: Nobody's working on this, feel free to take it
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-21 10:20 MSK by Igor Homyakov
Modified: 2005-12-19 17:11 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Homyakov 2002-01-21 10:20:45 MSK
В /etc/ident.conf 

server:user = ident
server:group = ident

такого пользователя нет, есть pidentd
для нормальной работы он быть в группе proc
(для доступа к /proc/net/tcp)
по этому должно быть либо 

server:user = pidentd
server:group = proc

или должна быть добавлена группа pident 
и пользователь pidentd должен входить в группу proc
и тогда работает такой вариант

server:user = pidentd
server:group = pidentd

---

---

Comment 1 drF_ckoff 2004-10-20 16:41:43 MSD
А толку от этого всего нету все равно.
Oct 20 16:21:17 gw identd[3042]: /etc/identd.conf: 67: unknown option:
result:encrypt
Oct 20 16:21:17 gw identd[3042]: /etc/identd.conf: 70: unknown option:
encrypt:key-file
Oct 20 16:21:17 gw identd: identd startup succeeded
Oct 20 16:21:17 gw identd[3043]: fopen("/proc/net/tcp", "r"): Permission denied

vsu@ говорит, что надо не setgroups() делать а initgroups() (в src/main.c)
Comment 2 inger@altlinux.org 2005-08-26 10:22:16 MSD
кажется я это уже поправил.