[SLE] NSCD crash in Suse 9.2
From: Rejaine Monteiro (rejaine_at_bhz.jamef.com.br)
Date: 10/13/05
- Previous message: Simon Roberts: "Re: [SLE] Postscript rotate (sorry wrong forum)"
- Next in thread: Carlos E. R.: "Re: [SLE] NSCD crash in Suse 9.2"
- Reply: Carlos E. R.: "Re: [SLE] NSCD crash in Suse 9.2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: suse-linux-e@suse.com Date: Thu, 13 Oct 2005 17:11:46 -0300
Hi
I'm having problems with nscd and openldap in Suse 9.2.
Since upgrade to 9.2 (from 9.0) nscd crash with errors like:
[root at yyyyy root]# nscd -d
3004: handle_request: request received (Version = 2)
3004: GETSTAT
3004: handle_request: request received (Version = 2)
3004: GETPWBYNAME (xxxxx)
3004: Haven't found "xxxxx" in password cache!
Aborted
Nscd: nscd-2.3.3-118
Suse 9.2 (with all recent updates)
My /etc/nscd.conf
logfile /var/log/nscd.log
debug-level 1
enable-cache passwd yes
positive-time-to-live passwd 600
negative-time-to-live passwd 20
suggested-size passwd 211
check-files passwd yes
persistent passwd yes
shared passwd yes
enable-cache group yes
positive-time-to-live group 3600
negative-time-to-live group 60
suggested-size group 211
check-files group yes
persistent group yes
shared group yes
My nsswitch.conf:
passwd: files ldap
group: files ldap
hosts: files lwres dns
networks: files dns
services: files
protocols: files
rpc: files
ethers: files
netmasks: files
netgroup: files
publickey: files
bootparams: files
automount: files nis
aliases: files
My /etc/ldap.conf:
host localhost
base dc=xxx,dc=com
ldap_version 3
rootbinddn cn=admldap,dc=xxx,dc=com
pam_password crypt
pam_filter objectclass=posixAccount
nss_base_passwd dc=xxx,dc=com
nss_base_shadow dc=xxx,dc=com
nss_base_group dc=xxx,dc=com
ssl no
My pam_unix2.conf
auth: use_ldap
account: use_ldap
password: use_ldap
session: none
My /etc/openldap/slapd.conf
include /etc/openldap/schema/core.schema
include /etc/openldap/schema/cosine.schema
include /etc/openldap/schema/inetorgperson.schema
include /etc/openldap/schema/rfc2307bis.schema
include /etc/openldap/schema/yast.schema
include /etc/openldap/schema/samba3.schema
include /etc/openldap/schema/qmail.schema
threads 32
idletimeout 600
pidfile /var/run/slapd/slapd.pid
argsfile /var/run/slapd/slapd.args
modulepath /usr/lib/openldap/modules
access to dn.base=""
by * read
access to dn.base="cn=Subschema"
by * read
access to attr=userPassword,userPKCS12
by self write
by * auth
access to attr=shadowLastChange
by self write
by * read
access to *
by * read
database ldbm
cachesize 10000
suffix "dc=xxx,dc=com"
rootdn "cn=admin,dc=xxx,dc=com"
directory /var/lib/ldap
loglevel 0
index objectClass pres,eq
index cn,sn,uid eq
index uidNumber,gidNumber,member,mailAlternateAddress,mail eq
rootpw secret
allow bind_v2
All the other services works fine (users authentication, samba, etc)
Any ideas??? What's wrong?
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
- Previous message: Simon Roberts: "Re: [SLE] Postscript rotate (sorry wrong forum)"
- Next in thread: Carlos E. R.: "Re: [SLE] NSCD crash in Suse 9.2"
- Reply: Carlos E. R.: "Re: [SLE] NSCD crash in Suse 9.2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|