Displaying 6 results from an estimated 6 matches for "db_log_autoremov".
Did you mean:
db_log_autoremove
2005 Jun 29
2
Samba3-ByExample
...am now on page 167/168. It states...
"Install the file shown in Example 5.4.1 in the directory /data/
ldap."
The example states the following
Example 5.4.1. LDAP DB_CONFIG File
set_cachesize 0 150000000 1
set_lg_regionmax 262144
set_lg_bsize 2097152
#set_lg_dir /var/log/bdb
set_flags DB_LOG_AUTOREMOVE
What is the name I should call this file? DB_CONFIG?
--
Regards.
In Christ,
Jason Greene
Angelus Press
IT Manager
2915 Forest Avenue
Kansas City, MO 64109-1516
1.800.966.7337 x306
1.816.753.3557 (fax)
www.angeluspress.org
2006 Feb 06
0
samba crashes losing all machine a/c's
...ngs abruptly,
I have tuned openldap with DB_CONFIG parameters
my DB_CONFIG file is as follows
#########################################
set_cachesize 0 150000000 1
set_lg_regionmax 262144
set_lg_bsize 2097152
#set_lg_dir /var/log/bdb
set_flags DB_LOG_AUTOREMOVE
#########################################
but after i do db_recover and start my ldap and samba, i have to rejoin all
my clients system to PDC,
though the entries in LDAP of all my computers exist,
why does this happens.
After Rejoining, i often get the following messages in /var/log/messages in...
2009 Jan 18
2
Starting slapd: /bin/bash: /tmp/start-slapd.K12378: Permission denied
Hi,
I'm running Centos 5, with openldap Version: 2.3.27 Release: 8.el5_2.4.
When I run:
$ sudo /etc/init.d/ldap start
I get the following error:
Starting slapd: /bin/bash: /tmp/start-slapd.l14891: Permission denied
(obviously the temp file number changes every time).
It appears to be a permission problem but I thought I did everything to set
up the permissions correctly...
Everything
2009 Jul 15
0
idmap problem
...;/var/lib/ldap"
dbconfig set_cachesize 0 100000000 1
dbconfig set_lk_max_objects 1500
dbconfig set_lk_max_locks 1500
dbconfig set_lk_max_lockers 1500
dbconfig set_lg_regionmax 262144
dbconfig set_lg_bsize 524288
dbconfig set_lg_dir /var/lib/ldap/log
dbconfig set_flags DB_LOG_AUTOREMOVE
index objectClass eq
index cn pres,sub,eq
index sn pres,sub,eq
index uid pres,sub,eq
index displayName pres,sub,eq
index uidNumber eq
index gidNumber eq
index memberUID eq
index sambaSID...
2007 Jan 18
2
Why slapd dying?
I am wondering why slapd in my CentOS 4.4s erver was
unable to run. I already configure ldap to start at
boot and when I issue command /sbin/service ldap start
it is sucessfully started but again when I check the
status etheir thru service or by netstat, it was
stopped and not exist respectively. Is anybody
encountered this. If you need some more info
just let me know. Thanks.
junji
linux
2005 Nov 18
2
nsswitch not working for ldap
I am following the instruction in Samba by Example chapter 6 on a RHEL4
server. Everything seems OK until I get to 6.3.5.7, which says to do the
following:-
root# getent passwd | grep Adminstrator
which returns nothing, indicating that the nsswitch (nss_ldap libary) is
not working.
I cannot find anything in any of the log files to give my a clue nor any
hints on how to debug this.
Any