From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 3 Apr 2002 19:42:49 +0400 From: Alexey Voinov To: devel@altlinux.ru Subject: Re: [devel] [Fwd: [sisyphus] =?koi8-r?Q?ns?= =?koi8-r?B?cyBsZGFwIGJ1ZyAoIMnMySDazM/KINEg08XHz8TO0Sld?= Message-ID: <20020403154249.GA2403@voins.local> Mail-Followup-To: Alexey Voinov , devel@altlinux.ru References: <3CAAB861.854F634@altlinux.ru> <20020403164231.0087f2e6.vserge@menatepspb.msk.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="neYutvxvOLaeuPCA" Content-Disposition: inline In-Reply-To: <20020403164231.0087f2e6.vserge@menatepspb.msk.ru> User-Agent: Mutt/1.3.28i Sender: devel-admin@altlinux.ru Errors-To: devel-admin@altlinux.ru X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.0 Precedence: bulk Reply-To: devel@altlinux.ru List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Archived-At: List-Archive: List-Post: --neYutvxvOLaeuPCA Content-Type: multipart/mixed; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline Content-Transfer-Encoding: 8bit --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit Volkov Serge wrote > Приветствую > > Принято!!! > Сегодня поправлю!!! nss_ldap и жду патча на pam ? > В аттаче. -- Best Regards! | Когда вам платят за работу, надо по крайней мере Alexey Voinov | делать вид, что вы работаете... | Б.Виан "Осень в Пекине" voins@voins.program.ru voins@online.ru vns@altlinux.ru --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="pam_ldap-patch.patch" diff -Naurk.orig pam_ldap-125/pam_ldap.c.orig pam_ldap-125/pam_ldap.c --- pam_ldap-125/pam_ldap.c.orig Mon Sep 3 12:57:26 2001 +++ pam_ldap-125/pam_ldap.c Wed Apr 3 10:14:58 2002 @@ -820,13 +820,13 @@ passwdScope = LDAP_SCOPE_ONELEVEL; else if (!strcasecmp (s, "base")) passwdScope = LDAP_SCOPE_BASE; - } - s = strchr (s, '?'); - if (s != NULL) - { - *s = '\0'; - s++; - CHECKPOINTER (passwdFilter = strdup (s)); + s = strchr (s, '?'); + if (s != NULL) + { + *s = '\0'; + s++; + CHECKPOINTER (passwdFilter = strdup (s)); + } } } else if (!strcasecmp (k, "ldap_version")) --x+6KMIRAuhnl3hBn-- --neYutvxvOLaeuPCA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8qyL53FGE/YJu+jkRAiqEAKCMF3csI1kWV8+eHpzJ8qwX7XxHXgCgov9o 3JD5/Bfgp4lcyhcdU7FUkV0= =8ol+ -----END PGP SIGNATURE----- --neYutvxvOLaeuPCA--