![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Way Too Much Ubuntu
![]() Join Date: Aug 2006
Beans: 302
Ubuntu 6.10 Edgy
|
These guidelines were complied from this thread. Thanks to those who came before and figured it all out. I just tried to make the instructions a little more step-by-step and put together the different suggestions.
I maintain updates to this thread at: How To: Install Netatalk (AFP) with Encrypted Authentication. Check it for new information. Purpose of the How To: Install Netatalk (AFP) on Ubuntu with encrypted authentication (using OpenSSL), which is not enabled by default with the Ubuntu package. By default, the package installed from the Ubuntu universal repositories will allow your password to be sent via clear text (you’ll know this because Mac OS X will throw a warning saying: “You password is being sent in clear text!”). This is because, apparently, OpenSSL has a license that is incompatible with Debian’s GPL. Regardless: clear text is bad; encryption is good. Steps to Follow: I originally tried to compile netatalk from the source, however, I didn’t get it to work the first time and, before troubleshooting, found nifty instructions at the Ubuntu Forums which uses the default Ubuntu package but recompiles it with the ssl option in place. I have taken what I believe to be the best of these guides and put them together in a quick and easy fashion, below. Have tested it on a couple installations myself (Dapper and Edgy, i86), and it seems to work great. (You will need to have the Universe Repositories enabled for this to work: /etc/apt/sources.list) Code:
$ mkdir -p ~/src/netatalk $ cd ~/src/netatalk $ sudo aptitude install devscripts cracklib2-dev dpkg-dev libssl-dev $ apt-get source netatalk $ sudo apt-get build-dep netatalk $ cd netatalk-2.0.3 $ DEB_BUILD_OPTIONS=ssl sudo dpkg-buildpackage -us -uc $ sudo debi To connect to your AFP server on your Mac Finder, press APPLE-K (or “Go -> Connect to Server”). Enter the server’s IP address and then you will be prompted for your user name and password. After, it will mount your home directory. Settings for the service can be found at /etc/netatalk/. There are a couple configuration files in there with instructions. Good luck. Removing netatalk: if you would like to remove netatalk you can run: Code:
$ sudo apt-get remove netatalk Finally, any updates to this process or new tips will be posted and maintained at: http://www.damontimm.com/blog/how-to...uthentication/ Enjoy
__________________
How To: Network Trash on Ubuntu Server | Encrypted Authentication with AFP (netatalk) Listen my audiobook / podcast: In Search of #6 Last edited by thornomad; September 24th, 2007 at 04:06 PM.. |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2006
Beans: 1
|
Re: How To: Install Netatalk (AFP) with Encrypted Authentication
Excellent instructions!
Everything worked the first time around. Thank you! |
|
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2007
Beans: 18
|
Re: How To: Install Netatalk (AFP) with Encrypted Authentication
This is great, thanks for the info!
Anyone know how to add kerberos support? looks like it requires uams_gss.so Last edited by SpaceBas; April 26th, 2007 at 01:23 PM.. |
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2005
Beans: 36
|
Re: How To: Install Netatalk (AFP) with Encrypted Authentication
Nice one... worked perfectly.
Cheers. |
|
|
|
|
|
#5 | |
|
First Cup of Ubuntu
![]() Join Date: Jun 2007
Beans: 3
|
Re: How To: Install Netatalk (AFP) with Encrypted Authentication
Any ideas why I would get the error
Other than that the file is missing I edited the /etc/apt/sources.list file to uncomment the universe multiverse libraries ad restarted. Thanks in advance for any help. -r |
|
|
|
|
|
|
#6 | |
|
Way Too Much Ubuntu
![]() Join Date: Aug 2006
Beans: 302
Ubuntu 6.10 Edgy
|
Re: How To: Install Netatalk (AFP) with Encrypted Authentication
Quote:
If this is only happening with this particular package I don't have much advice; probably one of the required dependencies isn't being loaded or maybe it doesn't exist in feisty. Are you running all this as "sudo" where indicated? D
__________________
How To: Network Trash on Ubuntu Server | Encrypted Authentication with AFP (netatalk) Listen my audiobook / podcast: In Search of #6 |
|
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2007
Beans: 3
|
Re: How To: Install Netatalk (AFP) with Encrypted Authentication
Strangely, I am in Spain, although this is a US dist. The files in the source directory ar either
es.archive.xxxx or security.ubuntuxxx The failure line produces the same error whether run as su, since the file is missing. I'll try and get the file I think. -r |
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2007
Beans: 3
|
Re: How To: Install Netatalk (AFP) with Encrypted Authentication
Missing files are available at
http://es.archive.ubuntu.com/ubuntu/...sty-backports/and they are Spanish it turns out. Thanks for helping out though -r |
|
|
|
|
|
#9 | |
|
Way Too Much Ubuntu
![]() Join Date: Aug 2006
Beans: 302
Ubuntu 6.10 Edgy
|
Re: How To: Install Netatalk (AFP) with Encrypted Authentication
Quote:
D
__________________
How To: Network Trash on Ubuntu Server | Encrypted Authentication with AFP (netatalk) Listen my audiobook / podcast: In Search of #6 |
|
|
|
|
|
|
#10 | |
|
First Cup of Ubuntu
![]() |
Re: How To: Install Netatalk (AFP) with Encrypted Authentication
I am getting the following error message:
Quote:
|
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|