[SCM] Samba Shared Repository - branch v3-6-test updated

Volker Lendecke vlendec at samba.org
Mon Sep 13 11:05:15 MDT 2010


The branch, v3-6-test has been updated
       via  c96bf39 s3: Do not directly log off after a pam_logon
       via  c852839 s3: Fix wbinfo arg for --pam-logon
      from  02a8a96 s3/winbind: use mono time for startup timeout check

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit c96bf39e3aa2dd542a37707547dbbd858774bf81
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Sep 13 11:31:58 2010 +0200

    s3: Do not directly log off after a pam_logon

commit c8528396280a15e81b9fedbe8e784b507b2367df
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Sep 13 11:31:26 2010 +0200

    s3: Fix wbinfo arg for --pam-logon

-----------------------------------------------------------------------

Summary of changes:
 nsswitch/wbinfo.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c
index 34bf758..801f92f 100644
--- a/nsswitch/wbinfo.c
+++ b/nsswitch/wbinfo.c
@@ -2016,7 +2016,7 @@ int main(int argc, char **argv, char **envp)
 		{ "sid-aliases", 0, POPT_ARG_STRING, &string_arg, OPT_SIDALIASES, "Get sid aliases", "SID" },
 		{ "user-sids", 0, POPT_ARG_STRING, &string_arg, OPT_USERSIDS, "Get user group sids for user SID", "SID" },
 		{ "authenticate", 'a', POPT_ARG_STRING, &string_arg, 'a', "authenticate user", "user%password" },
-		{ "pam-logon", 0, POPT_ARG_STRING, string_arg, OPT_PAM_LOGON,
+		{ "pam-logon", 0, POPT_ARG_STRING, &string_arg, OPT_PAM_LOGON,
 		  "do a pam logon equivalent", "user%password" },
 		{ "logoff", 0, POPT_ARG_NONE, NULL, OPT_LOGOFF,
 		  "log off user", "uid" },
@@ -2379,6 +2379,7 @@ int main(int argc, char **argv, char **envp)
 					  string_arg);
 				goto done;
 			}
+			break;
 		case OPT_LOGOFF:
 		{
 			wbcErr wbc_status;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list