If you were able to join the domain, the you should see an account for your computer in the Active Directory Users and Groups MMC.


Samba + Active Directory integration is not something I have worked with. You may need to keep reading through the documentation. I did find that the documentation on when nsswitch.conf has to use winbind is not very clear.



I think you will also need to update /etc/nsswitch.conf e.g.

    passwd:     files winbind
    group:    files winbind


This way "getent passwd" and "getent group" will also show the AD users, which may be necessary for making sure that the AD users are known by the unix file system.

Since this machine is a domain member, I don't know if you need to define local users and groups on the samba server.




On 09/29/2010 01:03 PM, Ben George wrote:





HI
Thanks for your reply..me using.2003 server..

when i give the command in unix wbinfo -u ,it shows all the users in AD and wbinfo -g shows the group..

after that....?

bcoz i am beginner with this.actually i am working in linux,and i got job on sun..so my manager gave this work to me

only for me..:(

so i don't know the correct procedures about the samba-AD synchronization..

so please help me with these,for further steps.



Again thanks for your reply
Ben.T.George














On Wed, Sep 29, 2010 at 4:04 PM, Gaiseric Vandal <[email protected] <mailto:[email protected]>> wrote:

    In your smb.conf did you set
       security = ADS


    You may want to check the man page for smb.conf and "security = "
    options.




    On 09/29/2010 07:33 AM, Ben George wrote:

        when i try to join the domain in UNIX (Sun Solaris 10 SPARC),i
        got error
        message like this



        bash-3.00# ./net ads -d3 join -U [email protected]
        <mailto:[email protected]>

        [2010/09/29 14:26:02, 3] param/loadparm.c:(5055)
                         lp_load: refreshing parameters
        [2010/09/29 14:26:02, 3] param/loadparm.c:(1440)
                         Initialising global parameters
        [2010/09/29 14:26:02, 3] param/params.c:(572)
          params.c:pm_process() - Processing configuration file
        "/etc/sfw/smb.conf"
        [2010/09/29 14:26:02, 3] param/loadparm.c:(3794)
                         Processing section "[global]"
        [2010/09/29 14:26:02, 2] lib/interface.c:(81)
          added interface ip=192.168.1.11 bcast=192.168.1.255
        nmask=255.255.255.0
        Host is not configured as a member server.
        Invalid configuration.  Exiting....
        Failed to join domain: Invalid domain role
        [2010/09/29 14:26:02, 2] utils/net.c:(1075)
        return code = -1


        please help me solve this

        thanks


-- To unsubscribe from this list go to the following URL and read the
    instructions: https://lists.samba.org/mailman/options/samba



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to