* Added the necessary glue code for importing LDAP attributes into a user's vCard...
[citadel.git] / citadel / citadel_ldap.h
index fb775d96d019a41712d9d632b917fc9e6d7d7056..3e98ddb1555fa6fca2c51ba2765c4c448b6c37dd 100644 (file)
@@ -6,3 +6,4 @@
 
 int CtdlTryUserLDAP(char *username, char *found_dn, int found_dn_size, char *fullname, int fullname_size, uid_t *found_uid);
 int CtdlTryPasswordLDAP(char *user_dn, char *password);
+int Ctdl_LDAP_to_vCard(char *ldap_dn, struct vCard *v);