• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. shird
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 23
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by shird

    • RE: SVN 5370 Domain Username Bug

      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?).

      posted in FOG Problems
      shirdS
      shird
    • 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: 0

      Nothing to change by the looks of it.

      Other notable settingKeys 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).

      posted in FOG Problems
      shirdS
      shird
    • 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?

      0_1447687979283_fog_slashes.jpg

      posted in FOG Problems
      shirdS
      shird
    • 1
    • 2
    • 2 / 2