12 Jul
2012
12 Jul
'12
5:21 p.m.
Le Jul 12, 2012 à 7:46 AM, Tobias Balle-Petersen <tobiasbp@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