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

    Topics created by maverickws

    • M

      Yet another (it seems) LDAP topic

      General
      • • • maverickws
      3
      0
      Votes
      3
      Posts
      375
      Views

      M

      @tenorio-leandro

      Hi Leandro,
      So what you mean is you have nothing on the “Group Base DN” field?
      Ok, I just tested with that setting, but it failed the same. I also tested unticking the “Use Group Matching” both with an empty and filled “Group Base DN” but both failed anyway.

      When I untick the “Use Group Matching” option I get an error saying “All methods of binding failed”.

      I’m not sure what you meant by your last sentence? Is it like, all users are admins?

      Oh I also tried putting the “Group Base DN” line into “Admin Group” but also gives me an error:

      [16-Feb-2022 13:30:25 UTC] Plugin LDAP::_result(). Search Method: search; Filter: (&(|(name=cn=admins)(name=cn=groups)(name=cn=accounts)(name=dc=domain)(name=dc=io))(memberof=uid=admin_user,cn=users,cn=accounts,dc=domain,dc=io)); Result: 0 [16-Feb-2022 13:30:25 UTC] Plugin LDAP::_result(). Search Method: search; Filter: (&(|(name=))(memberof=uid=admin_user,cn=users,cn=accounts,dc=domain,dc=io)); Result: 0 [16-Feb-2022 13:30:25 UTC] Plugin LDAP::authLDAP() Access level is still 0 or false. No access is allowed!

      Obrigado! 😉

    • M

      SSL & Fog http - curl failed to verify the legitimacy of the server and therefor could not establish a secure connection to it.

      General Problems
      • • • maverickws
      19
      0
      Votes
      19
      Posts
      7.6k
      Views

      M

      SOLVED!

      Solved it by adding the line RewriteCond %{REQUEST_URI} !^/utils to the VirtualHost block at /etc/httpd/conf.d/fog.conf so it looks like this now:

      <VirtualHost *:80> <FilesMatch "\.php$"> SetHandler "proxy:fcgi://127.0.0.1:9000/" </FilesMatch> ServerName 10.0.0.1 ServerAlias fog.servers.domain.io DocumentRoot /var/www/html/ RewriteEngine On RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F] RewriteRule /management/other/ca.cert.der$ - [L] RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} !^/utils RewriteRule (.*) https://%{HTTP_HOST}/$1 [R,L] </VirtualHost>

      @george1421 hi and once again let me thank you for your time.
      I just managed to get over the problem and disabled the HTTPS redirect for the /utils path.
      SystemRescue loaded just fine.

      I would suggest, maybe, adding this rule by default when we enable SSL on the fog server, and having therefor a specific path to put boot files that could be blocked by curl’s certificate check.

    • 1 / 1