• 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
2.0k
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.
  • 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
                              13/16
                              Last post

                            122

                            Online

                            12.2k

                            Users

                            17.4k

                            Topics

                            155.5k

                            Posts
                            Copyright © 2012-2024 FOG Project