Thread: Need help in integrating squid and samba
hi,
using ubuntu 8.04 server 64-bit edition ubuntu desktop. have installed samba using apt-get install samba command.
smb.conf
workgroup = abc
server string = samba abc
log level = 1
interfaces = eth0
bind interfaces = true
log file = /var/log/samba/log.%m
max log size = 1000
domain logons = yes
os level = 65
prefered master = yes
domain master = yes
local master = yes
add machine script = /usr/sbin/useradd -s /bin/false -d /home/nobody %u
dns proxy = no
hosts allow = 127. 10.10.10.
wins support = yes
passdb backend = tdbsam
encrypt passwords = true
smb passwd file = /etc/samba/smbpasswd
security = user
netbios name = human
;username map = /etc/samba/smbusers
[homes]
comment = home dir
read = no
browseable = no
valid users = %s
path = %h
directory mask = 0700
create mask = 0700
dpkg -l | grep samba
ii samba 3.0.28a-1ubuntu4.8 lanmanager-like file , printer server fo
ii samba-common 3.0.28a-1ubuntu4.8 samba common files used both server
ii samba-doc 3.0.28a-1ubuntu4.8 samba documentation
samba working , able login domain , access files without problems! requirement restrict few samba users login domain accessing internet through squid on few hours of day. read official how documentation , says have compile samba ntlm. should uninstall samba , compile it?
also, not able list users nor information using wbinfo command.
avi@human:~$ wbinfo -t
checking trust secret via rpc calls failed
error code nt_status_domain_controller_not_found (0xc0000233)
not check secret
avi@human:~$ wbinfo -u
error looking domain users
avi@human:~$
kindly help
avinash
can me procedure compile samba integrate squid proxy. have downloaded squid 3.0.28a samba site , following instructions given in site verifying samba's pgp signature , getting following error.
root@human:~/samba-3.0.28a# gpg --verify samba-3.0.28a.tar.asc
gpg: no signed data
gpg: can't hash datafile: file open error
root@human:~/samba-3.0.28a#
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Need help in integrating squid and samba
Ubuntu
Comments
Post a Comment