WinNT/2K Authentications

Jonathan Lee light_wt at hotmail.com
Tue Nov 13 09:08:04 GMT 2001


Hi,

I have been using samba Version 2.0.7 with NT4 without problem.  Recently, I 
added a few machines running Windows 2000.  There has been problem with 
accessing the share.  In fact, the folders used to be able to be accessed by 
NT4 is no longer allowed for the same user from Windows 2000.  The error 
message is "\\<machine>\<folder> is not accessible.  The credentials 
supplied conflict with an existing set of credentials."

What is the authentication model changed from NT4 to 2000?  How to 
configuate samba to accept both OS?  The current

Thanks.

Detals:
shareserver [/usr/local/samba] > cat ./lib/smb.conf.global.shareserver
        # if security = domain, then password server = * and workgroup is 
the
        # domain of the machine account resource domain
        workgroup = DOMAIN1
        security  = server
        # password server = *
        # if security = server, then password server = PDC, BDC ...
        # where PDC and BDC are primary and backup domain controllers of
        # the user account resource domain
        # workgroup = <user-account-resource domain>
        # security  = server
        password server = PDC1 PDC2
        wins server = 182.128.128.182
        encrypt passwords = yes
        interfaces = "182.124.64.125/18"
        netbios aliases = shareserver

shareserver [/usr/local/samba] > cat ./lib/smb.conf.shares.shareserver
[export]
       comment = "Application Storage Array"
       path = /export
       # admin users =
       # hosts allow = @<netgroup>, host, ip_address
       # valid users = @<netgroup>, userid
       oplocks = No
       guest ok = no
       directory mask = 0775
       map archive = No
       writeable = yes

[perlNT]
       comment = "Junk Appl"
       path = /appl/perlNT
       # admin users =
       # hosts allow = @<netgroup>, host, ip_address
       # valid users = @<netgroup>, userid
       oplocks = No
       guest ok = no
       directory mask = 0775
       map archive = No
       writeable = yes

[junk_APPL]
       comment = "Junk Appl"
       path = /appl/junk_APPL
       # admin users =
       # hosts allow = @<netgroup>, host, ip_address
       # valid users = @<netgroup>, userid
       oplocks = No
       guest ok = no
       directory mask = 0775
       map archive = No
       writeable = yes

[applA_APPL]
       comment = "APPLA Appl"
       path = /appl/applA_APPL
       # admin users =
       # hosts allow = @<netgroup>, host, ip_address
       # valid users = @<netgroup>, userid
       oplocks = No
       guest ok = no
       directory mask = 0775
       map archive = No
       writeable = yes

[applB_APPL]
       comment = "APPLB Appl"
       path = /appl/applB_APPL
       # admin users =
       # hosts allow = @<netgroup>, host, ip_address
       # valid users = @<netgroup>, userid
       oplocks = No
       guest ok = no
       directory mask = 0775
       map archive = No
       writeable = yes

[applC_APPL]
       comment = "APPLC Appl"
       path = /appl/applC_APPL
       # admin users =
       # hosts allow = @<netgroup>, host, ip_address
       # valid users = @<netgroup>, userid
       oplocks = No
       guest ok = no
       directory mask = 0775
       map archive = No
       writeable = yes

[applD]
       comment = applD Storage
       path = /dir1/applD
       # admin users =
       # hosts allow =
       # valid users =
       oplocks = No
       guest ok = no
       directory mask = 0775
       map archive = No
       writeable = yes

shareserver [/usr/local/samba] > cat ./lib/smb.conf
# Global parameters
        client code page = 437
        # Samba requests 10000 but Solaris has only 1014 to spare
        max open files = 1014
        comment = "Samba %v server"
        share modes = yes
        getwd cache = yes
        browseable = yes
        load printers = no
        local master = no
        username map = /usr/local/samba/lib/username.map
        #debug level = 10
        socket options = TCP_NODELAY SO_KEEPALIVE SO_SNDBUF=32768 
SO_RCVBUF=32768
        include = /usr/local/samba/lib/smb.conf.global.%h
        include = /usr/local/samba/lib/smb.conf.shares.%h


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





More information about the samba-technical mailing list