How the heck can it work?

Steve Langasek vorlon at netexpress.net
Mon Jul 24 21:35:33 GMT 2000


On Mon, 24 Jul 2000, Ron Alexander wrote:

> I just discovered part of the problem. What I have been trying to do all day
> now is to RESTRICT swat so only the root user could modify the smb.conf
> file. The mistake I made was to start inetd as root. This somehow gave swat
> different rights (I suspect real UID vs EUID).

> To answer your question, if I SUID the swat pgm, I see the start and stop
> buttons on the status page.

> Here is the problem. I do NOT get a login screen for swat since I have to
> run it in -a mode. The reason I have to do that, is that the encrypted
> password is NOT returned in the pwnam structure. This is an extension to
> POSIX and we have decided not to implement it since many of our *nix cousins
> are starting to toe the POSIX line.

> My understanding is that I lose the password maintenance screen of swat if I
> use -a mode. I can live with that for now.

> I assume therefore that I must be running as root group root and the 640
> perms on the smb.conf file are controlling the behavior.

> At this point, I can either give everyone the ability to look at the main
> page and view the config, or only allow the root user full access and
> everyone else no access.

>From the swat man page:

-a
	This option disables authentication and puts swat in demo mode. In
	that mode anyone will be able to modify the smb.conf file.

So if you run swat with the -a option, you can't control who will be able to
modify the smb.conf file using swat because at that point, swat has no concept
of a 'user'.  Whatever permissions the user listed in inetd.conf are the
permissions that everyone who uses it will have, unless you turn
authentication on.

I'm not sure what you mean when you say that Unices are 'starting to toe the
POSIX line'.  All Unices have some concept of a password associated with login
IDs; if the password isn't returned by getpwnam(), then there's another
standard system function that can be used for retrieving it.  Does VOS not
have such a function?

Steve Langasek
postmodern programmer





More information about the samba-technical mailing list