• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Miodog
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Miodog

    • M

      MultiCast question

      General Problems
      • • • Miodog
      5
      0
      Votes
      5
      Posts
      705
      Views

      S

      @Miodog Please let us know if we can improve the Multicast address thing within FOG even more. We are open for any kind of suggestion on this.

    • M

      Solved Access Control

      Bug Reports
      • • • Miodog
      3
      0
      Votes
      3
      Posts
      361
      Views

      M

      Thank you very much Tom for the info.

    • M

      Access Control Plugin working with AD

      General Problems
      • access control ldap plugin • • Miodog
      7
      0
      Votes
      7
      Posts
      1.2k
      Views

      F

      @Miodog This is for 1.5.5 version.
      But you can do a workaround:

      go to FOG_DIRECTORY/lib/plugin/ldap/hooks Do a copy of ldappluginhook.hook.php #cp ldappluginhook.hook.php ldappluginhook.hook.php.ori Lets go to edit one line of the code: # vim ldappluginhook.hook.php /** * Sets our user type to filter from user list * * @param mixed $arguments the item to adjust * * @return void */ public function setTypeFilter($arguments) { $arguments['types'] = array(990,991); } Change the line: $arguments['types'] = array(990,991);

      To:

      $arguments['types'] = array(991);

      With this change you can see the local users and LDAP admin users

    • 1 / 1