[CalendarServer-users] Mysql auth

Glyph glyph at twistedmatrix.com
Thu Jul 12 10:21:49 PDT 2012


Le Jul 12, 2012 à 7:46 AM, Tobias Balle-Petersen <tobiasbp at gmail.com> a écrit :

> 
> 
> 
> René Klomp-2 wrote:
>> 
>> Is it also possible to configure this server to use a mysql database to
>> authenticate users?
>> 
> 
> No, but you can store your users in LDAP.

There is also a directory API, which you could implement with a MySQL backend if you wanted.  Look in twistedcaldav.directory if you're comfortable with Python.

As far as I understand MySQL, you'd need to do this anyway, since there is no standard schema for users in a MySQL database; you'd need at least some kind of mapping which would know about your SQL schema and map it into something like LDAP's standard data types.

-glyph



More information about the calendarserver-users mailing list