3

On my company's network there are a small collection of iMacs. Currently they use Active Directory. We looked in to Apple Open Directory, but $500 for a copy of OSX Server (not to mention the Apple hardware to run it on) seemed a bit expensive.

I'm wondering if there's an alternative to Open Directory that completely or near-completely emulates Open Directory.

Yoplitein
  • 53
  • 3
  • 8

3 Answers3

5

Open Directory is an open source back end with a closed source schema and front end.

One thing to consider is how much time you spend on the solution and it's usability afterwords. If your solution needs too much support or is onerous to use than you save a little upfront but are spending more in the long term. In many cases the tools are more important than most other considerations.

In general you can use almost any open source LDAP server for a simple network. OpenDS and 389 Directory are easy to setup and have tools to simplify adding users, machines, groups, etc.

If you have complex needs something like FreeIPA may fit your needs a bit better. I don't have much experience with it but it appears to include the parts needed for an integrated solution and the tools required to make it supportable.

EEAA
  • 108,414
  • 18
  • 172
  • 242
Rik Schneider
  • 2,419
  • 14
  • 19
1

Try FreeIPA - http://freeipa.org/

FreeIPA is an integrated security information management solution combining Linux (Fedora), 389 Directory Server, MIT Kerberos, NTP, DNS, Dogtag (Certificate System). It consists of a web interface and command-line administration tools.

Let me know how goes. :)

Flavio
  • 11
  • 1
1

The open source options for this are extremely hard to manage I would highly suggest you pay the $1000 for a Mac Mini Server (or two if you have the money so they'll be some redundancy). It's VERY easy to pick up how to use the build in software (Work Group Manager) to pass out preferences and if you have it setup correctly you can use AD for your accounts and Open Directory for the Mac Preferences.

You can also look at Centrify's Direct Control. When we looked at it the cost of a Mac Hardware was more affordable than Direct Control so I haven't actually implemented it.

Scott Keck-Warren
  • 1,670
  • 1
  • 14
  • 23