OpenLDAP 2.0.23 replog problema

Fórumok

OpenLDAP 2.0.23 replog problema

Hozzászólások

Tiszteletem!

Fut nekem egy Woody-n a fenti dolog. Az vele a gond, hogy nem ír semmit a replog file-ba. Létrehozza, de nem írja bele a módosításokat. A lock file-t nagyon szépen kezeli - az adatbázis módosításakor változik a dátum, míg a replog file-nál ugyanez nem történik meg. Olyan mintha nem is foglalkozna vele.

Ez bug, vagy van megoldás?

Tiszteletem!

Toltam egy loglevel 150-et. Irgalmatlanul teletomte a debug-ot. Inkabb nem rakom be ide. :D Nem talaltam benne semmit ami hibara utalna. Mit keressek?

A slapd-conf ilyen:

include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/nis.schema
include /etc/ldap/schema/inetorgperson.schema
include /etc/ldap/schema/qmail.schema

# Schema check allows for forcing entries to
# match schemas for their objectClasses's
schemacheck on

# Where the pid file is put. The init.d script
# will not stop the server if you change this.
pidfile /var/run/slapd.pid

# List of arguments that were passed to the server
argsfile /var/run/slapd.args

# Where to store the replica logs
######## Ezt csak kínunkban raktuk ide. Az eredeti file a /var/lib/ldap/replogfile.
replogfile /tmp/replogfile

# Read slapd.conf(5) for possible values
loglevel 512
#######################
# ldbm database definitions
#######################

# The backend type, ldbm, is the default standard
database ldbm

# The base of your directory
suffix "o=LBase"

# Where the database file are physically stored
directory "/var/lib/ldap"

# Indexing options
index objectClass,uid,mail eq

# Save the time that the entry gets modified
lastmod on

#LDBM specifikus beállítások

cachesize 5000
dbcachesize 100000
mode 0600

rootdn "cn=root, o=LBase"
rootpw {SSHA}xxxxxxxxxxxxxxxxxxxxx

# The userPassword by default can be changed
# by the entry owning it if they are authenticated.
# Others should not be able to see it, except the
# admin entry below

defaultaccess read

access to attribute=userPassword,clearpassword,ldappassword
by anonymous auth
by self write
by dn="cn=courier,ou=daemons,o=LBase" read
by * none

access to dn="ou=accounts,o=LBase"
by dn="cn=postfix,ou=daemons,o=LBase" read
by dn="cn=courier,ou=daemons,o=LBase" read
by * read

access to *
by dn="uid=admin,ou=accounts,o=LBase" write
by self write
by * read

Szia!

Legyszi tedd fel valahova a configodat es ha nem problema, akkor egy loglevel 150 sem artana.

Mellesleg nekem megy, bar az en szerverem egy Sarge:)