* split cutuserkey() out of makeuserkey(); its name doesn't show that theres a modifi...
[citadel.git] / citadel / ldap.c
index 7701b6c29210374c463adeb65f66e61a6c25eed7..1ea3bb09b0533db4bd026a9b9a496e59778567b0 100644 (file)
@@ -223,7 +223,7 @@ int CtdlTryUserLDAP(char *username,
 }
 
 
-int CtdlTryPasswordLDAP(char *user_dn, char *password)
+int CtdlTryPasswordLDAP(char *user_dn, const char *password)
 {
        LDAP *ldserver = NULL;
        int i = (-1);