CVS update: samba/source/lib

David Collier-Brown davecb at canada.sun.com
Thu Sep 20 07:48:03 GMT 2001


On Thu, 20 Sep 2001, Gerald Carter wrote:
> > I'd vote for killing it off.  Does anyone use it?

Rafal Szczesniak wrote:
> No one, I guess.

	I sure hope so: it's a bad idea (;-))

	How about #ifdefing them out and have the
	code in passwd.c say:
--
#ifdef USE_HOSTS_EQUIV
	...
#else
 if (lp_hosts_equiv()) {
	DEBUG(0, ("hosts equiv is denigrated: it can be enabled by setting
USE_HOSTS_EQUIV=1 and recompiling.\n");
  }
  if (lp_use_rhosts())
	DEBUG(0, ("rhosts is denigrated: it can be enabled by setting
USE_HOSTS_EQUIV=1 and recompiling.\n");
  }
#endif

-- 
David Collier-Brown,           | Always do right. This will gratify 
Americas Customer Engineering, | some people and astonish the rest.
SunPS Integration Services.    |                      -- Mark Twain
(905) 415-2849                 | davecb at canada.sun.com




More information about the samba-technical mailing list