Hi guys,
so I finally have two virtual hosts: ldap.example.com (LDAP authenticated users) and guest.ldap.example.com (registerable).
I can list the registered users on guest... with ejabberdctl, but how can I see which of my 30 000 LDAP users are using / have used LDAP?
Greetings,
Balu
ulab wrote: I can list the
I can list the registered users on guest... with ejabberdctl,
Right, with:
but how can I see which of my 30 000 LDAP users are using
With:
/ have used LDAP?
In WebAdmin you can see the Last Activity of the registered users.
http://localhost:5280/admin/server/ldap.localhost/users/
Those users with "Never" means that never logged in.
badlop wrote: Right, with: $
Right, with:
That would be nice, but
I thought that's because LDAP users don't need to register.
It works for the non-LDAP "guest" server though:
Do I have a problem with my configuration?
Greetings,
Balu