• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Permissions management server side

Scheduled Pinned Locked Moved
General Problems
4
16
1.7k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • 6
    6rilT
    last edited by Dec 6, 2018, 1:27 PM

    Hello!
    I need to set a “standard user” profile that does not have any access to the “Fog Configuration” menu in order not to mess with my settings. Does anyone have any idea how I can achieve this?

    W 1 Reply Last reply Dec 6, 2018, 1:43 PM Reply Quote 0
    • W
      Wayne Workman @6rilT
      last edited by Wayne Workman Dec 6, 2018, 7:44 AM Dec 6, 2018, 1:43 PM

      @6rilT You would install the accesscontrol plugin, and then configure it. Here’s information on it: https://forums.fogproject.org/topic/9624/control-access-plugin/7
      I don’t k now if @Fernando-Gietz completed the Site control plugin, but information on that is here: https://forums.fogproject.org/topic/9902/site-plugin

      If you are not familiar with fog’s plugins, you have to enable the plugin system in FOG Configuration - it’s just a checkbox, click save. You’ll get a new item in the fog ribbon for plugins. From there, you can install any of the available plugins.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      6 1 Reply Last reply Dec 6, 2018, 1:54 PM Reply Quote 0
      • 6
        6rilT @Wayne Workman
        last edited by 6rilT Dec 6, 2018, 8:17 AM Dec 6, 2018, 1:54 PM

        @Wayne-Workman Thank you! I will look into that straight away!.. NOOOOOOOOOO! It is unfortunately not available anymore! such a shame. I guess it is too much hassle maintaining this module.

        T 1 Reply Last reply Dec 6, 2018, 3:18 PM Reply Quote 0
        • T
          Tom Elliott @6rilT
          last edited by Dec 6, 2018, 3:18 PM

          @6rilT What’s not available anymore?

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          6 1 Reply Last reply Dec 7, 2018, 11:08 AM Reply Quote 0
          • W
            Wayne Workman
            last edited by Dec 7, 2018, 1:02 AM

            I don’t know what you’re looking at, but the access control plugin is absolutely available.

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            1 Reply Last reply Reply Quote 0
            • 6
              6rilT @Tom Elliott
              last edited by 6rilT Dec 7, 2018, 5:57 AM Dec 7, 2018, 11:08 AM

              @Tom-Elliott @Wayne-Workman : could not find it on the wiki page but I was not looking on the right page. found it and am looking into it just now. Thank you again and my apologies for being such a noob!

              W 1 Reply Last reply Dec 8, 2018, 12:21 AM Reply Quote 0
              • W
                Wayne Workman @6rilT
                last edited by Dec 8, 2018, 12:21 AM

                @6rilT said in Permissions management server side:

                could not find it on the wiki page

                What wiki page?

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                1 Reply Last reply Reply Quote 0
                • 6
                  6rilT
                  last edited by Dec 11, 2018, 4:02 PM

                  @Wayne-Workman @Tom-Elliott So my new issue is that the technician view has access to the accesscontrol area and I am not able to tick it off. Any suggestions?

                  T 1 Reply Last reply Dec 11, 2018, 5:33 PM Reply Quote 0
                  • T
                    Tom Elliott @6rilT
                    last edited by Dec 11, 2018, 5:33 PM

                    @6rilT Let me play around a little bit. Mind you I’m running working-1.6 as @Sebastian-Roth has been doing wonderful keeping the 1.5.5 tree updated. So While some things are a little different, the actions performed should still be relatively similar.

                    Essentially, We just need to create the hook that manages the menu access. Without the menu available, with the access control plugin, a non-elevated user cannot access the access control and make changes, even if they know the url.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    1 Reply Last reply Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by Dec 11, 2018, 6:09 PM

                      I believe you need to add two field into the accesscontrolrule side of things.

                      The Type: MAIN_MENU
                      The parent: main
                      The node (leave blank)
                      The value: accesscontrol

                      Possibly you will need to do this for site so:
                      The Type: MAIN_MENU
                      The parent: main
                      The node (leave blank)
                      The value: site

                      On 1.6 it will be two more than those but this should help.

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      6 2 Replies Last reply Dec 12, 2018, 9:12 AM Reply Quote 1
                      • 6
                        6rilT @Tom Elliott
                        last edited by Dec 12, 2018, 9:12 AM

                        @Tom-Elliott said in Permissions management server side:
                        Thank you so much Tom, you just allowed me to understand how the accesscontrol module works!
                        I guess I can from now on do the same with every little bit that could be missing in order to match my needs. I feel extatic and relieved. Living to learn a little bit every day!

                        1 Reply Last reply Reply Quote 0
                        • 6
                          6rilT
                          last edited by Dec 13, 2018, 8:08 AM

                          Hello!
                          Do you recon it could be a bit easier if you forwarded me to a full documentation of FOG and its file system? As I still struggle to implement all the functionnalities I need to in order to have FOG work the way I want.

                          1 Reply Last reply Reply Quote 0
                          • S
                            Sebastian Roth Moderator
                            last edited by Dec 13, 2018, 8:29 AM

                            @6rilT I am sorry but the wiki and forums are as much of documentation we have. Read through the code and you sure will figure it out.

                            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                            6 1 Reply Last reply Dec 14, 2018, 2:19 PM Reply Quote 0
                            • 6
                              6rilT @Sebastian Roth
                              last edited by Dec 14, 2018, 2:19 PM

                              @Sebastian-Roth I shall take that piece of advice, try putting the pieces together. Thank you again, so much for your responsivity!

                              1 Reply Last reply Reply Quote 0
                              • 6
                                6rilT @Tom Elliott
                                last edited by Dec 14, 2018, 2:54 PM

                                @Tom-Elliott or anyone else:
                                The Type: MAIN_MENU
                                The parent: main
                                The node
                                The value: tasktypeedit
                                Anything wrong with that? It does not seem to work for me.
                                Please, let me know if I am being too demanding for so little.
                                .

                                T 1 Reply Last reply Dec 14, 2018, 3:10 PM Reply Quote 0
                                • T
                                  Tom Elliott @6rilT
                                  last edited by Dec 14, 2018, 3:10 PM

                                  @6rilT Just creating the rule isn’t enough. You need to assign the rule to a role. Users and rules are associated roles.

                                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                  1 Reply Last reply Reply Quote 0
                                  • 1 / 1
                                  1 / 1
                                  • First post
                                    1/16
                                    Last post

                                  127

                                  Online

                                  12.1k

                                  Users

                                  17.3k

                                  Topics

                                  155.3k

                                  Posts
                                  Copyright © 2012-2024 FOG Project