LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 06-14-2012, 07:28 AM   #1
turiyain
Member
 
Registered: Dec 2006
Location: Delhi, India
Distribution: Centos 5.8, 6.5 Linux Mint 13 & 16, OpenSuse 12
Posts: 112

Rep: Reputation: 16
Single Sign in Facility


Dear All,

I have to deploy a single sign in facility in my organisation. Every user who is working in the organisation will able to access internet, web server, mail server, gate entry (Boimetric System), wiki, Desktop login by giving his Username and password. By this way the management and security managed in a better way.

Kindly guide me in this way.

Regards,


VJ +++
 
Old 06-14-2012, 10:11 AM   #2
Noway2
Senior Member
 
Registered: Jul 2007
Distribution: Gentoo
Posts: 2,125

Rep: Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781
This isn't something I've ever had to engage in, but based upon what I've seen in existing installations, you might want to start by looking at using Kerberos + LDAP. If you have Windows hosts in the mix, you will probably want to include Samba.
 
Old 06-14-2012, 08:24 PM   #3
NyteOwl
Member
 
Registered: Aug 2008
Location: Nova Scotia, Canada
Distribution: Slackware, OpenBSD, others periodically
Posts: 512

Rep: Reputation: 139Reputation: 139
Using a username/password to access a biometric gate sstem is a BadIdea(tm) and negates all benefits (if any) of the biometrics.
 
Old 06-14-2012, 09:37 PM   #4
em31amit
Member
 
Registered: Apr 2012
Location: /root
Distribution: Ubuntu, Redhat, Fedora, CentOS
Posts: 190

Rep: Reputation: 55
yes, you need to configure ldap+ krbs solution .. for quick start freeIPA is good way, else you can build it from scratch, means by installing packages and configuration them by own.
 
Old 06-15-2012, 12:30 AM   #5
turiyain
Member
 
Registered: Dec 2006
Location: Delhi, India
Distribution: Centos 5.8, 6.5 Linux Mint 13 & 16, OpenSuse 12
Posts: 112

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by em31amit View Post
yes, you need to configure ldap+ krbs solution .. for quick start freeIPA is good way, else you can build it from scratch, means by installing packages and configuration them by own.
Thanks for reply. I have mixed desktop environment ( Windows + Linux). Is there any dedicated how to for freeIPA setup in ubuntu.

Regards,
 
Old 06-15-2012, 01:40 AM   #6
turiyain
Member
 
Registered: Dec 2006
Location: Delhi, India
Distribution: Centos 5.8, 6.5 Linux Mint 13 & 16, OpenSuse 12
Posts: 112

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by em31amit View Post
yes, you need to configure ldap+ krbs solution .. for quick start freeIPA is good way, else you can build it from scratch, means by installing packages and configuration them by own.
Thanks for replying. I have to implement single sign in facility in MS Windows and Linux environment. Is there and specific straight forward how to deploy freeIPA in ubuntu LTS.
 
Old 06-15-2012, 03:02 AM   #7
em31amit
Member
 
Registered: Apr 2012
Location: /root
Distribution: Ubuntu, Redhat, Fedora, CentOS
Posts: 190

Rep: Reputation: 55
oh, you need it for ubuntu. I think it is not available for ubuntu to make it as server. freeIPA project is started by redhat so little specific to RPM based distro's


like FEDORA, RHEL, CENTOS

http://freeipa.org/page/Main_Page


i guess freeIPA for ubuntu is still in development phase..

https://launchpad.net/freeipa

---------- Post added 06-15-12 at 01:33 PM ----------

for windows machine you need to configure SAMBA on linux server
 
Old 06-15-2012, 04:49 AM   #8
Noway2
Senior Member
 
Registered: Jul 2007
Distribution: Gentoo
Posts: 2,125

Rep: Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781
Quote:
Originally Posted by turiyain View Post
Thanks for replying. I have to implement single sign in facility in MS Windows and Linux environment. Is there and specific straight forward how to....
The Ubuntu wiki and how-to pages are generally top notch:
https://help.ubuntu.com/10.04/server...eros-ldap.html
https://help.ubuntu.com/community/SingleSignOn
https://help.ubuntu.com/community/Kerberos
https://help.ubuntu.com/community/ActiveDirectoryHowto
 
Old 06-15-2012, 06:45 AM   #9
turiyain
Member
 
Registered: Dec 2006
Location: Delhi, India
Distribution: Centos 5.8, 6.5 Linux Mint 13 & 16, OpenSuse 12
Posts: 112

Original Poster
Rep: Reputation: 16
Thanks, hope that you are suggesting me these url after being well tested by Ubuntu community.
 
Old 06-15-2012, 11:24 AM   #10
Noway2
Senior Member
 
Registered: Jul 2007
Distribution: Gentoo
Posts: 2,125

Rep: Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781
Quote:
Originally Posted by turiyain View Post
Thanks, hope that you are suggesting me these url after being well tested by Ubuntu community.
I can't make you any guarantees about wiki or other community information. I am reasonably certain that Samba+Kerberos+LDAP is the answer to your situation, but it goes way beyond a how-to that can be given to you in a forum as it is a complex process involving many layers of software and configuration. This is something that you are going to have to research, learn, and understand BEFORE you begin this process. If you try to rely on a step-by-step how-to or other cookbook like documentation for this process, you will most likely fail. Hopefully the links that I provided will enable you to get started on the learning process by pointing you in the right direction.
 
1 members found this post helpful.
Old 06-21-2012, 08:45 AM   #11
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,649
Blog Entries: 4

Rep: Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934
In any case, at this point you know the concepts of what you must technically do, and you know that Linux can do it. You've also been pointed to in-depth documentation resources. To proceed from this point, you'll need to work closely with your colleagues on the Windows side. You don't have to write anything; don't have to invent anything. You do have to learn how to set it up correctly for your shop. (And if you notice my hands waving in the air right now, you're right ...)

Microsoft's "Active Directory™" is LDAP by any other name. (Almost. "Of course... it's Microsoft." ) Kerberos is another, slightly older albeit more security-conscious, standard. Both of these provide the means for a central authority to set up rules that everyone else can query through a consistent interface. They've also thought-out what to do when a computer is off-line to the authority, and they've also thought-out how the authority is distributed among multiple computers.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
single sign on yasir453 Linux - Server 7 05-15-2010 11:46 AM
NIS or ??? for single sign on w/ AD DotHQ Linux - General 2 12-20-2006 04:01 PM
Single Sign-on Solution sunhui Linux - Software 1 07-14-2006 10:46 PM
Single Sign-On help vvandam Linux - Security 6 07-21-2003 05:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 06:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration