LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Active Directory-LIKE authentication on linux? (https://www.linuxquestions.org/questions/linux-newbie-8/active-directory-like-authentication-on-linux-886948/)

MMASoftwareGuy 06-17-2011 03:50 PM

Active Directory-LIKE authentication on linux?
 
Guys,

Wouldn't say I'm a total Linux newbie, but close, and not sure where I should post this.

I'm actually a software developer, develop exclusively on Linux, and do know how to go about taking care of a Linux distro, so don't start telling me that 'sudo' isn't a sushi roll... :D

Question... I want to implement an Active Directory like authentication in a Linux-only environment. My office has approximately 15-25 local desktop PCs all running Ubuntu 10+ and one Ftp & SVN server running Ubuntu 10+.

Each developer has his/her own personal local account on his PC, and the shared PCs have different, local accounts for those developers. The FTP server has ONE (!!) account that everybody uses to access it, as does SVN.

The big picture is that I would like to install & configure a VPN server for remote developers. Before doing that, I'd like to find a way to unify the users across the network so that there exists only one UserX in the network.

Where do I even start?
Thanks!

acid_kewpie 06-17-2011 03:55 PM

It'd really help if you defined what "Active Directory like" actually means...

If you just mean centralized then there are plenty of ways, I'd suggest a basic openldap server for a start.

MMASoftwareGuy 06-17-2011 04:19 PM

Quote:

Originally Posted by acid_kewpie (Post 4388900)
It'd really help if you defined what "Active Directory like" actually means...

If you just mean centralized then there are plenty of ways, I'd suggest a basic openldap server for a start.

Heh. Occasionally thinking about the words I use would be helpful ... you're right, by "Active Directory"-like I meant centralized, nothing more.

I'll look into OpenLDAP, thanks!

dino123 06-17-2011 11:07 PM

Hello,

You could try 389-DS on a red-hat based distro like fedora. to install it in terminlal type "yum install 389-ds"
or you could try calculate directory server if you dont mind a command line interface.

--dino123

dino123 06-18-2011 01:09 AM

i had basically the same problem im using 389-ds see here:
http://www.linuxquestions.org/questi...server-882567/


All times are GMT -5. The time now is 11:09 PM.