Show LDAP users

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

ulab wrote:

I can list the registered users on guest... with ejabberdctl,

Right, with:

$ ejabberdctl registered_users ldap.localhost                                                                          
robin
tester
ulab wrote:

but how can I see which of my 30 000 LDAP users are using

With:

$ ejabberdctl connected_users_vhost ldap.localhost                                                          
robin@ldap.localhost/Tka
ulab wrote:

/ 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: $

badlop wrote:

Right, with:

$ ejabberdctl registered_users ldap.localhost                                                                          
robin
tester

That would be nice, but

root@jabber:~# ejabberdctl registered_users jabber.example.com
root@jabber:~# 

I thought that's because LDAP users don't need to register.

It works for the non-LDAP "guest" server though:


root@jabber:~# ejabberdctl registered_users guest.jabber.example.com
balu
fox
nici
root@jabber:~# 

Do I have a problem with my configuration?

Greetings,
Balu

Syndicate content