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.
Best posts made by noelpd
-
RE: FOG 1.3.0 Release Candidate 20
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.
-
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?
-
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.
-
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.
-
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.
-
RE: Updated To FOG 1.4.0 - Getting Blank White Page
The apache2 folder location does not exist on my server.
-
RE: Updated To FOG 1.4.0 - Getting Blank White Page
<?php
header(‘Location: http://10.205.1.2/fog/management/index.php’);
die();
?> -
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();
?> -
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
- Yum Update
- Git Pull
- 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?