[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: First steps with PAM + LDAP
On Pá, 2002-07-12 at 00:38, David Wright wrote:
>
> > I followed 4 tutorials on net (including LDAP Implementation HOWTO).
>
> Well, I hope one of them was mine. :-)
> http://www.metaconsultancy.com/whitepapers/
>
> > I'm forwarding my /etc/pam.d/ssh, login and passwd and my
> > /etc/pam_ldap.conf and nsswitch.conf and libnss-ldap.conf.
>
> One problem I see right away is in your pam_ldap.conf and
> libnss-ldap.conf. You use
> base o=Hermes, c=BR
> but I think you want
> base o=Hermes,c=BR
> DNs are just strings, so spaces are significant.
>
>
No, you are not right. See at RFC 1779, paragraph 2.3.
Spaces are signaficant only if escaping is using.
/Honza