[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

RE: [rhn-users] Prob. in configuring RHN Samba server.



Hi Mr. Pranav,

As far as I know this is a problem with the configuration. As I don't
know your configuration, I will give you a sample. Try out that with
your own values

#/etc/samba/smb.conf - Startshere
# Global parameters
[global]
        workgroup = YOUR-DOMAIN-NAME
        server string = test Server
        security = DOMAIN
        encrypt passwords = Yes
        obey pam restrictions = Yes
        password server = YOUR-DOMAIN-SERVER
        pam password change = Yes
        passwd program = /usr/bin/passwd %u
        passwd chat = *New*password* %n\n *Retype*new*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*
        unix password sync = Yes
        valid users = testuser,someuser	    #these users should exist
inside you /etc/passwd
        log file = /var/log/samba/%m.log
        max log size = 0
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        load printers = No
        dns proxy = No
        hosts allow = 192.168.100. 127. # Your Network and loop back
        printing = lprng

[share]
        comment = shared directory
        path = /directory/to/share
        valid users = testuser,someuser
        write list = someuser
        read only = No

# Finished
# 

Mohammed Salih
Web Administrator 
Gulf Research Center



Mohammed Salih
Web Administrator 
Gulf Research Center


-----Original Message-----
From: rhn-users-admin redhat com [mailto:rhn-users-admin redhat com] On
Behalf Of pranav pranav
Sent: Monday, July 21, 2003 10:40 AM
To: rhn-users redhat com
Subject: [rhn-users] Prob. in configuring RHN Samba server.

Hai,
      Would you please write down the steps to
configure the SMB server on the RHL 7.2. Let me
describe the position.

See, I have 4 machine out of which 3 are running with
Windows 98 Environment. 4th machine is having dual
boot of Windows 98 and RHL 7.2. Now i wish to make
this 3rd P.C to SMB server what should i do?
I have tried the steps described in Books but I am
just not able to complete it.

Please,List the steps to fix the same.

Your's faithfully...
PRANAV RAVAL.


__________________________________________________
Yahoo! Plus - For a better Internet experience
http://uk.promotions.yahoo.com/yplus/yoffer.html


_______________________________________________
rhn-users mailing list
rhn-users redhat com
https://www.redhat.com/mailman/listinfo/rhn-users




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]