It is a test environment at the moment with a view to pushing out to production, so yes client 0.9.7 is being used (that is the latest version, right?).
Posts made by shird
-
RE: SVN 5370 Domain Username Bug
-
RE: SVN 5370 Domain Username Bug
@Tom-Elliott said:
Can you just set the username to the username?
I just tested saving and resaving things with the \ in the username and I’m not seeing this over and over.
Tried this and it is still not joining to the domain.
@Wayne-Workman said:
Can you check and see what’s in the DB?mysql use fog select * from globalSettings where settingKey='FOG_AD_DEFAULT_USER';
You can update that field like this:
update globalSettings set settingValue='Administrator' where settingKey='FOG_AD_DEFAULT_USER';
Query OK, 0 rows affected (0.00 sec)
Rows matched: 0 Changed: 0 Warnings: 0Nothing to change by the looks of it.
Other notable
settingKey
s for this topic:FOG_AD_DEFAULT_DOMAINNAME FOG_AD_DEFAULT_OU FOG_AD_DEFAULT_PASSWORD FOG_AD_DEFAULT_PASSWORD_LEGACY FOG_AD_DEFAULT_USER
I should add that the “Domain Password” field in FOG Trunk (1.3.0 and higher) can ONLY be populated properly by using the web interface, because there is code in the web interface that encrypts the new password field, unlike the Legacy Password.
Everything as expected in the DB (domainname is FQDN, user is correct, etc). Same as the information that was input into Config options page (sans Legacy Password as this is not used).
-
SVN 5370 Domain Username Bug
Hi,
I’ve been having an issue in the SVN 5370 trunk release (and the last few releases before that), with getting FOG imaged machines to auto join the domain.
In the Active Directory Defaults config section when I enter a domain username, the imaged machine does not join itself into AD. Upon second inspection of the config settings the Username has been populated with many, many backslashes.
My initial thought is that it may be something to do with PHP and Magic Quotes being turned on potentially. I’m wondering if anyone else has come across this issue?