Displaying 7 results from an estimated 7 matches for "dbcachesize".
Did you mean:
cachesize
2006 Feb 09
0
SAMBA configuration nightmare (AIX) - idmaps do not work (core dump), ldap/nss_ldap and pam fail
...slapd AND
# should only be accessible by the slapd and slap tools.
# Mode 700 recommended.
directory /usr/local/openldap/var/openldap-data
#######################################################################
# Cache
#######################################################################
# dbcachesize if database is ldbm instead of bdb
cachesize 40000
# dbcachesize 60000000
checkpoint 512 720
#######################################################################
# Samba Indexes
#######################################################################
index objectClass eq
index cn,sn,uid,dis...
2003 Dec 09
1
LDAP access problem
...q
index cn pres,sub,eq
index sn pres,sub,eq
index uid pres,sub,eq
index displayName pres,sub,eq
index sambaSID eq
index sambaPrimaryGroupSID eq
index memberUid eq
index sambaDomainName eq
index default sub
I've already made tests with different values on the dbcachesize and cachesize parameter but without improvement.
in the log file for the W2k workstation :
[2003/12/09 17:45:22, 2] passdb/pdb_ldap.c:ldapsam_search_one_group(1597)
ldapsam_search_one_group: searching for:[(&(objectClass=sambaGroupMapping)(gid
Number=1004))]
[2003/12/09 17:45:22, 0] lib/sm...
2005 Jul 05
3
XP Join Samba 3 ; cannot find user name
...Uid,mail,givenname eq,subinitial
index sambaSID,sambaPrimaryGroupSID,sambaDomainName, eq
index mailLocalAddress eq
### Addressbook entries
index memberof eq
index active,userscode eq,sub,pres
index companyname eq,sub,pres
## default index
index default pres,eq
lastmod on
#cachesize 1000
#dbcachesize 10000
replogfile /var/lib/ldap/replog
# Access list for samba
# uses user admin (the rootdn) at the moment.
#
include /etc/ldap/samba-access.conf
# Access list for the ou=addressbook and user addressbook
# use user addressguest for outlook
#
include /etc/ldap/address-access.conf
## GLOBAL ACCESS
a...
2004 Dec 09
0
Samba / LDAP on OpenBSD
...ase ldbm
suffix "dc=myhost,dc=com"
rootdn "cn=admin,dc=myhost,dc=com"
rootpw "XXX"
<-------------------------------------------- hashed with SSHA
directory /usr/local/var/openldap/myhost.com
cachesize 40000
dbcachesize 60000000
#
#
index cn,sn,uid,displayName pres,sub,eq
index uidNumber,gidNumber eq
index sambaSID eq
index sambaPrimaryGroupSID eq
index sambaDomainName eq
index ob...
2004 Nov 09
1
Migrating NT4 Domain with Idealx tools
...lib/ldap/replog
loglevel 256
database ldbm
suffix "dc=ub,dc=unibas,dc=ch"
rootdn "cn=manager,dc=ub,dc=unibas,dc=ch"
rootpw {MD5}XXXXXXXXXXXXXXXXXXXXXX==
directory "/var/lib/ldap/ub"
lastmod on
cachesize 40000
dbcachesize 60000000
index cn,sn,uid,displayName pres,sub,eq
index uidNumber,gidNumber eq
index sambaSID eq
index sambaPrimaryGroupSID eq
index sambaDomainName eq
index object...
2006 Apr 23
1
User Manger for Domains can not reset user password.
...tpw secret
# rootpw {crypt}ijFYNcSNctBYg
# The database directory MUST exist prior to running slapd AND
# should only be accessible by the slapd/tools. Mode 700 recommended.
directory /var/lib/ldap
#performance mods
loglevel 256
sizelimit 100000
cachesize 100000
dbcachesize 30000000
# Indices to maintain
index objectClass,uidNumber,gidNumber eq
index cn,sn,uid,displayName pres,sub,eq
index memberUid,mail,givenname eq,subinitial
index sambaSID,sambaPrimaryGroupSID,sambaDomainName eq
2004 Oct 06
4
Samba 3.0.6 and OpenLDAP performance problem
...MapName,nisMapEntry eq,pres,sub
index homeDirectory,sambaLogonScript eq
index sambaSID eq
index sambaPrimaryGroupSID eq
index sambaDomainName eq
sizelimit -1
cachesize 100000
dbcachesize 15000000
threads 256
We have BDC server configured as the second logon server, but for some
reason only small number of workstation chooses this server as logon
server. Perhaps I should increase the "os level" for the BDC from 33
to 255, as it is configured for the PDC?
Th...