SOURCES: pam-pam_ldap-chkuser.patch - gcc4 fix.

pluto pluto at pld-linux.org
Wed May 10 12:36:29 CEST 2006


Author: pluto                        Date: Wed May 10 10:36:29 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- gcc4 fix.

---- Files affected:
SOURCES:
   pam-pam_ldap-chkuser.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/pam-pam_ldap-chkuser.patch
diff -u SOURCES/pam-pam_ldap-chkuser.patch:1.2 SOURCES/pam-pam_ldap-chkuser.patch:1.3
--- SOURCES/pam-pam_ldap-chkuser.patch:1.2	Thu Mar 18 12:21:20 2004
+++ SOURCES/pam-pam_ldap-chkuser.patch	Wed May 10 12:36:24 2006
@@ -17,10 +17,13 @@
        else if (!strcasecmp (k, "pam_password"))
  	{
  	  if (!strcasecmp (v, "clear"))
-@@ -1696,6 +1705,61 @@
+@@ -1696,6 +1705,63 @@
+   return PAM_SUCCESS;
  }
  
- static int
++static char* _parse_user( pam_ldap_session_t* ps, const char* username );
++
++static int
 +_get_user_info_fast (pam_ldap_session_t * session, const char *user)
 +{
 +  if (session->info != NULL)
@@ -75,10 +78,9 @@
 +  return PAM_SUCCESS;
 +}
 +
-+static int
+ static int
  _pam_ldap_get_session (pam_handle_t * pamh, const char *username,
  		       const char *configFile, pam_ldap_session_t ** psession)
- {
 @@ -1744,7 +1808,7 @@
      {
        _release_config (&session->conf);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/pam-pam_ldap-chkuser.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list