This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nscd/292] nscd performance drop with case insensitive attributes


------- Additional Comments From muehlenhoff at univention dot de  2004-09-27 12:02 -------
Sorry for the late reply. We provide an easy test case for you: The problem can only be 
properly reproduced with LDAP, as access through "compat" is way too fast for reliable 
performance measures. There are two easy ways for you to check the problem: 
 
1. Two shell scripts, that generate the necessary LDIF files for 2000 users, one for the 
user and the group data: 
http://bitz150.bitz.briteline.de/nscd-glibc-bug-292-generate-group-ldif.sh 
http://bitz150.bitz.briteline.de/nscd-glibc-bug-292-generate-user-ldif.sh 
 
Add the LDIFs with the following command where LDAPPASSWD is your LDAP admin 
password: 
ldapadd -x -c -D cn=admin,dc=nodomain -w LDAPPASSWD -f group.ldif 
ldapadd -x -c -D cn=admin,dc=nodomain -w LDAPPASSWD -f user.ldif 
 
2. Another, even easier way, is to just import the prepared slapcat output of the two 
scripts above: 
http://bitz150.bitz.briteline.de/nscd-glibc-bug-292-complete-slapcat-data.bz2 
 
If you have further requests, just follow up and we'll provide it ASAP. 

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=292

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]