LDAP should work. As a side not "puppet" has been working well for us to keep clustered systems to stay the same.
What are Satellite and Spacewalk?
Has Spacewalk been ported to ther *nixes, like Solaris?
Rezty Felty, MCSE
SysAdmin
Sourcecorp
Its possible to use another database as a backend for openLDAP but I
never tried it. I would recommend. What I would like to know is how to
make windows XP authenticate directly against a database. I guess Vista
supports Credential Providors like pam according to a quick google.
Anyone tried that? Then it would be possible to just remove ldap from
the mix and have things authenticate against databases that dont eat
themselves.
Note: I'm coming from the side of using samba + LDAP as a domain
controller for central authentication so that would be my main interest.
Of course i suppose you could just regurlary jam your user database into
ldap for the needed ldap support.
Jeffrey Watts wrote:
> They are Red Hat's management framework for Linux systems. They provide
> monitoring, provisioning, configuration deployment, and inventorying.
>
> Satellite is the product that Red Hat sells. Spacewalk is the upstream
> open source product. Spacewalk is to Satellite as Fedora is to RHEL.
>
> http://www.redhat.com/spacewalk/
> http://www.redhat.com/red_hat_network/
>
> Jeffrey.
>
>
> On Wed, Jun 24, 2009 at 1:49 PM, Glenn Robuck <techra...@gmail.com
> <mailto:techra...@gmail.com>> wrote:
>
> What are Satellite and Spacewalk?
>
--
========================================================
David Hageman <dhag...@dracken.com>
Dracken Technology, Inc. http://www.dracken.com/
========================================================
I ran into similar issues a couple of years ago, but for the last year
or two I have had no issues with OpenLDAP/BDB combination. In fact, it
has worked exceedingly well.
I also would have recommended the OpenLDAP/RDBMS a couple of years ago.
I think this is because I really those type of databases. They just
make sense to me. I wouldn't recommend it today unless you are
retrofitting a legacy SQL database into something accessed by more
modern tools. Why? It just makes the system that much more
complicated. If there is corruption - restoring from a ldif dump is
quick and easy. If you are seriously worried - go ahead and setup a
master/slave for your openldap systems. It works great!
>
> I don't recommend spacewalk for most sysadmins and users right now.
I would say to look into puppett.
I don't recommend spacewalk for most sysadmins and users right now. The
only supported database is Oracle. PostgreSQL support is coming, but it
is coming very very slowly.
Wasn't Redhat the group that developed Satellite?
I am aware that you can use Oracle XE for Spacewalk. My complaint about
Spacewalk isn't the cost of Oracle. My complaint about the use of
Oracle is that it is resource intensive in terms of both hardware and
administration. I want it to save me time - not make my life more
complicated.
I have been following the work on Spacewalk since it was announced. At
my day job I manage close to 100 linux boxes with 1000+ users - I am
always looking for ways to make my life easier. Porting to postgresql
has been no easy task for the developers of Spacewalk. I follow the
-devel mailing list and I think you read the milestone page wrong. Full
postgresql support is 5 months out and I believe it will probably bit
longer before it is truly usable.
I use just a few tools at work to manage all of those machines:
cobbler
func
yum
a few shell scripts
The only major hardware requirement is disk space for mirroring the
software repositories. This has served me well for over two years now.
As someone who has done this type of administration for quite a few
years - I just can't recommend spacewalk at this time for system
administrators and casual users.