* split cutuserkey() out of makeuserkey(); its name doesn't show that theres a modifi...
[citadel.git] / citadel / citadel_ldap.h
index d29df7fc8fb3c52b52a94a122193a66bfb58a16a..e8c65a5d2bb87d50a451f0882c65879872ad2d62 100644 (file)
@@ -21,5 +21,5 @@
  */
 
 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 CtdlTryPasswordLDAP(char *user_dn, const char *password);
 int Ctdl_LDAP_to_vCard(char *ldap_dn, struct vCard *v);