PDA

View Full Version : Install Kerbos?


cwhitmore
October 18th, 2006, 08:39 PM
I want to setup a SAMBA share that authenticates users from Active Directory so I need to install Kerbos. What packages do I need to install to get this working?

bswilson
October 18th, 2006, 09:04 PM
I don't know how to do what you're asking about; but I think the software you need is called kerberos (spelling). The packages on ubuntu that are available can be found with this command:

$ sudo apt-cache search kerberos

cwhitmore
October 19th, 2006, 12:00 AM
Oops,
you're right. Too many glasses of wine!

bswilson
October 19th, 2006, 01:55 PM
Hey there. I was reading the Ubuntu server guide and found a great many details that should help you connecting your Ubuntu system (and users) to a Microsoft AD environment. Check this out!

https://help.ubuntu.com/ubuntu/serverguide/C/configuring-samba.html

I think this is exactly what you wanted...

cwhitmore
October 19th, 2006, 03:11 PM
Thanks, I found that as well, but that document doesn't give me the names of the Kerberos package names to install.
I tried running the find command that you sent, but there are like 15 of them and I'm not sure which ones to install.
Any ideas?

cwhitmore
October 20th, 2006, 11:12 AM
I had the wrong sourcelist options:
http://www.ubuntuforums.org/showthread.php?t=280702&highlight=kerberos+on+dapper

Works now.

Abhi Kalyan
October 25th, 2006, 05:48 AM
Hi cwhitmore.
is it entirely necessary to have the users authenticated to access your share?
Cause am doing using it as a normal share, type path and the share is available.
This is a serious Doubt.
If its not big trouble could you please help?

cwhitmore
October 25th, 2006, 07:23 AM
Abhi,
I wanted to setup a share on my laptop so users could backup their files/settings from Windows 2k before upgrading and wanted to limit access to only domain users, but you can setup a share that allows anyone access.
I'm not familiar with the command line, but for an easier way to setup the share load the desktop on Ubuntu (sudo apt-get install ubuntu-desktop), if you don't already have it loaded and open Places, Home directory (to get to the folder you want to share), and RIGHT mouse click the folder you want to share. One of the options is "Share Folder".
I'm sure someone on this forum knows a cleaner way of doing this, but I'm new to Linux.
Good luck.

Abhi Kalyan
October 26th, 2006, 02:28 AM
thank you cwhitmore,
Understood better.
Thank you once again.