|
|
[OX User] LDAP Performance & Tuning
Gavin Henry
ghenry at suretecsystems.com
Tue Apr 10 11:48:41 CEST 2007
<quote who="Garry">
> Gavin Henry wrote:
>> Would be good to see your slapd.conf either way.
>
> Can do:
>
> include /etc/openldap/schema/core.schema
> include /etc/openldap/schema/cosine.schema
> include /etc/openldap/schema/inetorgperson.schema
> include /etc/openldap/schema/nis.schema
> include /etc/openldap/schema/samba.schema
> include /etc/openldap/schema/openxchange.schema
> allow bind_v2
> pidfile /var/run/slapd.pid
> argsfile /var/run/slapd.args
> database ldbm
> directory /var/lib/ldap
> suffix "dc=domain,dc=de"
> rootdn "cn=mailadmin,dc=domain,dc=de"
> rootpw XXXXXXX
> index
> uid,mailEnabled,cn,sn,givenname,lnetMailAccess,alias,loginDestination
> eq,sub
> include /etc/openldap/acl_ox.conf
> sizelimit -1
>
>
I'm surprised this hasn't died/fallen over by now already. ldbm is not
recommended or maintained, by anyone, including OpenLDAP project. You
should be using hdb/bdb and a 2.3 release, preferably the latest stable.
I can't emphasize this enough.
If you need help, we can offer you support:
http://www.suretecsystems.com/services/openldap/
--
Kind Regards,
Gavin Henry.
Managing Director.
T +44 (0) 1224 279484
M +44 (0) 7930 323266
F +44 (0) 1224 824887
E ghenry at suretecsystems.com
Open Source. Open Solutions(tm).
http://www.suretecsystems.com/
More information about the User
mailing list
|
|