On Sun, Nov 06, 2005 at 08:20:31AM +0100, Christian Perrier wrote:
> > So does this mean that winbindd can't be started on systems that are members
> > of workgroups, rather than domains?  Should we be splitting libnss_wins into

> My knowledge of winbind would answer "yes" to the above question.

How about adding this to the init script then?:

if [ "`testparm -s --parameter-name='domain logons' 2>/dev/null`" = "No" ] \
   && [ "`testparm -s --parameter-name='security' 2>/dev/null`" != "DOMAIN" ]
then
        exit 0
fi

This solves the problem with spurious errors for users for whom winbind
won't work, without having to split packages.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/

Attachment: signature.asc
Description: Digital signature

Reply via email to