Your database is asking for some tweaking. This is not an indication
of a problem or an error condition. You are not required to address
this issue.
(Apple's) OpenLDAP stores all it's data in a BerkeleyDB (bdb)
database. This messages is telling you that your database could
probably benefit from having an additional index set up for this
particular variable.
In the file /etc/openldap/slapd_macosxserver you might want to add or
modify the following (near the similar lines):
index apple-computers eq,sub
index mail eq,sub
After you do this you will need to stop the database:
launchctl unload /System/Library/LaunchDaemons/org.openldap.slapd.xml
and then re-index the database using slapindex
and then start the database again:
launchctl load /System/Library/LaunchDaemons/org.openldap.slapd.xml
Repeat on each of your replicas if you have any.
The replicas don't have ldap logging turned on by default, so even
though you won't see this message your replicas could benefit from
the same adjustments.
These tweaks may get overwritten by future software updates or Open
Directory reconfigurations.
-Matt
At 2:22 PM -0700 11/9/06, Brian Garrett wrote:
I'm getting the following repeating on my 10.4.8 xserve ODM.
I'm not sure if it's something to be concerned about. I found
something similar over on afp548, but the number after the slapd was
different and dialog wasn't exactly the same.
Has anyone else seen this type of error messages?
TIA.
Brian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden
This email sent to email@hidden
--
Matt Richard
Access and Security Coordinator
Computing Services
Franklin & Marshall College
email@hidden
(717) 291-4157
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden