gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/login


From: gsasl-commit
Subject: CVS gsasl/lib/login
Date: Sun, 31 Oct 2004 20:29:50 +0100

Update of /home/cvs/gsasl/lib/login
In directory dopio:/tmp/cvs-serv13209

Modified Files:
        server.c 
Log Message:
Rename property type.


--- /home/cvs/gsasl/lib/login/server.c  2004/10/13 16:23:31     1.6
+++ /home/cvs/gsasl/lib/login/server.c  2004/10/31 19:29:50     1.7
@@ -115,7 +115,7 @@
       gsasl_property_set (sctx, GSASL_AUTHID, state->username);
       gsasl_property_set (sctx, GSASL_PASSWORD, state->password);
 
-      res = gsasl_callback (NULL, sctx, GSASL_SERVER_VALIDATE);
+      res = gsasl_callback (NULL, sctx, GSASL_VALIDATE_SIMPLE);
       if (res != GSASL_CANNOT_VALIDATE)
        {
          const char *key;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]