Displaying 20 results from an estimated 400 matches similar to: "Samba and Solaris and Linux"
2002 Oct 31
1
Re-Send - Non-HTML - (Sorry) Samba and Solaris and Linux
Hello everyone,
Just kind of a generalized question, and looking more for caveats than anything else. We're getting ready to implement the latest and greatest release of Samba on one of our Sun servers. Unfortunately, we haven't determined which one yet, but we only have two, so it's not a big deal.
Anyways, I've set up Samba successfully on Linux on multiple occasions, the
2002 Oct 29
1
pam_mkhomedir.so and Samba question (was: RE: Script question)
Okay, I've got it partially working. Will that module also do it from a non-*nix login? For instance, say the user will more than likely never log into that server from a telnet session. Where would I put the following line:
session required /lib/security/pam_mkhomedir.so skel=/etc/skel
I'm running RedHat 7.3. In the /etc/pam.d directory, there are a bunch of different files.
2002 Oct 29
5
Script question
Hello,
I've got the following script that I want to run every time a user logs in to the Samba server, whether it be from a mapped share or by opening a telnet session into the server and logging in that way.
Here's the script:
#!/bin/sh
DOMAIN=`echo $USER | awk -F_ '{print $1}'`
USERNAME=`echo $USER | awk -F_ '{print $2}'`
if [ $DOMAIN = "MA" ]; then
if [
2002 Nov 14
0
Strange issues - 2.2.6 and RH 7.3
Hello,
Got a strange issue, that might be nothing, or it might be something.
I'm running 2.2.6 on an RH 7.3 box at the moment. Everything is working
great for the most part. Through winbind I have it authenticating from
the domain controller, users have their own little private share of
space, etc etc. However, I've noticed that sometimes the personal share
doesn't show up. For
2002 Oct 30
2
Unable to login with regular Linux accounts?
Hello,
This may be kind of a dumb question, as it's something I could easily be overlooking, but I'm confused anyways.
My Samba server is part of the MA domain. However, I want a couple of non-domain accounts to still be able to access Samba shares. The machines trying to access the shares are Win2k machines, and whenever I try to access the server, it asks me for the username and
2002 Oct 30
2
Groups and Samba and Winbind
I am having an issue with winbind/samba and my groups.
when I type the following:
$ groups ntdomain\\jfountain
I get the following nothing.
When i type this (logged in as jfountain)
$ groups
I get the following:
$ 50000
I am assuming this means domain admins.
when i type
$./wbinfo -r jfountain
I get the following:
50016
50017
50018
50019
50020
50021
50010
50022
50023
50000
I
2002 Oct 30
0
pam_mkhomedir.so and Samba question (was: RE: Script question)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> Message: 5
> Date: Tue, 29 Oct 2002 17:59:35 +0100 (CET)
> From: dj <dj@sin.khk.be>
> To: Scott Wrosch <swrosch@MarketingAssociates.com>
> Cc: <samba@samba.org>
> Subject: Re: pam_mkhomedir.so and Samba question (was: RE: [Samba]
Script question)
>On Tue, 29 Oct 2002, Scott Wrosch wrote:
>
> I've
2003 May 14
0
Re: Re: cant ping winbind!
hi scott!
well here is my smb.conf ... :
(now linux is my wins server)
# Samba config file created using SWAT
# from 0.0.0.0 (0.0.0.0)
# Date: 2003/05/06 15:57:41
# Global parameters
[global]
workgroup = SCIENCEU
netbios name = TT
security = DOMAIN
encrypt passwords = Yes
password server = srv-win-2000
; wins server = 11.1.9.100
wins support = yes
winbind uid = 10000-20000
winbind
2003 Feb 17
7
pam_winbind.so - How do I create it?
Hello,
I'm installing 2.2.7a, or attempting to at any rate. I've compiled it
from source using the following instructions:
http://us2.samba.org/samba/docs/Samba-HOWTO-Collection.html
Anyways, I've got it set up so that it works. Now I'm trying to get to
a point where I can interface it like I have with a different Linux box
that is working without any problems.
When I did the
1998 Oct 16
3
The credentials supplied conflict with an existing set of credentials
I have a different Unix userid for each project I'm working on, so I need to
provide a different userid/password combination for each drive I map to my NT
4.0 SP3 system. But, whenever I try to supply a different userid in the
"Connect As" box and hit "OK", I get the message:
The credentials supplied conflict with an existing set of credentials
Something I read in the
2002 Dec 11
2
samba authenticate to 2K AD?
Has anyone on this list been able to configure samba in such a way so that
it will authenticate to windows 2K acitve directory.
What I want to do is this: install samba 2.2.7 onto a Redhat linux 7.3
system, then configure samba (I think using something called smb_pam) so
that it will join the windows active directory domain.
Is such a thing possible? Has anyone here done it? I can't find
2002 Dec 13
2
UNIX with samba .vs. native Windows Server , how to compare thei r performance for Windows-biased management
I had samba working on an old Sun Enterprise server using a JBOD that was
managed with veritas volume manager (legacy stuff that had long outlived
it's usefulness). Management arbitrarily decided to replace the aging
Solaris server with a native Windows server without talking to me. I instead
tried to persuade them to use an SGI cluster I had been putting together and
use newer features of
2002 Nov 02
1
Unable to open passdb???
Hello,
Getting this error:
[2002/11/02 12:55:16, 0] passdb/pdb_smbpasswd.c:pdb_getsampwnam(1367)
unable to open passdb database.
[2002/11/02 12:55:16, 0] smbd/chgpasswd.c:check_oem_password(761)
check_oem_password: getsmbpwnam returned NULL
[2002/11/02 12:55:16, 0] passdb/passdb.c:pdb_free_sam(210)
pdb_free_sam: SAM_ACCOUNT was NULL[2002/11/02 12:55:16, 0]
2002 Oct 29
0
pam_mkhomedir.so and Samba question (was: RE: Script question)
Worked like a charm. Thanks both to Tim and Josh for their assistance.
It appears to be working beautifully!!!
Thanks,
Scott
-----Original Message-----
From: dj [mailto:dj@sin.khk.be]
Sent: Tuesday, October 29, 2002 12:00 PM
To: Scott Wrosch
Cc: samba@samba.org
Subject: Re: pam_mkhomedir.so and Samba question (was: RE: [Samba]
Script question)
On Tue, 29 Oct 2002, Scott Wrosch wrote:
>
2002 Oct 22
1
Samba Question w/ RH 7.3 and Windows
Hello,
A question I'm sure has been answered before, but I'm
still relatively new to Samba, and having just moved,
have not been able to locate any of my Samba reference
materials.
Anyways, I'm running a small Samba server at work
using RedHat Linux 7.3. I did not set up Samba during
the RedHat installation, but rather downloaded it and
installed it afterwards.
Anyways, the network
1998 May 13
1
mixed case usernames
I haven't found anything about this in the FAQ's...
Despite having a translation from an all uppercase (or all lowercase) to
the mixed case Unix username in the username map, the samba server
(1.9.18p1) does not allow browsing from a Win95 client.
If I change the username to all lowercase on the Unix server, then browsing
works fine.
Have I missed something?
--
Phil Etheridge
1997 Sep 22
0
Password Server on Different Subnet
Hello All,
I think that this question has been answered before, but I need an answer
quickly so I am submitting it before I begin searching for the answer on the
web page.
The setup of the system has the Samba server on a different subnet from the
password server that it is using. There seems to be problems communicating
between the two machines. Sometimes they will be fine to start
1998 May 17
0
username map not working
I still have not resolved this problem. Last time I reported it, I
neglected to note the OS & version.
Server is running Digital Unix 4.0B, samba 1.9.18p1
Problem is that a user's home directory only appears on a Win95 client
under "Network Neighbourhood" when they have an all lowercase username on
the server. Otherwise, user is prompted for a passwd and a bad password
error
2009 Mar 02
0
Bug#517856: live motion in xen fails due to wrong directory
Package: xen-utils-common
Version: 3.2.0-2
I am not sure to what package belong this bug, i suppose it.
When you run xen, it create directory under: /var/lib, in fact
it create: /var/lib/xend. But wen you try to do a live motion between two
server, they look for a file called:
qemu-save.x where 'x' is the Domain.id
But this file must be under /var/lib/xen !
However, the package create:
2002 Jul 23
1
Wierd Problem, appears Samba related perhaps?
Hello,
I'm relatively new to Samba, but have it set up on my RedHat 7.3 system, and
it's running great. Except for one thing, and I'm not sure if this is a
Samba
problem or a problem with my machines.
What the problems appears is that when I'm copying or moving images (jpegs,
bmps are the only two I've tried so far) from both my laptop and my desktop
(both Win2k mahcines),