linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: urgrue <urgrue@bulbous.org>
To: xtekhne@gmail.com
Cc: linux-admin@vger.kernel.org
Subject: Re: installing multuple distributions
Date: Mon, 09 Feb 2009 13:37:06 +0200	[thread overview]
Message-ID: <49901562.90905@bulbous.org> (raw)
In-Reply-To: <gmor5c$urf$1@ger.gmane.org>

Pol wrote:
> Adam T. Bowen wrote:
> 
>> Be careful if you intend to merge the different passwd and group files
>> because different distros may use different default IDs for system
>> accounts. A fun, but maybe slightly complicated way of doing this, would
>> be to store your user accounts in LDAP and have the LDAP data files on a
>> shared partition (/home would do). Make sure all the system users (UID <
>> 100) are stored in each distribution's local /etc/passwd file and set up
>> your nsswitch.conf so that it reads files and then ldap. Of course if
>> you are only going to have one user account, then this is *way* over the
>> top (but it would certainly teach you a lot about LDAP based
>> authentication).
> 
> I am not a professional. Is there an easy way to try ldap?
> thank you
> --P

LDAP is, despite the name (Lighweight Directory Access Protocol) not
very "lightweight". Unless you already have active directory (which is
basically just ldap), I would consider something a bit simpler like
NIS+. NIS+ is pretty antiquated but if all you want is to share
passwd/group/etc information, it might be an option to consider.
There are other options too, such as Hesiod, but i havent them.



  reply	other threads:[~2009-02-09 11:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-06  7:55 installing multuple distributions Pol
2009-02-06 11:00 ` Adam T. Bowen
2009-02-09  8:57   ` Pol
2009-02-09 11:37     ` urgrue [this message]
2009-02-07  2:00 ` Yuri Csapo
2009-02-09  8:46   ` [--tech--]Re: " Pol
2009-02-10  9:57     ` Mateusz Marzantowicz
2009-02-11  9:51 ` Glynn Clements

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49901562.90905@bulbous.org \
    --to=urgrue@bulbous.org \
    --cc=linux-admin@vger.kernel.org \
    --cc=xtekhne@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).