Changes

From Amahi Wiki
Jump to: navigation, search
1 byte added ,  15:35, 26 January 2010
m
no edit summary
* Become root (sudo -s or su -)
* yum -y install netatalk
* edit /etc/atalk/afpd.conf <code>- -noddp -tcp -uamlist uams_randnum.so,uams_dhx.so,uams_dhx2.so -nosavepassword -advertise_ssh</code>
*edit /etc/atalk/netatalk.conf <code>
ATALKD_RUN=no<br>
TIMELORD_RUN=no<br>
A2BOOT_RUN=no</code>
* Once the app is installed you can add the folders you wish to share over AFP by editing the /etc/atalk/Applevolumes.default file:<code>~/ "$u" allow:UserName rwlist:UserName,@users cnidscheme:cdb</code>
Change UserName to your username, this will share your homefolder over afp