• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    samba domain integration

    Scheduled Pinned Locked Moved Solved
    Linux Problems
    8
    102
    74.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Tom ElliottT
      Tom Elliott
      last edited by

      Can you try setting this particular hosts’ user to IP.OF.Samba.Domain\admin_samba and see if that works better for you? You could even try: \admin_samba. It’s just a guess that it doesn’t know how to assign the domain part of it because it simply isn’t joined.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      P 1 Reply Last reply Reply Quote 0
      • P
        plegrand @Tom Elliott
        last edited by

        @Tom-Elliott you mean only for the domain user configuration ?
        I don’t touch to domain name ?

        Tom ElliottT 1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott @plegrand
          last edited by

          @plegrand Correct, the username. Make the AD Username either \admin_samba, or IP.Of.Samba.Domain\admin_samba (of course ensure the proper username).

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          P 2 Replies Last reply Reply Quote 0
          • P
            plegrand @Tom Elliott
            last edited by

            @Tom-Elliott
            Join Domain after image task : checked
            Domain name : samba_domain
            Domain Username : 192.168.39.237\admin_samba
            Domain Password : password
            No success
            on the same computer here is the result with netdom command wich works :
            C:\Documents and Settings\Administrateur>netdom.exe JOIN %ComputerName% /Domain:samba_domain /UserD:admin_samba /PasswordD:“password” /REBoot:60
            The command completed successfully.

            1 Reply Last reply Reply Quote 0
            • P
              plegrand @Tom Elliott
              last edited by

              @Tom-Elliott
              is there a way to downgrade to the svn version wich worked before ? Just to test ?

              Tom ElliottT 1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott @plegrand
                last edited by

                @plegrand Yes, but have you tried joining domain with the username set as \admin_samba?

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                P 2 Replies Last reply Reply Quote 0
                • P
                  plegrand @Tom Elliott
                  last edited by plegrand

                  @Tom-Elliott oups no .
                  I test now
                  Join Domain after image task : checked
                  Domain name : samba_domain
                  Domain Username : \admin_samba
                  Domain Password : password

                  http://192.168.39.243/fog/service/hostname.php?mac=00:21:85:71:bd:8e
                  #!ok=gim-127-13 #AD=1 #ADDom=samba_domain #ADOU= #ADUser=samba_domain\\admin_samba #ADPass=
                  No more success
                  In fog.log :
                  The parameter is incorrect, code = 87

                  1 Reply Last reply Reply Quote 0
                  • P
                    plegrand @Tom Elliott
                    last edited by

                    @Tom-Elliott is it possible to downgrade to a svn version for example 4058 then test all svn version to 4065 to see which version worked ?

                    1 Reply Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott
                      last edited by

                      Yes.

                      Use the command svn up -r REVYOUWANTTOTRY while in the trunk root directory

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      P E 2 Replies Last reply Reply Quote 0
                      • P
                        plegrand @Tom Elliott
                        last edited by

                        @Tom-Elliott and then
                        cd bin
                        ./installfog.sh

                        ?
                        i test that thanks

                        ch3iC 1 Reply Last reply Reply Quote 0
                        • ch3iC
                          ch3i Moderator @plegrand
                          last edited by

                          @plegrand yep

                          1 Reply Last reply Reply Quote 0
                          • E
                            EAHarvey @Tom Elliott
                            last edited by

                            @Tom-Elliott This only works going forward in version correct? Not downgrade.?

                            ch3iC Tom ElliottT 2 Replies Last reply Reply Quote 0
                            • ch3iC
                              ch3i Moderator @EAHarvey
                              last edited by

                              @EAHarvey yep too

                              1 Reply Last reply Reply Quote 0
                              • Tom ElliottT
                                Tom Elliott @EAHarvey
                                last edited by

                                @EAHarvey I don’t know what you mean.

                                @plegrand is trying to find out when samba domain joining started failing. It is believed to have worked at some point in the past, so to test he is downgrading and going to try finding out exactly when it started.

                                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                P 1 Reply Last reply Reply Quote 0
                                • P
                                  plegrand @Tom Elliott
                                  last edited by plegrand

                                  @Tom-Elliott in fact i just begin to wonder if it worked once 😞
                                  I cant understand why it works with netdom command and not with fog client

                                  Do i have to uninstall and reinstall client to ?

                                  Tom ElliottT 1 Reply Last reply Reply Quote 0
                                  • Tom ElliottT
                                    Tom Elliott @plegrand
                                    last edited by

                                    @plegrand Well can you provide a teamviewer session (in chat) with me and I can try to help narrow down exactly where the problem lies? I’m going to guess it has to do with the user having the domain as a part of the field.

                                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                    P 1 Reply Last reply Reply Quote 0
                                    • P
                                      plegrand @Tom Elliott
                                      last edited by Joe Schmitt

                                      @Tom-Elliott Eureka !!
                                      I made some tests, and i know why i said it worked before : it works with the legacy client and
                                      “Domain Password Legacy” field filled
                                      without problem.
                                      Then i uninstalled legacy client and install new client but now there is an other error

                                      29/09/2015 16:39 Client-Info Version: 0.9.5
                                       29/09/2015 16:39 HostnameChanger Running...
                                       29/09/2015 16:39 Middleware::Communication URL: http://192.168.39.243/fog/service/servicemodule-active.php?moduleid=hostnamechanger&mac=00:21:85:71:BD:8E|&newService=1
                                       29/09/2015 16:39 Middleware::Communication Response: Success
                                       29/09/2015 16:39 Middleware::Communication URL: http://192.168.39.243/fog/service/hostname.php?moduleid=hostnamechanger&mac=00:21:85:71:BD:8E|&newService=1
                                       29/09/2015 16:39 Middleware::Communication Response: Invalid host certificate
                                       29/09/2015 16:39 Middleware::Communication URL: http://192.168.39.243/fog/management/other/ssl/srvpublic.crt
                                       29/09/2015 16:39 Data::RSA CA cert found
                                       29/09/2015 16:39 Middleware::Authentication Cert OK
                                       29/09/2015 16:39 Middleware::Communication POST URL: http://192.168.39.243/fog/management/index.php?sub=authorize
                                       29/09/2015 16:39 Middleware::Communication Response: Invalid security token
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • Tom ElliottT
                                        Tom Elliott
                                        last edited by

                                        So does that seem to indicate a difference in the passwords?

                                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                        P 3 Replies Last reply Reply Quote 0
                                        • P
                                          plegrand @Tom Elliott
                                          last edited by

                                          @Tom-Elliott it’s the same password used
                                          i put the “real” password into “Domain Password” field
                                          and same password encrypted with FogCrypt into “Domain Password Legacy” field

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            plegrand @Tom Elliott
                                            last edited by plegrand

                                            @Tom-Elliott May be i didn’t understand your question?
                                            Do you need more information ?
                                            I think legacy client and new client doesn’t use the same method to join domain. Am i wrong ?
                                            Just to be clear
                                            join domain works fine with legacy client and doesn’t works with the new client
                                            I made the tests with the same domain user and the same password
                                            clear for new client
                                            and encrypted with Fog Crypt for the legacy client

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 3 / 6
                                            • First post
                                              Last post

                                            249

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project