i am trying to setup our hp unix server with samba 2.2.5 to authenicate via
our ad user directory.   Our NT structure is setup as follows:  
Active directories in mixed mode - 6 domain controllers
one BDC
here is a copy of my samba.conf

# Samba config file created using SWAT
# from ws00478.rbinc.com (10.27.52.184)
# Date: 2002/10/04 08:38:08

# Global parameters
[global]
        client code page = 437
        workgroup = domain
        netbios name = server1
        server string = server1
        interfaces = lan4 127.0.0.1
        bind interfaces only = Yes
        security = DOMAIN
        encrypt passwords = Yes
        update encrypted = Yes
        password server = *`
        name resolve order = wins lmhosts bcast host
        character set = ISO8859-1
        username map = /usr/local/samba/lib/user.map
        restrict anonymous = Yes
        admin log = Yes
        log level = 2
        domain logons = no
        local master = no
        domain master = no
        wins server = 1.1.1.1
        socket address = 1.1.1.1
        guest account = smbnull

[user1]
        path = /tmp
        username = user1
        read only = No
        browseable = no
        nt acl support = true
        mangle case = yes


note: i replaced the real ips with 1.1.1.1

I want this box to use one or all the dcs for authentication but it's not
working :(
any thoughts or ideas? hints? suggestions?

thanks so much!
------------------------------------------
Thank you
Jenn Fountain
215.712.5156

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

Reply via email to