Email id's not visible in GUI

NethServer Version: nethserver-7.6.1810-x86_64
Module: your_module Not applicable.
Hi experts,
Installed the above said server. Working fine without any issues.
Observed a glitch after creating 500 mail boxes.
It is when we create a new user / email id it is creating and opening in browser.
But it is not showing in GUI. It is showing only 500 id’s and also we are unable to add any id which we created in groups.
What I am missing?
Appreciate your quick help
Bain

1 Like

@dev_team could be a limit in LDAP query?

1 Like

AFAIK the default OpenLDAP response limit is 500 entries. The client (UI) supports paged results. Perhaps the server does not.

Do you have any error in /var/log/messages?

BTW, assuming you have a local OpenLDAP accounts provider, you can increase the response limit with

ldapmodify -Y EXTERNAL <<EOF
dn: cn=config
changetype: modify
replace: olcSizeLimit
olcSizeLimit: 800
EOF
2 Likes

@ davidep,
Thanks for your support. But am unable to run the command ldapmodify…
Is this okay if i run the command as follows…
ldapmodify -Y EXTERNAL <<EOF dn: cn=config changetype: modify replace: olcSizeLimit olcSizeLimit: 800 EOF>>
Pls suggest

No It can’t work. Just cut&paste in a bash shell my command above.

All,
sorry for the late reply.
It worked like charm. Now I could see the email id’s visible, but those email id’s which are created before executing the command, are not visible.
Any clue?

cc @davidep

bump…

I’m sorry but this doesn’t ring any bell… Please, paste some screenshot or any additional information to help understanding the issue.

1 Like