ccs-calendarserver icon indicating copy to clipboard operation
ccs-calendarserver copied to clipboard

The Calendar and Contacts Server.

Results 53 ccs-calendarserver issues
Sort by recently updated
recently updated
newest added

I have LDAP setup and can bind to it. I also have the following in my plist.conf: ``` mapping uid mail ``` Our company LDAP is made in such a...

If I have a working (authenticating) openldap environment. When I change only the mapping entry for key uid from uid to entryUUID, I get some errors refering to shortNames. ```...

If you do not define anything in the plist you expect the default value to be send, thus in: ``` mapping ``` no key uid, thus your ldap query should...

With or without adding this to the plist, I cannot get ldap to authenticate. ``` password userPassword ``` I think I is again related to getting records from Ldap, after...

if i do an ldapsearch from the same server and credentials as the calendarserver is installed, I can query the ldap record correctly ``` dn: uid=admin,ou=xxxx,ou=xxxx,ou=xxxx,dc=xxxx,dc=xxxx,dc=xxxx o: Aqua7 userPassword:: e1NIQX1kSkQrdW5QTkR0ZDFYZFpvdk1vREtoSXNKRUU9...

ldap can't use... when i open the openldap config in caldavd-test.plist, and copy to caldavd-dev.plist,there has errors in console. ``` 2017-02-11T08:32:59+0800 [txdav.base.datastore.subpostgres.PostgresMonitor#info] done 2017-02-11T08:32:59+0800 [txdav.base.datastore.subpostgres.PostgresMonitor#info] server started 2017-02-11T08:32:59+0800 [txdav.base.datastore.subpostgres.PostgresMonitor#info] pg_ctl...

Obviously i would like to stay as close a possible to installing packages default supplied by rh / centos. What am i doing wrong? Where is an install howto for...

I had a 4.2 running without problems, when i install the 9.0 i get all kinds of undocumented issues, first the allowlogin. I know have that it cannot find the...

_zecke@…_ originally submitted this as _[ticket:474](https://trac.calendarserver.org/ticket/474)_ --- http://trac.calendarserver.org/wiki/XMLDirectoryService and the copy in the source tree refer to cuaddr, proxies, and more. These are not available in CalendarServer 3.x.

P2: Expected
Other
Defect

I tried to install on Debian Stable (Jessie, 8.6, CPython 2.7.9) with ``` virtualenv venv-master source venv-master git clone https://github.com/apple/ccs-calendarserver.git ccs-calendarserver-master cd ccs-calendarserver-master pip install -U pip pip install -r...