Results 1 to 5 of 5

Thread: Guest/anonymous access to AFP on 8.0.1b

  1. #1
    Junior Member
    Join Date
    Jun 2011
    Posts
    8

    Guest/anonymous access to AFP on 8.0.1b

    In 8.0.1b there's still mentioned that afp-anonymous access might not be working. I actually mapped a guest-user, enabled the guest access for AFP and published the underlying share. When trying to access the share it does not allow any anonymous access except for all created local users. So it's just the guest-access which is not working...

  2. #2
    Junior Member
    Join Date
    Jun 2011
    Posts
    8

    [Resolved]

    Just found out, that the process is forked by providing a config-path of '/etc/afpd.conf' although the config is in /usr/local/etc.
    So I just symlinked the config in /usr/local to /etc by doing
    ln -sf /usr/local/etc/afpd.conf /etc/afpd.conf
    and reloaded the afp-daemon and, what a surprise, guest access now works.

    Perhaps this could be checked in b3 or something ...

  3. #3
    Junior Member
    Join Date
    Jun 2011
    Posts
    2
    WOW, indeed it works like a charm! thanks!

  4. #4
    Senior Member
    Join Date
    May 2011
    Location
    Curitiba, Brazil, Brazil
    Posts
    1,480
    Nice catch! Thanks for pointing that out, it'll be fixed

  5. #5
    Junior Member
    Join Date
    Jun 2011
    Posts
    8
    Just for the logs...
    it should be fixed in /etc/local/rc.d/netatalk in line 40 where it reads

    checkyesno afpd_enable && /usr/local/sbin/afpd -P ${pidfile} -F /usr/local/etc/afpd.conf

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •