I am trying to help maintain a few dozen ubuntu servers and am looking for a way to maintain accounts on all the machines.
I tried using likewise-open but but found it to be unstable. I would constantly have to login to a local account and rejoin it to the domain. Had it proved to be stable it would have been great for my needs.
There are plenty of questions on how to force linux to play in an Active Directory world, but what I am looking for is the proper linux way to maintain shell accounts on servers. It just feels like everything with a samba approach is a square peg, and it can work, but you gotta want it.
It did seem like NIS was right right way to do this, but upon more research it seems that it has become outdated legacy stuff.
What do you use that has been reliable and otherwise good? Is setting up OpenLDAP/ApacheDS going to be better than trying to use Active Directory as our LDAP server? Or will it be all the same problems again?
This is one of those cases where in Windows it just works, and the choice has been made for us -- You'd think there would be a right way to do this on the *inx side.