• 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
    • Groups 0

    Topics

    • M

      MultiCast question

      Watching Ignoring Scheduled Pinned Locked Moved General Problems
      5
      0 Votes
      5 Posts
      861 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

      Access Control

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      3
      0 Votes
      3 Posts
      508 Views
      M

      Thank you very much Tom for the info.

    • M

      Access Control Plugin working with AD

      Watching Ignoring Scheduled Pinned Locked Moved General Problems access control ldap plugin
      7
      0 Votes
      7 Posts
      1k 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