Samba 3.0.24 Configuration Problem


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Samba 3.0.24 Configuration Problem
# 1  
Old 10-16-2008
Samba 3.0.24 Configuration Problem

Dear all,

I have set the security level to user. My samba is running on Unixware 7.1.4.
I get the following screen error when trying to login from windows clients.
[IMG]file:///C:/DOCUME%7E1/walter/LOCALS%7E1/Temp/moz-screenshot-2.jpg[/IMG][IMG]file:///C:/DOCUME%7E1/walter/LOCALS%7E1/Temp/moz-screenshot-3.jpg[/IMG][IMG]file:///C:/DOCUME%7E1/walter/LOCALS%7E1/Temp/moz-screenshot-4.jpg[/IMG]The user name and password is the same in both win XP and unixware
Can somebody help.
Yours ,
Ndege[IMG]file:///C:/DOCUME%7E1/walter/LOCALS%7E1/Temp/msohtml1/01/clip_image002.jpg[/IMG]

[IMG]file:///C:/DOCUME%7E1/walter/LOCALS%7E1/Temp/moz-screenshot.jpg[/IMG][IMG]file:///C:/DOCUME%7E1/walter/LOCALS%7E1/Temp/moz-screenshot-1.jpg[/IMG]
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Samba ha configuration require

I HAVE TO DESIGN TWO NODE SAMBA HA SERVER, TO DO THIS I NEED YOUR HELP, HOW CAN CONFIGURE SUCH SCENARIO? REGARDS PRAMOD INGOLE (4 Replies)
Discussion started by: pramod_ingole
4 Replies

2. UNIX for Dummies Questions & Answers

Ubuntu Server 14.04 LTS - domain controller configuration (SAMBA)

Hello! Never configured a Linux server from a scratch. Reviewed the official documentation and dozens of different "how to", but now one of them helped me to solve the issue. The need: My final goal is to install a small network (later with around 10 stations) where I can controle the... (0 Replies)
Discussion started by: AQwert
0 Replies

3. UNIX and Linux Applications

Samba configuration

Good morning. I installed Samba on my server but I need some help in consfiguratin: 1. Access only for users from my network 2. Create catalog for all users, users not login - only read, users log in - all(read, create, write) 3. Create catalog for users group. If we create some group users... (2 Replies)
Discussion started by: Budrys
2 Replies

4. Solaris

solaris samba configuration without wins service from authentication window server/Active directory

Hi All, We are using solaris samba server for our company project to provide access to code to our development team.Recently our ICT has disabled wins service on Active directory due which user are not able to connect to samba share and they are getting error "No logon server available" as samba... (2 Replies)
Discussion started by: sahil_shine
2 Replies

5. UNIX for Dummies Questions & Answers

samba server configuration on linux.

Today I have configured samba server on my linux machine .I thought it would be better if i share it here and get feedback from an experienced users. This configuration is based on Redhat release 5. # lsb_release -a LSB Version: ... (0 Replies)
Discussion started by: pinga123
0 Replies

6. Red Hat

Re:Configuration of samba services

Hi, Can any one give me the simple way of configuring samba services on the linux server & similarly what are the thing that have to be done on the client side. Thanks & Regards Venky (0 Replies)
Discussion started by: venky_vemuri
0 Replies

7. Red Hat

krb5.h not usable and not found during samba configuration error

Hi folks, I am using RH linux server 8.0 and have downloaded latest samba package for it. While configuring samba with --with-krb5 option while making this server join a windows AD domain, it gives the following error. active directory cannot be supported... (1 Reply)
Discussion started by: dextergenious
1 Replies

8. Linux

Samba configuration (?)

I'm trying to setup OpenSUSE 11.0 as a PDC on a small test network at home. So far it's sort of going good I guess. I'm setup SUSE and think I have configure Samba correct, well sort of. Not really what I was after. I wanted SUSE to act as a PDC and have a Windows XP machine be able to join... (1 Reply)
Discussion started by: woofie
1 Replies

9. UNIX for Advanced & Expert Users

samba problem...

Hi all... I have a wired problem of a "swat" processes creating "lpstat -v" processes that are making my samba get stuck until i kill the "lpstat -v" procceses... why the "swat" is making these procceses? is there any way of fixing it? Thanx! (1 Reply)
Discussion started by: eliraza6
1 Replies

10. UNIX for Dummies Questions & Answers

samba problem

Hi, I am using FC7 and i got a problem with access linux shared directory in windows. when i access linux system via IP, i can see folder but i cannot access them. it say "you donot have permission to access this folder please contact to administrator" and say same thing for all shared... (2 Replies)
Discussion started by: sonirajesh
2 Replies
Login or Register to Ask a Question
LOG2PCAP(1)							   User Commands						       LOG2PCAP(1)

NAME
log2pcap - Extract network traces from Samba log files SYNOPSIS
log2pcap [-h] [-q] [logfile] [pcap_file] DESCRIPTION
This tool is part of the samba(7) suite. log2pcap reads in a samba log file and generates a pcap file (readable by most sniffers, such as ethereal or tcpdump) based on the packet dumps in the log file. The log file must have a log level of at least 5 to get the SMB header/parameters right, 10 to get the first 512 data bytes of the packet and 50 to get the whole packet. OPTIONS
-h If this parameter is specified the output file will be a hex dump, in a format that is readable by the text2pcap utility. -q Be quiet. No warning messages about missing or incomplete data will be given. logfile Samba log file. log2pcap will try to read the log from stdin if the log file is not specified. pcap_file Name of the output file to write the pcap (or hexdump) data to. If this argument is not specified, output data will be written to stdout. -?|--help Print a summary of command line options. EXAMPLES
Extract all network traffic from all samba log files: $ log2pcap < /var/log/* > trace.pcap Convert to pcap using text2pcap: $ log2pcap -h samba.log | text2pcap -T 139,139 - trace.pcap VERSION
This man page is correct for version 3 of the Samba suite. BUGS
Only SMB data is extracted from the samba logs, no LDAP, NetBIOS lookup or other data. The generated TCP and IP headers don't contain a valid checksum. SEE ALSO
text2pcap(1), ethereal(1) AUTHOR
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. This manpage was written by Jelmer Vernooij. Samba 4.0 06/17/2014 LOG2PCAP(1)