Access to DNS Manager

Discussion in 'Installation/Configuration' started by bbrendon, May 1, 2008.

  1. bbrendon

    bbrendon New Member

    Who is suppose to get access to the DNS manager other than the admin? There is a check box for resellers, but once they login, I don't see DNS manager access.

    Am I missing something? Is it a bug?

    Also, are clients suppose to get access to manage DNS for their domains?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Only Resellers and the admin can access the dns manager. The reseller will be able to access the dns manager after the next login. If the reseller is logged in already, he had to logout and then login again to see the dns manager module.
     
  3. bbrendon

    bbrendon New Member

    Very strange. I created another reseller and it works. If I try to remove the DNS manager access from the other reseller, it won't let me because it says they have created DNS entries. But logging into the interface as him, the DNS manager button doesn't appear. Very odd.
     
  4. bbrendon

    bbrendon New Member

    Also, when you delete a reseller, you get the following:

    Array ( [doc_id] => 1 [doctype_id] => 1022 [firma] => Reseller Test [vorname] => Reseller [limit_user] => -1 [limit_disk] => -1 [limit_web] => -1 [limit_domain] => -1 [reseller_group] => 2 [name] => Anjomi [strasse] => [plz] => [ort] => Las Vegas [telefon] => [fax] => => [email protected] [internet] => http://www.a.com [reseller_user] => reseller[reseller_passwort] => ||||:5fc340101975a2623e98baf85cf591c3 [reseller_userid] => 2 [anrede] => [land] => USA [limit_httpd_include] => 0 [limit_dns_manager] => 1 [limit_domain_dns] => -1 [province] => NV [limit_shell_access] => 0 [limit_cgi] => 1 [limit_php] => 1 [limit_ssi] => 1 [limit_ftp] => 1 [limit_mysql] => 1 [limit_ssl] => 1 [limit_anonftp] => 1 [limit_standard_cgis] => 1 [limit_wap] => 1 [limit_error_pages] => 1 [limit_frontpage] => 0 [limit_mysql_anzahl_dbs] => -1 [limit_slave_dns] => -1 [client_salutatory_email_sender_email] => [client_salutatory_email_sender_name] => [client_salutatory_email_bcc] => [client_salutatory_email_subject] => [client_salutatory_email_message] => [standard_index] => [user_standard_index] => [traffic_suspension_sender_email] => [traffic_suspension_sender_name] => [traffic_suspension_email_bcc] => [traffic_suspension_email_subject] => [traffic_suspension_email_message] => [traffic_notification_sender_email] => [traffic_notification_sender_name] => [traffic_notification_email_bcc] => [traffic_notification_email_subject] => [traffic_notification_email_message] => [limit_traffic] => -1 [limit_traffic_ueberschreitung] => 1 [limit_ruby] => 1 )
    Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/lib/classes/ispconfig_isp_reseller.lib.php:608) in /home/admispconfig/ispconfig/web/multidoc/edit/delete.php on line 61
     
  5. falko

    falko Super Moderator Howtoforge Staff

    Please comment out line 608
    Code:
    print_r($anbieter);
    in /home/admispconfig/ispconfig/lib/classes/ispconfig_isp_reseller.lib.php. I've just fixed this little bug.
     

Share This Page