gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/src


From: gsasl-commit
Subject: CVS gsasl/src
Date: Sun, 31 Oct 2004 21:57:39 +0100

Update of /home/cvs/gsasl/src
In directory dopio:/tmp/cvs-serv14104

Modified Files:
        callbacks.c 
Log Message:
Be specific.


--- /home/cvs/gsasl/src/callbacks.c     2004/08/07 22:00:16     1.29
+++ /home/cvs/gsasl/src/callbacks.c     2004/10/31 20:57:39     1.30
@@ -142,7 +142,10 @@
       pw = getpwuid (uid);
 
       if (pw)
-       args_info.authentication_id_arg = strdup (pw->pw_name);
+       {
+         printf ("Using system username `%s' as authentication identity.\n"));
+         args_info.authentication_id_arg = strdup (pw->pw_name);
+       }
       else
        args_info.authentication_id_arg =
          strdup (readline ("Enter authentication ID: "));





reply via email to

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