[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: native solaris 8 authentication



On Fri, 26 Apr 2002, Kervin L. Pierre wrote:

> Hi,
>
> I'm looking into native solaris 8 auth ( using sun provided pam modules ).
>
> According to this site, http://www.ypass.net/solaris8/openldap/ , this
> is possible, but a patch has to be applied to the openldap server to
> allow rootdse lookups.
>
> Is that still the case?
>

Yes.

The problem is that openldap will not return
ldapsearch -b "" -s base '(objectclass=*)'

This is not an openldap issue; solaris needs to specify attrs it is
looking for and all would be well.

I believe that you can make it work without this patch, but you have to
manually create /var/ldap/ldap_client_cred and /var/ldap/ldap_client_file
files.

-Igor