Re: LDAP integration






On Tue, 9 Jan 2007, Vulpes Velox wrote:
The why is because I like centralized management and it would be
really handy for that. For my use, it would be handy in regards to my
laptops.

I feel better central management is extreme significant. If I had
nothing more to say than "this would be neat!" we would not still be
talking. Right now I am just poking around for other people

I regards to searching the archives, I am not seeing any thing in
regards to LDAP outside of NSS recently. I am also not finding any
thing in regards to dynamically and automatically building various
config files.

Why are you doing this in the FreeBSD rc scripts directly? Why not install cfengine and work on making cfengine play better with database-driven config?

And if you're looking specifically at the /etc/rc.conf config file, what would be more useful would be an /etc/rc.conf.d/ directory. That gets away from the need to tweak and edit the /etc/rc.conf config file with multiple inputs tweaking a single file. Instead you can drop whole orthogonal fragments into /etc/rc.conf.d/inetd to manage the inetd config which would make it more friendly to radmind-like approaches. It also makes it easier to use with cfengine since orthogonal cfengine modules aren't doing editfiles touches to the same files. The /etc/cron.d directory that (most?) linux distros have is similarly very useful to drop in files that contain completely orthogonal config (and may be written by entirely different config management tools -- e.g. system config management vs. application deployment/management), and the /etc/periodic functionality is not flexible enough to cover all cases.
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: LDAP integration
    ... it would be handy in regards ... config files. ... install cfengine and work on making cfengine play better with ...
    (freebsd-hackers)
  • Re: [BUG] linux-next: Tree for May 19/20/21 - BUG at arch/x86/kernel/io_apic_64.c:353!
    ... Can you include the config when you send these, ... from next report will send across the .config file also. ... for the kernel bug discussed. ... # PCI IDE chipsets support ...
    (Linux-Kernel)
  • [PATCH] make miniconfig (take 2)
    ... Add "make miniconfig", plus documentation, plus the script that creates a ... minimal mini.config from a normal .config file. ... A shell script to automatically create mini.config from a normal .config ...
    (Linux-Kernel)
  • Re: log4net mysteriously stops logging
    ... Since the guy who put the logging in did this, the rest of us just carried it through. ... We call XmlConfigurator.Configure and pass it the FileInfo object that represents the config file. ... With the debugging in log4net enabled, ...
    (microsoft.public.dotnet.general)
  • Re: Upgrading to 7.0 - stupid requirements
    ... >> mods-enabled (symlinks for enabled Apache modules) ... the PHP port/package drops a file with the needed config ... all our virtualhosts in a single config file included into the main ... Until you install that one last port that breaks the config file you ...
    (freebsd-stable)

Loading