Add DNS records via remote_client problem

Discussion in 'General' started by laptop_user, Sep 19, 2014.

  1. laptop_user

    laptop_user Member

    Hello, first of all thanks for the remote_client feature. It's really useful for me. I have 1 problem. When I add dns via remote_client, the records were successfully inserted. I check in db for 'dns_rr' and the newly inserted records is all there.

    but for some reason the client that I add the dns records cannot see the change. There is no dns records in their zone.

    but when I as admin click on the client zone to see their records, than for some unknown reason the records appeared in client dns zone records. The client can see all inserted records all the sudden.

    Why is this happening? Why can't client quickly see the inserted records and need admin to view client records first??

    Thanks in advance.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Compare the record that you inserted with the api with one that you insert with the interface in the database (table dns_rr). Most likely you pass a wrong parameter for the client_id to the api so that the record is owned by a wrong user.
     
  3. laptop_user

    laptop_user Member

    you are correct. That was the problem and has been solved. Thanks.
     

Share This Page