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
NTDBBACKUP(8)						    System Administration tools 					     NTDBBACKUP(8)

NAME
ntdbbackup - tool for backing up and for validating the integrity of samba .ntdb files SYNOPSIS
ntdbbackup [-s suffix] [-v] [-h] DESCRIPTION
This tool is part of the samba(1) suite. ntdbbackup is a tool that may be used to backup samba .ntdb files. This tool may also be used to verify the integrity of the .ntdb files prior to samba startup or during normal operation. If it finds file damage and it finds a prior backup the backup file will be restored. OPTIONS
-h Get help information. -s suffix The -s option allows the administrator to specify a file backup extension. This way it is possible to keep a history of ntdb backup files by using a new suffix for each backup. -v The -v will check the database for damages (corrupt data) which if detected causes the backup to be restored. COMMANDS
GENERAL INFORMATION The ntdbbackup utility can safely be run at any time. It was designed so that it can be used at any time to validate the integrity of ntdb files, even during Samba operation. Typical usage for the command will be: ntdbbackup [-s suffix] *.ntdb Before restarting samba the following command may be run to validate .ntdb files: ntdbbackup -v [-s suffix] *.ntdb Note that Samba 4 can use .tdb files instead, so you should use tdbbackup on those files. Samba .tdb and .ntdb files are stored in various locations, be sure to run backup all .(n)tdb files on the system. Important files includes: o secrets.(n)tdb - usual location is in the /usr/local/samba/private directory, or on some systems in /etc/samba. o passdb.(n)tdb - usual location is in the /usr/local/samba/private directory, or on some systems in /etc/samba. o *.tdb and *.ntdb located in the /usr/local/samba/var directory or on some systems in the /var/cache or /var/lib/samba directories. VERSION
This man page is correct for version 4 of the Samba suite. SEE ALSO
tdbbackup(8), ntdbrestore(8) 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. The ntdbbackup man page was written by Rusty Russell, based on the tdbbackup man page by John H Terpstra. Samba 4.1 06/17/2014 NTDBBACKUP(8)