Re: [netatalk-admins] howto: solaris2.6 + asun18.2 (fwd)


Subject: Re: [netatalk-admins] howto: solaris2.6 + asun18.2 (fwd)
From: Edan Idzerda (edan@mtu.edu)
Date: Thu Apr 02 1998 - 13:58:39 EST


On Thu, 2 Apr 1998 dschneid@eecis.udel.edu wrote:

> sun.ling [/opt/atalk/bin/]> nbplkup
> nbp_lookup: Permission denied

Any netatalk program that gives you this error needs to be able
to read /dev/ddp ... which you can do as root (obviously) but
you'll need to do one of two things to fix it for other users:

        1) make nbplkup (and friends) setuid root

                chmod 4755 nbplkup

        I've never heard of whether or not there are security problems
        associated with this.
 

        2) make /dev/ddp readable by some group and make nbplkup
        setgid to that group

                chgrp somegroup /dev/ddp
                chgrp somegroup nbplkup
                chmod 2755 nbplkup

- edan



This archive was generated by hypermail 2b28 : Sat Dec 18 1999 - 16:32:10 EST