[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: [pamldap] problem authentification on Solaris
- To: ldap_list <openldap-software@OpenLDAP.org>
- Subject: Re: [pamldap] problem authentification on Solaris
- From: Miguel Carvalho <mvieira@ipp.pt>
- Date: Wed, 21 Mar 2001 14:15:40 +0000
- References: <4.2.0.58.20010320160704.00c4a730@mbox.si.univ-evry.fr> <4.2.0.58.20010321122745.00a4cae0@mbox.si.univ-evry.fr> <4.2.0.58.20010321141123.00a4c3f0@mbox.si.univ-evry.fr>
Alain Defrance wrote:
> >The problem is not on telnet. The problem is pam_ldap module or nss_ldap
> >module.
>
> yes i think, my ldap works fine no problem with ldapsearch, ldapadd...
Have configured your workstantion to use LDAP for authentication perposes(
run authconfig? )?
It seams yout pam_ldap or nss_ldap is miss configured.
>
> >Have you tried to put the LDAP server in debug mode?
>
> no, how do you proceed ?
>
Kill all slapd's.
Run the slapd with the folowing parameters: -d 1 .
This will run the server in single mode ( no fork's) and will send debug
information( a lot) toi the stderr .
Be sure to redirect the stderr to a file.
Take a look at www.openldap.org and search for info about the possible modes
of debug(admin guide)
Regards
Miguel Carvalho.