Author Topic: Are there limit of users in free zentyal version? [SOLVED]  (Read 3776 times)

jopeme

  • Zen Warrior
  • ***
  • Posts: 126
  • Karma: +0/-0
    • View Profile
Are there limit of users in free zentyal version? [SOLVED]
« 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.
« Last Edit: October 21, 2013, 01:15:46 pm by jopeme »

christian

  • Guest
Re: Are there limit of users in free zentyal version?
« Reply #1 on: October 21, 2013, 12:17:11 pm »
there is no limitation in term of accounts

jopeme

  • Zen Warrior
  • ***
  • Posts: 126
  • Karma: +0/-0
    • View Profile
Re: Are there limit of users in free zentyal version?
« Reply #2 on: October 21, 2013, 12:49:08 pm »
Thanks.
Any a limitation then in another questions ?

christian

  • Guest
Re: Are there limit of users in free zentyal version?
« Reply #3 on: October 21, 2013, 12:56:08 pm »
no

robb

  • Guest
Re: Are there limit of users in free zentyal version? [SOLVED]
« Reply #4 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
« Last Edit: October 21, 2013, 07:21:49 pm by robb »