Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: jopeme on October 21, 2013, 12:08:52 pm

Title: Are there limit of users in free zentyal version? [SOLVED]
Post by: jopeme on October 21, 2013, 12:08:52 pm
That is my question. I have around 350 users and i want to know if free version without support from zentyal supports this number of users or it is limited to certain number of them.

Thanks.
Title: Re: Are there limit of users in free zentyal version?
Post by: christian on October 21, 2013, 12:17:11 pm
there is no limitation in term of accounts
Title: Re: Are there limit of users in free zentyal version?
Post by: jopeme on October 21, 2013, 12:49:08 pm
Thanks.
Any a limitation then in another questions ?
Title: Re: Are there limit of users in free zentyal version?
Post by: christian on October 21, 2013, 12:56:08 pm
no
Title: Re: Are there limit of users in free zentyal version? [SOLVED]
Post by: robb on October 21, 2013, 06:59:15 pm
Keep in mind that LDAP maximum is set to 500 in OpenLDAP config. You can change that if you need to.

If you need more users, edit
/etc/ldap/slapd.d/cn=config/olcDatabase={-1}frontend.ldif
and change olcSizeLimit: 500 to an amount of users you need. In fact it is not 500 users, but 500 entries. Computeraccounts are also part of those 500 limit.

BTW this is not a Zentyal standard, but an OpenLDAP default:
Quote
5.2.5.6. olcSizeLimit: <integer>

This directive specifies the maximum number of entries to return from a search operation.

Default:

        olcSizeLimit: 500

See the Limits section of this guide and slapd-config(5) for more details.
See http://www.openldap.org/doc/admin24/limits.html