[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Openldap and Solaris 8
Do you have "group files ldap" in your nsswitch.conf? If so, group
entries will have to have at least the following fields:
dn: cn=users, ou=Group, o=ypass.net
objectClass: top
objectClass: posixGroup
cn: users
gidNumber: 101
userPassword: {crypt}*
memberUid: root
-Igor
On Mon, 5 Mar 2001, Javier Chicharro wrote:
>
> I'm using Solaris 8 as Openldap client with only nsswitch
> configuration (without PAM authentication).
>
> The problem is that the nscd daemon crashes after doing a 'ls -l' in a
> directory where there are many files (10 or 11) owned by some ldap
> users.
>
> This is the ldap_client_cache file (and basically equal than
> ldap_client_file). The file was edited by hand, because of ldapclient
> utility seem doesn't work with Openldap:
>
> NS_LDAP_SERVERS=ldap server ip
> NS_LDAP_SEARCH_BASEDN="dc=datagrama,dc=net"
> NS_LDAP_AUTH=NS_LDAP_AUTH_SIMPLE
> NS_LDAP_SEARCH_SCOPE=NS_LDAP_SCOPE_SUBTREE
> NS_LDAP_SEARCH_TIME=30
> NS_LDAP_BINDDN="cn=Admin,dc=datagrama,dc=net"
> NS_LDAP_SEARCH_DN=passwd:(ou=people,dc=datagrama,dc=net)
>
>
> The same server works perfectly with Solaris 2.6 and linux clients
> (using the LDAP NSS module)
>
> Do you know what is the problem?
>
>