getuserbyuid() now uses the extauth index, so we can do ldap sync
[citadel.git] / citadel / include / ctdl_module.h
index dc78de3adc9a5cfa60d3aa57fe852081af98cb05..c08333e4b874c1761360de005217a6689fd75443 100644 (file)
@@ -430,7 +430,7 @@ long CtdlLocateMessageByEuid(char *euid, struct ctdlroom *qrbuf);
 
 
 /*
- * This is from modules/openid/serv_openid_rp.c in order to turn it into a generic external authentication driver
+ * Expose API calls from modules/openid/serv_openid_rp.c in order to turn it into a generic external authentication driver
  */
 int attach_extauth(struct ctdluser *who, StrBuf *claimed_id);