Hi,

I have configured samba for NTdomain (PCquest June2K).
When I click on my Samba Server(linux_mc), I get the
following error:
      \\linux_mc not accessible
       The network path was not found.

I ran 'testparm | less' I got this error:
   in 'security=domain' mode the 'encrypt passwords'  
parameter must also be set to true.

I set 'encrypt password = true' but that did not help.

I want the linux users to browse their home directory
(/home/users). They also need to authenticate. A user
should have the same permission as his linux home
directory.

Can anyone give me some idea. Pointer to "Samba
configuration in NTdomain" will also do.

I am also sending my smb.conf file.

Thanks Pinku



SMB.CONF

#======================= Global Settings
=====================================
[global]
    workgroup = MANTRADOM

    server string = Samba Server

;   hosts allow = 192.168.1. 192.168.2. 127.

    printcap name = /etc/printcap
    load printers = yes

;  guest account = pcguest

    log file = /var/log/samba/log.%m

    max log size = 50

    security = domain

    password server = MANTRA_SERVER SINDHU

;  password level = 8
;  username level = 8

;  encrypt passwords = yes
;  smb passwd file = /etc/smbpasswd

;  unix password sync = Yes
;  passwd program = /usr/bin/passwd %u
;  passwd chat = *New*UNIX*password* %n\n
*ReType*new*UNIX*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*

;  username map = /etc/smbusers

;   include = /etc/smb.conf.%m

SO_SNDBUF=8192

;   interfaces = 192.168.12.2/24 192.168.13.2/24

;   remote browse sync = 192.168.3.25 192.168.5.255
;   remote announce = 192.168.1.255 192.168.2.44

;   local master = no

;   os level = 33

;   domain master = yes

;   preferred master = yes

;   domain controller = <NT-Domain-Controller-SMBName>

;   domain logons = yes

;   logon script = %m.bat
# run a specific logon batch file per username
;   logon script = %U.bat

%U is username
#        You must uncomment the [Profiles] share below
;   logon path = \\%L\Profiles\%U

; name resolve order = wins lmhosts bcast

enable it's WINS Server
;   wins support = yes

;   wins server = w.x.y.z

;   wins proxy = yes

    dns proxy = no
    unix password sync = no
    netbios name = linux_netsol
    encrypt passwords = no
    password level = 0
    null passwords = no
    os level = 0
    preferred master = no
    domain master = no
    wins support = no
    dead time = 0
    debug level = 0

;  preserve case = no
;  short preserve case = no
;  default case = lower
;  case sensitive = no

#============================ Share Definitions
==============================
[homes]
    comment = Home Directories
    browseable = no
    writable = yes

# Un-comment the following and create the netlogon
directory for Domain Logons
[netlogon]
    comment = Network Logon Service
    path = /home/netlogon
    guest ok = yes
    writable = no
    share modes = no


# Un-comment the following to provide a specific
roving profile share
# the default is to use the user's home directory
;[Profiles]
;    path = /home/profiles
;    browseable = no
;    guest ok = yes


[printers]
    comment = All Printers
    path = /var/spool/samba
    browseable = no
# Set public = yes to allow user 'guest account' to
print
    guest ok = no
    writable = no
    printable = yes


__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

----------------------------------------------
Find out more about this and other Linux India 
mailing lists at http://lists.linux-india.org/

Reply via email to