> 
> In powerdns we can see the users. users are connected to domains. 

Hi,

Could you tell us where and how you can “see” the users? Do you use some kind 
of web-frontend?

> 
> I have a user ricardo , the user ricardo has a lot of domains connected, but 
> he says he misses some that he can not see.
> 
> anybody knows, how to list user owned domains from the powerdns DB ?

It depends on how ricardo’s domains ended up in the system.

You might want to check if the following SQL query gives you any results:

select * from domains where account = ‘ricardo’;

Does that return the list of “ricardo’s domains”? If so, then look for a domain 
that’s missing from ricardo’s list (eg: ‘mydomain.tld’), and check the account 
on that domain…

Kind Regards,


Frank Louwers
PowerDNS Certified Consultant @ Kiwazo.be


_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to