I am looking for a good CalDav+CardDav server. As far as i can see at them moment it is only possible to create users in a xml file, but maybe i am wrong. Is it also possible to configure this server to use a mysql database to authenticate users? Regards, René
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. -- View this message in context: http://old.nabble.com/Mysql-auth-tp34151017p34151307.html Sent from the Calendar Server - Users mailing list archive at Nabble.com.
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
participants (3)
-
Glyph
-
René Klomp
-
Tobias Balle-Petersen