]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel_ldap.h
Began tweaking out some calendar stuff in preparation for CalDAV. Mike Shaver is...
[citadel.git] / citadel / citadel_ldap.h
index d29df7fc8fb3c52b52a94a122193a66bfb58a16a..b401cc9f1cab8b6037ff6fd7002b91d8d2cd5999 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Configuration for LDAP authentication.  Most of this stuff gets pulled out of our site config file.
  *
  * Copyright (c) 1987-2009 by the citadel.org team
@@ -21,5 +19,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);