apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
485 stars 136 forks source link

preventing authenticated users to see the users list #482

Closed f1-outsourcing closed 7 years ago

f1-outsourcing commented 7 years ago

What setting controls the access to authenticated users to view all users?

https://hostname:8443/addressbooks/users/

dreness commented 7 years ago

Hi,

Should be this one:

<!-- Allow listing of principal collections -->
<key>EnablePrincipalListings</key>
<true/>

This should apply to both caldav and carddav.