Hello List members
I am running Openldap and db4
[root@build ~]# slapd -V
@(#) $OpenLDAP: slapd 2.3.27 (Mar 14 2007 17:44:50) $
mockbuild@builder4.centos.org:/builddir/build/BUILD/openldap-2.3.27/openldap-2.3.27/build-servers/servers/slapd
DB4 vcersion db4-4.3.29-9
We have a address book containing around 500 to 2000 addresses stored in
it. Every thing works fine for some days and then it crashes. I see
nothing in the logs. We are using a custom schema attached with this
email. Before we upgraded from the default openldap in centos4.4 to
Centos5.0 it was working perfectly, is there any compatibility issues
with the schema & the new package.
--
Regards,
Rohit Baisakhiya
attributetype ( 2.5.4.7.1 NAME ( 'location' 'subdomain' ) SUP name )
attributetype ( 2.5.4.7.2 NAME ( 'proxyflag' ) SUP name )
attributetype ( 2.5.4.7.3 NAME ( 'mailflag' ) SUP name )
attributetype ( 2.5.4.7.4 NAME ( 'incomingflag' ) SUP name )
attributetype ( 2.5.4.7.5 NAME ( 'outgoingflag' ) SUP name )
attributetype ( 2.5.4.7.6 NAME ( 'inmailsize' ) SUP name )
attributetype ( 2.5.4.7.7 NAME ( 'outmailsize' ) SUP name )
attributetype ( 2.5.4.7.8 NAME ( 'mailquota' ) SUP name )
attributetype ( 2.5.4.7.9 NAME ( 'globalquota' ) SUP name )
attributetype ( 2.5.4.7.10 NAME ( 'memOfGroup' ) SUP name )
attributetype ( 2.5.4.7.11 NAME ( 'autoDeleteMail' ) SUP name )
#attributetype ( 2.5.4.7.11 NAME ( 'mailsOlderThan' ) SUP name )
#attributetype ( 2.5.4.7.12 NAME ('lastModifiedTime') SUP name)
#attributetype( 0.9.2342.19200300.100.1.23 NAME ('lastModifiedTime') SUP name)
#attributetype ( 2.5.4.7.10 NAME 'member' SUP distinguishedName )
#attributetype ( 2.5.4.7.11 NAME 'owner' SUP distinguishedName )
#attributetype ( 2.5.4.7.12 NAME 'seeAlso' SUP distinguishedName )
#attributetype ( 2.5.4.7.13 NAME ( 'ou' 'organizationalUnitName' ) SUP name )
#attributetype ( 2.5.4.7.14 NAME ( 'o' 'organizationName' ) SUP name )
#attributetype ( 2.5.4.7.15 NAME 'description'
# EQUALITY caseIgnoreMatch
# SUBSTR caseIgnoreSubstringsMatch
# SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
#attributetype ( 2.5.4.7.16 NAME 'businessCategory'
# EQUALITY caseIgnoreMatch
# SUBSTR caseIgnoreSubstringsMatch
# SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
#
# Netcore User objectclass
#
objectclass ( 1.3.6.1.4.1.4203.1.4.1.1
NAME ( 'Netcore' 'Netserv' )
DESC 'Netcore Netserv Ldap'
SUP ( posixAccount $ inetLocalMailRecipient $ inetOrgPerson )
MAY ( location $ proxyflag $ mailflag $ incomingflag $ outgoingflag $ inmailsize $ outmailsize $ mailquota $ globalquota $ acctFlags $ description $ homeDrive $ kickoffTime $ lmPassword $ logoffTime $ logonTime $ ntPassword $ primaryGroupID $ profilePath $ pwdCanChange $ pwdLastSet $ pwdMustChange $ scriptPath $ smbHome $ rid $ ou $ memOfGroup $ autoDeleteMail $ calFBURL )
)
#attributetype (2.16.840.1.113730.3.1.13 #Conflicting hence changed this
attributetype (2.16.840.1.113730.3.1.14
NAME 'mailAlternateAddress'
DESC 'alternate RFC822 email addresses used to reach this person'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
attributetype (2.16.840.1.113730.3.1.23
NAME 'mgrpAllowedDomain'
DESC 'allowed domains for sender of mail to group'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
attributetype (2.16.840.1.113730.3.1.25
NAME 'mgrpDeliverTo'
DESC 'LDAP Search URL to describe group membership'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
EQUALITY caseExactIA5Match
)
attributetype (2.16.840.1.113730.3.1.26
NAME 'mgrpErrorsTo'
DESC 'person or group to receive error messages for this group'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE
)
attributetype (2.16.840.1.113730.3.1.28
NAME 'mgrpRejectAction'
DESC 'The action to be taken for a rejected message to the group'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
attributetype (2.16.840.1.113730.3.1.29
NAME 'mgrpRejectText'
DESC 'Text to be returned with a rejected message'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
attributetype (2.16.840.1.113730.3.1.30
NAME 'mgrpRFC822MailMember'
DESC 'RFC822 mail address of email only member of group'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
#
# Netcore Group objectclass
#
###### object class modified Manoj for version 2.1 of openldap #######
objectclass (2.16.840.1.113730.3.2.4
NAME 'mailGroup'
SUP top
STRUCTURAL
MUST ( uid $ mail $ cn )
MAY ( mailAlternateAddress $ mailHost $
mgrpAllowedDomain $ mgrpDeliverTo
$ mgrpRejectAction $ mgrpErrorsTo $ mgrpRFC822MailMember
$ mgrpRejectText $ businessCategory $ seeAlso $ owner $ ou $ o $ description $ uniqueMember $ mailquota)
)