Piotr Roszatycki wrote:
> It doesn't work, because deluser and delgroup works only on /etc/passwd
> and /etc/group files. My users are on LDAP directory.

Did adduser manage to add the dcc user and group for you?
Should your nsswitch.conf include files as a fallback?
Should we make this a wishlist bug against adduser?

> I suggest to do the same as ssh.postrm do:
> deluser --quiet dcc > /dev/null || true
> delgroup --quiet dcc > /dev/null || true

That seems ugly to me, definitely the redirection, but maybe it's
the best solution.

-- 
MJR/slef



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to