Re: Filtering users by group
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
Re: Filtering users by group
- From: ROGERIO DE CARVALHO BASTOS <rogeriobastos [at] dcc.ufba.br>
- To: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: Re: Filtering users by group
- Date: Mon, 24 May 2010 10:10:04 -0300
If the nslcd_pam_authz doesn't show
up in the debug output the PAM module is probably not asked to do
authorisation (account in pam.d).
Yes, authorisation didn't ask to pam_ldap because pam_unix always
returns success. I think this is because of nss return ldap's user and
pam_unix asks to one. I replace pam_unix by pam_localuser in account
stack to solve this problem.
Is there one way to do this using pam_unix ?
I want solve this problem less change pam_unix's profile
(/usr/share/pam-configs).
--
Rogerio de Carvalho Bastos
http://wiki.dcc.ufba.br/Main/RogerioBastos
--
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: Filtering users by group, (continued)