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

    DB updates

    Scheduled Pinned Locked Moved
    General
    2
    3
    1.2k
    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.
    • W
      Walter Wahlstedt
      last edited by

      I was trying to make add a new menu item in the fog settings called LDAP settings. These settings are supposed to be for a way to perform a LDAP bind. anyway, I added a row:
      INSERT INTO globalSettings (settingID, settingKey, settingDesc, settingValue, settingCategory)
      VALUES (‘108’, ‘FOG_LDAP_Username’, ‘Username to Bind’, ‘default’, ‘LDAP Settings’);
      Once i added this row, it doesnt do anything. so i tried editing a current row but nothing changed. i tried restarting the apache and mysql service as well as the whole server. nothing changed. can you help me?

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        I don’t know if I fully understand.

        Are you trying to do this through schema update or just on your own?

        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
        • W
          Walter Wahlstedt
          last edited by

          Hey Tom, Thanks for all your work on fog btw. I was just updating the database on my own directly through the console.[S] I’m not sure how to use the schema update. I did a quick search and didnt come up with anything.[/S]

          I guess i should also ask if you are working on adding LDAP support for users to log in?

          edit: So i just had a quick peek at the schemaupdater php file and realized how to use it. I’m still not clear as to why the direct database editing didnt work but i’ll take what i can get.

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

          257

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project