Subject: Re: Only Guest Login with 1.4.99
From: Steve Freitas (sflist@ihonk.com)
Date: Thu Oct 05 2000 - 00:36:03 EDT
Ok, here ya go. This should work for Redhat-ish distros. I'm assuming no
previous Netatalk install.
First, I made sure my distro had OpenSSL 0.9.5a installed. Redhat's RPM
works fine for that. Then I installed the
netatalk1.4.99-20000927.i386.rpm (forgive a typo here as I didn't verify
this name). After those prerequisites, do the following:
Step 1 (as root):
cd /etc/atalk/uams
ln -s uams_dhx_pam.so uams_dhx.so
ln -s uams_pam.so uams_clrtxt.so
Step 2 (as root):
I added this line to my /etc/atalk/afpd.conf file to enable DHX and
disable guest and cleartext access, enable savepassword and setpassword
privileges:
- -transall -uamlist uams_dhx.so -savepassword -setpassword
Note: DHX requires Mac OS 8.1 clients or later, or AppleShare Client
3.8.5 (I believe) or later.
If you wanted, for example to add cleartext and guest access, the line
would look like this:
- -transall -uamlist uams_guest.so,uams_clrtxt.so,uams_dhx.so
-savepassword -setpassword
Step 3 (as root):
Add an appropriate line to your /etc/hosts file to enable default TCP/IP
connections. For example, if your server's name is Schizo and Schizo's IP
is 192.168.0.12, the line would look like this:
192.168.0.12 schizo
I think that's it. Did I forget anything, anybody?
Steve
This archive was generated by hypermail 2b28 : Wed Jan 17 2001 - 14:32:19 EST