[Samba] 3.0.28a+ 2008 server join with security=domain

feroz ahmed feroz.samba at gmail.com
Fri Apr 4 06:11:57 GMT 2008


Hi,

Can some one help me out in joining samba 3.0.28a to 2008 server domain with
"security= domain".

When i try to execute "./net rpc join -U administrator%password" I'm
getting  the following error.

" Error in domain join verification (credential setup failed): NT code
0xc0000388"

Previously i was getting "Unable to find suitable server error" then i
started "Computer Browser Service" which will be disabled by default in
windows 2008 server.
Now i got stacked at

" Error in domain join verification (credential setup failed): NT code
0xc0000388"
Any help in this regard will be highly appreciated.

My smb.conf file is as follows

        [global]
                private dir = /usr/local/samba/samba/samba-3.0.28a/tdbstore
                security = DOMAIN
                map to guest = Never
                password server =172.16.100.43
                auth methods =  ntdomain
                use spnego = No
                client use spnego = Yes
               # realm = 2008SERVER.COM
                dos charset = ISO8859-1
                unix charset = ISO8859-1
                display charset = ISO8859-1
                debuglevel = 10
                netbios name = ahmed456
                workgroup =  2008SERVER
                client signing = auto
                server signing = auto
                server string = Linux
                encrypt passwords = Yes
                socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
              #  printer admin = root
                log file =
/usr/local/samba/samba/samba-3.0.28a/log/common.log
              #  max connections = 13
                local master = no
              #  stat cache = no
                wins server = 172.16.100.43
                oplocks = no
                kernel oplocks = no
                level2 oplocks = no
                default devmode = yes
                print command = PrintJobSubmit %s
                lppause command = PrintJobPause %j
                lpresume command = PrintJobResume %j
                lprm command = PrintJobDelete %j
                lpq command = PrintQueueGet
        [FILE_SHARE]
                 comment = For all users loggin in
                path = /usr/local/samba/samba/samba-3.0.28a/file_share
        browsable = yes
                writable = yes
;       valid users = %S
               printable = no
                 create mask = 0777
        directory mode = 0777
                guest ok = yes
               guest only = yes
                posix locking = no
                oplocks = no
                level2 oplocks = no
                printable = yes
                writeable = yes
                guest ok = yes
        [pcl6]
                comment = PCL6 Driver
                path = /usr/local/samba/samba/samba-3.0.28a/spooldir
                printable = yes
                guest ok = yes
                guest only = yes
                posix locking = no
                oplocks = no
                level2 oplocks = no
        [ps3]
                comment = PS3 Driver
                path = /usr/local/samba/samba/samba-3.0.28a/spooldir
                printable = yes
                guest ok = yes
                guest only = yes
                posix locking = no
                oplocks = no
                level2 oplocks = no
        [print]
                comment = Printer
                path = /usr/local/samba/samba/samba-3.0.28a/spooldir
                printable = yes
                guest ok = yes
                guest only = yes
                posix locking = no
                oplocks = no
                level2 oplocks = no
                [print$]
                path = /usr/local/samba/samba/samba-3.0.28a/driverpath
                writeable = no
                write list = root,nobody
                guest ok = yes
                posix locking = no
                oplocks = no
                level2 oplocks = no
                guest only = yes


More information about the samba mailing list