Added as requested. This make sense to me. I’ve also added the total clients a Group can have.

Best posts made by Tom Elliott
-
RE: Display Number of Clients per Node on the Storage Management page
-
RE: Multcasting - Hosts Do Not Contain the Same Image Assignments
@jgurka What you’re saying is wrong. I coded it, I know what it’s doing. I’m trying to help.
-
RE: FOG Mobile stuff
FOG Mobile works perfectly fine.
I’ve been maintaining it, and even test it.
it isn’t as robust as the “main” page, but this is kind of the intent.
I’m not going to remove it simply because I think it’s highly useful when restricted to a phone.
-
RE: FOG_STORAGENODE_MYSQLPASS Viewing the text
@Wayne-Workman yes. This is because the Storage Nodes can also be responsible for the “Checking in/Completion” of tasks.
-
RE: Making Fog Portable
@george1421 et all. I’m still around. I can probably help
-
RE: ca fog service "error failed to decrypt" when snapins in non-default directory
@Arrowhead-IT I’m aware of what the problem is, and it’s because I am forcing the directory of snapins to contain the ssl files.
In the code, particularly the decrypt code, I’m specifically searching the /opt/fog/snapins/ssl folder to do the decryption, or the global FOG_SNAPINDIR setting if it is set. Maybe this can help fix the problem? I will see about making an entry to allow for dynamic use and find of the ssl folder/files. For now, I’d recommend adjusting the global value. I’ll work on making it more dynamic and adjustable per node.
-
RE: Extend LDAP plugin to support AD authentication
Just for tracking purposes for those that would like to try this:
https://github.com/FOGProject/fogproject/tree/working-RC-11
Under
packages/web/lib/plugins/ldap
you will find the plugin.Easiest way to get it would be to simply install the ldap plugin after installing working-RC-11 branch. I don’t recommend this only because while it’s a “WIP” and addresses bugs and minor improvements/fixes around what’s being found from RC-10, it’s also meaning those on RC-11 would be returning info that’s rather irrelevant for the time being. I’d prefer people to work on RC-10 and get a thorough list of bugs and issues to work out. That said, any of the developers and moderators that would like to install please do, I can fix the things I miss due to it not being in the “mainstream” of things which can help make RC-11 that much more suitable for environments.
This one exception (ldap) is the only thing I’d like to see people testing from RC-11 as it could use VAST amounts of improvements and make using FOG in an AD Environment that much easier to control.
For example, with the new modifications (once fully completed), you can define ldap authentication from eDirectory, openldap, ldap, and Active directory. You can associate groups in your ldap choice to allow users mobile access, and your IT team admin access. I hope something like SSO of this sort will make it into FOG 2.0 as well, which is why I’m kind of excited for this plugin to get revamped.
@Fernando-Gietz, @george1421, and myself have had the most authoring done for this plugin and have been added to the author’s of this plugin. @x23piracy You helped tremendously a few months ago with testing and providing an open test ring for me to use although it may not have accomplished what the two of us had hoped for.
Thank you @george1421 for actually kind of kickstarting this plugin back into shape. Thank you @Fernando-Gietz for actually establishing the basis of the plugin.
Anybody who would like to try this out so we can make it much better, please do and keep us posted. Please, for the time being, don’t post this into bugs though. I’m aware of the issues LDAP plugin currently has which is kind of why the work has been started to make it into a truly usable plugin.
-
RE: New trunk install Git 5788 default locale is Asian
You’re absolutely correct. It’s chinese if it’s any help. It is not set until you set it, though I’m pretty sure I’ve made sure it defaults (now) to English.
-
RE: Select hosts in a group to deploy just a part
I thought about adding this capability. It ultimately isn’t hard, but with trying to push toward a release, this is a bit overkill and would require a lot of testing to ensure all was working properly.
-
RE: ca fog service "error failed to decrypt" when snapins in non-default directory
@Arrowhead-IT storage nodes now contain their own snapin path, and this is what is used for everything else, it’s only the cert finding that uses the implicit check.
-
RE: FOG 1.3 persistent groups
@Wayne-Workman the group idea is currently, the host name that matches that of a group name will apply that matching host settings to any host that gets added.
The last group a host is inserted into (the latest group you added a host to) would define the host to have that new groups settings.
It’s basically your addition. Currently it only does this adding when and if a hostname matches the group name.
-
RE: Storage node installation - typo
@Sebastian-Roth CentOS/RHEL get remi,remi-php56, DNF variants get remi only.
-
RE: Extend LDAP plugin to support AD authentication
@Wayne-Workman
Here’s how mine is setup:Connection Name: What do you want to call it – not used for anything in regards to functionality.
Description: Self explanatory – not used for anything in regards to functionality.
Server Address: ###Needed### The address of your server.
Server Port: ###Needed### The port of your server (usually 389).
Search Base DN: ###Needed### The DN you need to search starting at… For me I’m searching under users common name.
Group Search DN: ###Needed### The dn you need to start searching for Groups… For me I’m searching under the OU named Groups.
Admin Group: ###Not required if mobile group is set### This is the group that will be looked at for ldap to be scanning for “FOG Admins”
Mobile Group: ###Not required if admin is set### This is the group that will be looked at to allow “mobile” users. These users cannot login to the main dashboard but they can login to the mobile page.
Initial Template: Does not do anything to the DB store. Just a “template” holder.
User Nam Attribute, what field to search for user names.
Group member attribute, what field to search for groups.
Bind DN, Not required as user based element should be able to find.
Bind Password the bind dn password.
-
RE: Replication deletes file before transfer is complete
Should be fixed, thanks for reporting.
I had the delete happening before checking if the prior replication was still running. Added a check to break out if it is already running.
-
RE: Add support for FSCK before Image Creation / Image Management(web UI)
To add on, however, we already check the filesystem during imaging.
-
RE: http error 500 on image management page
@Quazz Found, confirmed, fixed, and pushed.
Thanks for reporting.
-
RE: PHP error Uncaught Exception: DateTimeZone
@kortnor The datetimezone issue should be fixed in the latest update. I wasn’t implicitly defining a Timezone, so it would not find any data in the case of a fresh install.
I found two places that I could use to ensure the timezone is set (albeit not necessarily accurate) in the case the DB hasn’t been loaded yet (fresh install), the php.ini file does not have a date.timezone specified (php defaults to commenting the timezone out). The fix, for now, is test the presence of the variable by means of checking if it’s empty or not.
Mind you if the php.ini file IS set with the date timezone setting, it will NOT try to use the one defined in the DB anyway. However, if you aren’t comfortable messing in /etc/php.ini, the current push of FOG should take over and operate as originally expected (no more 500 heres or erroneous error messages.)
-
RE: ZSTD Compression
imgFormat is how we determined Partclone VS. Partimage
from upgrading 0.32 -> current, image definitions are automatically associated with imgFormat of 1 (which equals partimage)
All I’ve done is extend the capability of this field
so the way it works now:
0 = partclone gzipped
1 = partimage (gzipped of course)
2 = partclone gzipped split 200MiB
3 = partclone uncompressed
4 = partclone uncompressed split 200mib
5 = zstd compressed
6 = zstd compressed split 200mib -
RE: Build 6821 on CentOS 7.2.1511 folder naming problem
@george1421 A + is perfectly fine in any path. Other special characters are perfectly fine as well, so long as they’re properly escaped. I know this is what you’re against, but it does already filter most other special characters, even as much as getting right of other weird special characters.