• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. noelpd
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 48
    • Best 1
    • Controversial 0
    • Groups 0

    noelpd

    @noelpd

    1
    Reputation
    959
    Profile views
    48
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.linkedin.com/in/noelpd Location San Francisco Bay Area

    noelpd Unfollow Follow

    Best posts made by noelpd

    • RE: FOG 1.3.0 Release Candidate 20

      Thank you guys for all the hard work on getting things updated where needed. Just out of curiosity, is there anything closer to final steps of an actual final version? Thank you.

      posted in Announcements
      N
      noelpd

    Latest posts made by noelpd

    • RE: LDAP Plugin - ID Must Be Set To Edit Error

      @george1421 said in LDAP Plugin - ID Must Be Set To Edit Error:

      For people to be able to login using ldap they must be listed on the group identified by admin group field.

      They are, but the login is still not working.

      posted in FOG Problems
      N
      noelpd
    • RE: LDAP Plugin - ID Must Be Set To Edit Error

      @jason-shoemake This fix let me successfully add our LDAP. Moving forward, how do I make sure that people can log in with it? Will a reboot be required? Anything else that needs to be configured or installed?

      posted in FOG Problems
      N
      noelpd
    • RE: LDAP Plugin - ID Must Be Set To Edit Error

      1_1502314943993_Capture.JPG 0_1502314943991_Capture2.JPG

      posted in FOG Problems
      N
      noelpd
    • LDAP Plugin - ID Must Be Set To Edit Error
      Server
      • FOG Version: 1.4.4
      • OS: Windows 10
      Client
      • Service Version: N/A
      • OS: N/A
      Description

      I was messing around with Open LDAP plugin. When I go to save my settings, I get the error message of “ID Must Be Set To Edit”. Any idea why it is giving me that error message? Thank you.

      posted in FOG Problems
      N
      noelpd
    • Windows 10 - Sysprep Image For Upload
      Server
      • FOG Version: 1.4.4
      • OS: Windows 10
      Client
      • Service Version: N/A
      • OS: N/A
      Description

      Hey Everyone! I am currently working on getting Windows 10 deployed with our FOG Server. I currently have a functioning Sysprep package for my Windows 7 image that works. However when I use that package on Windows 10 it does not work. I am sure that is due to drastic changes from 7 to 10.

      Basically I am looking for feedback as to what you guys are doing to build images in Windows 10 and upload them to your FOG Server. I am sure there will be follow up questions for information I am missing in this initial post. I am just at the point of banging my head into a wall on getting this working, haha.

      posted in Windows Problems
      N
      noelpd
    • RE: Updated To FOG 1.4.0 - Getting Blank White Page

      @wanderson This worked for me. Thank you. Had to edit the line below document root since i had my php file in html and not fog.

      posted in FOG Problems
      N
      noelpd
    • RE: Updated To FOG 1.4.0 - Getting Blank White Page

      @Tom-Elliott

      The apache2 folder location does not exist on my server.

      posted in FOG Problems
      N
      noelpd
    • RE: Updated To FOG 1.4.0 - Getting Blank White Page

      @Tom-Elliott

      <?php
      header(‘Location: http://10.205.1.2/fog/management/index.php’);
      die();
      ?>

      posted in FOG Problems
      N
      noelpd
    • RE: Updated To FOG 1.4.0 - Getting Blank White Page

      @george1421 Yes, I had a redirect setup. See the contents of my file below…

      <?php
      header(‘Location: http://10.205.1.2/fog/management/index.php’);
      die();
      ?>

      posted in FOG Problems
      N
      noelpd
    • Updated To FOG 1.4.0 - Getting Blank White Page

      Recently updated to the latest stable version of 1.4.0. After going through the following process

      1. Yum Update
      2. Git Pull
      3. Run 1.4.0 Installer/Upgrade

      I get a blank white page when trying to type the IP of the FOG Server Directly. However, When I type the full address it works fine getting to the GUI Login.

      I double checked my /var/www/html/index.php file and everything looks good and appears to be pointing to the correct location. Any ideas?

      posted in FOG Problems
      N
      noelpd