• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What is the best way to achive single sign on for win/mac/nix using linux?

narzy

Elite Member
Title pretty much says it all. I'd also like a master share that everyone can get to and basically build a big file server and if I can a IPsec VPN server...I am trying clarkconnect is that my best option?

post 6660 uht oh? are those not the numbers of evil? does that mean this project is doomed?
 
If you want a single place to change the passwords and add users, you are stuck with setting up a domain. Samba can act as a PDC.
If you don't mind setting users up on the server and workstations as needed, samba will do it fine without a domain. You can make a public folder and specify what users or groups have access to it. Individual users will have private folders as well. All folders can be mapped as network drives in windows. I have no personal experience with macs but the tools should be there as well.
 
You have passwords that expire on your home network? LOL.. My solution.. set them all the same, set them to never expire.. DONE..
 
Sadly AD is probably the simplest way to get LDAP and kerberos setup and all 3 should be able to authenticate to it fairly easily. You could setup Samba to do an NT4 domain, but I don't know if OS X will play nice with that.
 
It's dead simple to tell Samba to authenticate against a Windows server. If you want more integration like the actual Linux logins on the box via ssh, ftp, etc then that gets more complicated.
 
Originally posted by: Nothinman
It's dead simple to tell Samba to authenticate against a Windows server. If you want more integration like the actual Linux logins on the box via ssh, ftp, etc then that gets more complicated.

For samba I'm not even sure you need to configure anything other then passing the user as an option to mount, at least that's been my experience.

In my post I was referring to local logins and ssh logins on the box. It worked just fine for months, but that box has been disabled so we're not using it anymore.
 
For samba I'm not even sure you need to configure anything other then passing the user as an option to mount, at least that's been my experience.

I was talking for shares exported by Samba. You can tell it 'security = server', give it a server list and it'll always authenticate against them instead of the local database.
 
Originally posted by: Nothinman
For samba I'm not even sure you need to configure anything other then passing the user as an option to mount, at least that's been my experience.

I was talking for shares exported by Samba. You can tell it 'security = server', give it a server list and it'll always authenticate against them instead of the local database.

Ah gotcha, I haven't used Samba that way but that sounds like a nice and easy to get a file server up and running.
 
If you're a member of SAGE, there was an email discussion on choosing an LDAP server on the sage-members mailing list.
 
Back
Top