Re: A few typos from syslog messages in pam/pam.c
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
Re: A few typos from syslog messages in pam/pam.c
- From: Arthur de Jong <arthur [at] arthurdejong.org>
- To: nss-pam-ldapd-users <nss-pam-ldapd-users [at] lists.arthurdejong.org>
- Subject: Re: A few typos from syslog messages in pam/pam.c
- Date: Tue, 27 Jul 2010 20:20:49 +0200
On Tue, 2010-07-27 at 10:59 -0700, Ted C. Cheng wrote:
> ===================================================================
> RCS file: /var/CVSROOT/nss-pam-ldapd/pam/pam.c,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -r1.1 -r1.2
> 302c302
> < (action==NSLCD_ACTION_PAM_SESS_O)?"open":"clode",username),
> ---
> > (action==NSLCD_ACTION_PAM_SESS_O)?"open":"close",username),
> 496c496
> <
> (action==NSLCD_ACTION_PAM_SESS_O)?"open":"clode",ctx->sessid);
> ---
> >
> > (action==NSLCD_ACTION_PAM_SESS_O)?"open":"close",ctx->sessid);
> 505c505
> < (action==NSLCD_ACTION_PAM_SESS_O)?"open":"clode");
> ---
> > (action==NSLCD_ACTION_PAM_SESS_O)?"open":"close");
Thanks for pointing this out, however this was already fixed between the
0.7.6 and 0.7.7 releases.
--
-- arthur - arthur@arthurdejong.org - http://arthurdejong.org --
--
To unsubscribe send an email to
nss-pam-ldapd-users-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-users
- Re: Incorrect service port handling in nss/services.c, (continued)
Re: Losing users & groups from Active Directory 2008r2,
Emmanuel Lesouef