Admin works fine, but user not showing any zones & 2 other questions

Discussion in 'General' started by pesja, Mar 21, 2007.

  1. pesja

    pesja Member

    Hello,

    First of all my compliments with this front-end of mydns and the ispconfig-theme you addes to the programm. but I have a minor problem en two questions about mydns (config)....

    I did a fresh install of ubuntu / mydnsconfig, like the new howto.
    When I login as administrator I can do everything (create zones, records etc.) So I also created an new user (module=dns, startmodule=dns, type=user and active=yes) and also did try to create a new zone with this user.
    But the zone I made is not visible in the user screen.
    When I logout and login again as administrator the screen now shows the zone I made before as an user. I don't know what the problem is?

    My next question is the ability that the Administrator can create the relevant zones and users only can create records within the zone they are able to edit. Can I realise this into the database (phpmyadmin) or is there another way.

    My last question is which file I have to edit to make zone-transfers to secondairy dns servers which are not mydns servers (I use Microsoft DNS server as sec. dns server.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I'm not sure about your other questions, but to allow zone transfers, please put
    Code:
    allow-axfr = yes
    into /etc/mydns.conf and restart MyDNS.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    To your first problem:

    Which are in the fileds sys_userid and sys_groupid of the record that is not shown in the soa table?

    This is might be possible with phpmyadmin, please try to set the field sys_perm_group aof arecord to "r" instead of "riud".

    r = read
    i = insert
    u = update
    d = delete
     

Share This Page