[Samba] Authentication

2003-06-12 Thread Chip Bell
I'm not sure if I'm clear. I have a win2k native domain. I want to add a samba file server so users can access it through network neighborhood. I set up the Kerberos stuff, I can do that from the linux box fine. Do I STILL need to do the winbind stuff in order for users to not have to authentica

[Samba] Authentication

2003-07-07 Thread Benilton de Sa Carvalho
Hi all, I had just set up Samba as PDC at the machine A (Red Hat Linux 9). On my network, machine B (another RH 9) makes all authentication by NIS. Then, from machine A, I can log on the system. My username/password is authenticated at machine B. The problem is: how can I use the accounts informat

[Samba] samba authentication

2003-02-22 Thread Daniel Provin
Hi I've read a lot about setting up samba as a password server, and authenticating unix users against a samba server, but is there any way to authenticate samba users (like on logon) against the unix users and passwords (th users on the passwd and on the shadow files)? thanks Daniel Provin Linux

Re: [Samba] Authentication

2003-06-12 Thread Chere Zhou
Yes, you still need winbindd. Better yet, you need to configure nsswitch and pam. On Thursday 12 June 2003 07:24 am, Chip Bell wrote: > I'm not sure if I'm clear. I have a win2k native domain. I want to add > a samba file server so users can access it through network neighborhood. > I set up

[Samba] authentication problems

2002-11-11 Thread Brian Henning
i am trying to set up a bunch of users on a freeBSD box with smb access to their home accounts from windows. I decided to use homes as the method to do this. everything is almost working i was able to edit the smb.conf with swat and the only problem is i can't get the password correct.. i added th

[Samba] Authentication Problem

2002-04-16 Thread _pkliste
Ok, sorry folks, but here I am again: I installed samba2.2.3a on a suse 7.3 and everything (well, I tried an 'everybody' share and it's ok) works fine until it comes to winbind et al. The very first thing that's supposed to be tested is the wbinfo -g or -u. It tells me 'Error looking up domain

[Samba] Authentication Issues

2002-05-31 Thread Todd Clement
Windows clients are authenticated via NIS to access Unix AIX servers. I had to manually encrypt SMB user passwords to enable them to access the Unix file shares. This turned out to be a lot extra work so I started searching for another way around this problem. I came up with using password s

[Samba] Samba authentication

2002-09-28 Thread Filipe.joel
Hi, I'm trying to set up samba for the first time. I can already ping the linux machine from a windows machine by its NetBIOS name. But when I try to do \\linux (thats the machine name) it asks me for username and password Here goes my smb.conf file: [global] workgroup = NS ne

[Samba] Authentication problem

2002-10-01 Thread Carlos Ufano González
Hello,       we have only a problem with samba in our Solaris 8 server and it is with IIS 5 in Windows 2000.       We want to use a shared samba folder to put our html pages in, to use IIS how our web server and to use that shared samba folder how our web document root in IIS. But it doesn´t

[Samba] Authentication Help

2002-10-07 Thread Jay Compton
Hi, I've been pawing through Samba docs and the internet for a day or so looking to get Samba working with AFS. My basic Samba setup works authenticating against AFS if I use the smbclient binary, however I am getting rejected before even receiving a password prompt in Windows, saying that the l

[Samba] Samba authentication question

2003-02-05 Thread Scott L. Wood
Hi, I am running samba 2.2.7 and am trying to access a samba file as a virtual directory from a Windows NT IIS web server. I am currently using security=server, encrypt passwords = yes ,password server = test1 test2 test3, and dead time = 10. When I first start the samba server the virtual

Re: [Samba] samba authentication

2003-02-22 Thread Bradley W. Langhorst
On Sat, 2003-02-22 at 15:23, Daniel Provin wrote: > Hi > > I've read a lot about setting up samba as a password server, and > authenticating unix users against a samba server, but is there > any way to authenticate samba users (like on logon) against > the unix users and passwords (th users on the

Re: [Samba] samba authentication

2003-02-22 Thread Daniel Provin
okay so, I just need to activate the pam_smbpass module to keep de smbpass with the last password but is there any way to build an initial list of passwords from unix passwords? Daniel Provin Linux User #191271 EEL LABMETRO UFSC On 22 Feb 2003, Bradley W. Langhorst wrote: > On Sat, 2003-02-22

Re: [Samba] samba authentication

2003-02-22 Thread Bradley W. Langhorst
On Sat, 2003-02-22 at 15:55, Daniel Provin wrote: > okay > > so, I just need to activate the pam_smbpass module to keep de smbpass with > the last password > > but is there any way to build an initial list of passwords from > unix passwords? well you could crack all your users passwords... probab

Re: [Samba] samba authentication

2003-02-22 Thread bkrusic
Hi, Create a Perl wrapper to update both passwd and smbpasswd. Bri- __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- To unsubscribe from this list go to the following URL and read the instructions: h

Re: [Samba] samba authentication

2003-02-22 Thread Daniel Provin
is crypt that bad? :) anyways, gonna put the pam_smbpass to work first ! thanks Daniel Provin Linux User #191271 EEL LABMETRO UFSC On 22 Feb 2003, Bradley W. Langhorst wrote: > On Sat, 2003-02-22 at 15:55, Daniel Provin wrote: > > okay > > > > so, I just need to activate the pam_smbpass module

[Samba] Authentication with Samba

2002-11-01 Thread Xie, David-WD
Title: Authentication with Samba Dear Sir/Mdm, Thank you very much for providing such a great software, it definitely helps when we are developing our applications. I encounter some problems when using CIFS for authentication in a Java application. We are using WebSphere Application Server

[Samba] Samba Authentication Issue

2002-11-11 Thread Roman Sidler
Hi Samba List, We are using samba since many years in our Solaris environment. I have got a question concerning the authentication: We are building up new branch offices. Every branch office is connected thru a vpn link to our main company. The people in the branch offices have got a samba file se

[Samba] authentication as nobody ?

2002-11-27 Thread dwittenb
I've got winbind up and running correctly (I think), but still having a problem. I created a new share, added: valid users = domain+username for my username to be able to access the share, but when I try to connect, I can connect to the server fine, but when I click on the folder (win2k) it pro

RE: [Samba] Authentication Problem

2002-04-24 Thread Gerald Carter
On Wed, 17 Apr 2002, _pkliste wrote: > It seems as if winbind tries to use anonymous access to the w2k server > to do the listing. The w2k server doesn't like it, and I can't tell it > to accept it. Isn't winbind supposed to use the shared secret stored in > the secrets.tdb ? See the wbinfo man

[Samba] Samba authentication problem

2002-05-18 Thread Alan Womack
On a small home network, I am trying to move from simple share based security to user to openldap. I have simple share working fine, as long as no authentication is occuring. Obviously not at all secure! The two immediate problems are when I go to security=user on the NT authentication side

[Samba] Mysql samba authentication

2002-05-28 Thread Parvatam Venkata Jagannadha Rao
Hi , could any one tell samba user authenticate from mysql database and give permissions to read write ane execute and at the same time it should browse in window Network Neighborhood and authentciate with mysql server Bye Parvatam Venkata Jagannadharao __

Re: [Samba] Samba authentication

2002-09-28 Thread Steve Thom
> To: <[EMAIL PROTECTED]> Sent: Saturday, September 28, 2002 6:03 AM Subject: [Samba] Samba authentication Hi, I'm trying to set up samba for the first time. I can already ping the linux machine from a windows machine by its NetBIOS name. But when I try to do \\linux (thats the mach

RE: [Samba] Samba authentication

2002-09-28 Thread Filipe Joel de Almeida
way to implement this kind of slution? Filipe Joel de Almeida Network Consultant [EMAIL PROTECTED] -Original Message- From: Steve Thom [mailto:[EMAIL PROTECTED]] Sent: sábado, 28 de Setembro de 2002 17:59 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Samba] Samba authentication Each

Re: [Samba] Authentication Help

2002-10-07 Thread Andrew Bartlett
Jay Compton wrote: > > Hi, > > I've been pawing through Samba docs and the internet for a day or so > looking to get Samba working with AFS. My basic Samba setup works > authenticating against AFS if I use the smbclient binary, however I am > getting rejected before even receiving a password pro

re[2]: [Samba] samba authentication

2003-02-22 Thread Greg Freemyer
I had a security hole that let a hacker get access to my passwd file one time. I wasn't using shadow passwords because I thought the machine only would have authorized users. Within 48 hours of the hole being announced on a security website, they had my root password. i.e. they unencrypted it.

re[2]: [Samba] samba authentication

2003-02-24 Thread Greg Freemyer
I had a security hole that let a hacker get access to my passwd file one time. I wasn't using shadow passwords because I thought the machine only would have authorized users. Within 48 hours of the hole being announced on a security website, they had my root password. i.e. they unencrypted it.

[Samba] Authentication error on weekends

2003-03-05 Thread Antonio Kovalski
Hi I have a Linux (RH 7.0), and I'he configured on smb server one share to only one NT user. This user is a tool used for file-transfer from MVS to Windows using UNC file name convention. How I don't know the user's password, I using SERVER security on smb.conf to validate the user. The s

Re: [Samba] authentication as nobody ?

2002-11-28 Thread Gareth Davies
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 9:59 PM Subject: [Samba] authentication as nobody ? > I've got winbind up and running correctly (I think), but still having a > problem. I created a new sh

[Samba] authentication problem with winXP

2002-12-09 Thread Razvan
Hi, Here is my situation. I share several directories as public, and some other that must be read-write but with authentication (it does not matter is the client supplies the username or not, although it would be nice, but the password is essential as not everybody must have write permission). So

[Samba] Samba authentication through NIS

2002-05-10 Thread Anna Arbit
hello, I have a samba 2.2.0 server running on RedHat 7.0. It used to be part of domain and authenticate users logged into that domain. those who logged in locally to their pc, would authenticate against the smbpasswd net use \\samba\username /user: I got rid of the Domain conroller (well.. it c

Re: [Samba] Mysql samba authentication

2002-05-28 Thread abartlet
On Tue, May 28, 2002 at 08:16:17AM +, Parvatam Venkata Jagannadha Rao wrote: > > > Hi , > could any one tell samba user authenticate from mysql database and give > permissions to read write ane execute and at the same time it should browse > in window Network Neighborhood and authentciate w

Re: [Samba] Mysql samba authentication

2002-05-28 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, May 28, 2002 at 08:16:17AM +, Parvatam Venkata Jagannadha Rao wrote about '[Samba] Mysql samba authentication': > could any one tell samba user authenticate from mysql database and give > permissions to read write ane ex

[Samba] Authentication levels in samba

2002-06-06 Thread Lucas Albers
Does smbd support all forms of windows authentication? Does it support NTLM and NTMLv2 ? Or does it only support LANMAN? --Luke CS Admin Bozeman,MT 59715 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

[Samba] authentication question- pls respond

2002-06-12 Thread Javid Abdul-AJAVID1
I am running samba-2.0.7 on solaris 2.6 in domain mode Windows clients are 98/nt/w2k I was just wondering if 2.0.7 supports NTLMv2 I am asking this because lately some w2k clients are having issues with authentication... how do i check what if when client is requesting SMBnegprot to the serv

[Samba] Authentication problems using swat.

2002-10-14 Thread lin-iung
I'm having issues when connecting to a localhost with swat. I'm using RedHat 7.3 and I have the /etc/services file and the /etc/xinetd.d/swat file setup correctly. At least I think I do, because I'm able to connect and have it prompt me for a username and password. No matter how the swat file

[Samba] Authentication Scheme for Samba3.0beta

2003-06-25 Thread Tim Jordan, Network Services
Hello, I'm trying to configure authentication for my Samba3.0beta box against our W2K (mixed-mode), Acitve Directory network. Is Windbind still the way to go for login authentication in Samba3.0 using my Windows domain account? I want to stay with our Acitve Directory PDC authenticating me.

[Samba] authentication from win2k DC

2003-07-09 Thread Ilko Iliev
Hi, I've followed the instructions in the chapter 8 of the documentation to connect my AIX 4.3.3 machine with Samba 2.2.8.1 (taken from bull as binary for AIX). The server is in the domain now, but the domain users can't log on to the samba server. The first problem in the log file is: [2003/07

[Samba] authentication protocols supported by samba

2003-03-03 Thread Francois Beretti
Hello all I am preparing a document for my chief, about samba and its functionnalities, in order to use it as a NT4 PDC and then, maybe, a member server in a Active Directory environnement, and then to develop security architectures based on samba He asked me which are the authentication protocol

[Samba] Authentication to Samba share fails

2003-03-03 Thread Jayatillake, Rohana
Hi I am trying to authenticate to a samba share on a Solaris 8 box through Win2k domain. When I try to map to share it prompts for the username and password. It doesn't accept the username and password and keep on popping up to enter the same. When I had a look at the machine log I found this,

Re: [Samba] Authentication error on weekends

2003-03-05 Thread John H Terpstra
On Wed, 5 Mar 2003, Antonio Kovalski wrote: > Hi > > I have a Linux (RH 7.0), and I'he configured on smb server one share to > only one NT user. This user is a tool used for file-transfer from MVS to > Windows using UNC file name convention. How I don't know the user's > password, I using S

[Samba] Authentication of windows NT Clients

2002-12-01 Thread chris
Hi, I have just developed a website for the school I work, which uses Windows NT authentication, I have a domain with a Trust relation to my webserver (currently running IIS 4) I then am able to find the user who is accessing my page through the: request.ServerVariables("LOGON_USER") command

Re: [Samba] authentication problem with winXP

2002-12-09 Thread Bradley W. Langhorst
On Mon, 2002-12-09 at 12:57, Razvan wrote: > > So to put it simpler: > 1)Why does windows not see my public shares when security=user > 2)How can i share something and protect it with some sort of > authentication (and it should be accesible from Windows XP) I answered a similar question a few m

[Samba] Samba Authentication against NT domain

2003-01-09 Thread Gram, Danielle A.
Title: Sweets Hi Everyone,         I have Samba version 2.2.2 installed on an HP-UX 11.0 server.  With Samba, I have users on NT/2000 clients mapping drives to the server, but I want it to authenticate automatically (against their NT domain accounts).  Currently, when a user maps a drive t

Re: [Samba] Samba authentication through NIS

2002-05-10 Thread mkh01
On Fri, May 10, 2002 at 02:35:05PM -0400, Anna Arbit wrote: > I got rid of the Domain conroller (well.. it crashed).. and there is no need > to have one. So right now i'm trying to make users authenticate vis NIS. Is > that at all possible? Samba can authenticate with NIS passwords if your clien

Re: [Samba] Authentication levels in samba

2002-06-07 Thread Gerald Carter
On Thu, 6 Jun 2002, Lucas Albers wrote: > Does smbd support all forms of windows authentication? > Does it support NTLM and NTMLv2 ? > Or does it only support LANMAN? SAMBA_2_2 NTLMv1 using NT and LM hashes) HEAD NTLMv1 & v2 & Kerberos (as a domain member) cheers, jerry --

Re: [Samba] authentication question- pls respond

2002-06-14 Thread Andrew Bartlett
Javid Abdul-AJAVID1 wrote: > > I am running samba-2.0.7 on solaris 2.6 in domain mode > Windows clients are 98/nt/w2k > > I was just wondering if 2.0.7 supports NTLMv2 NO. Support for NTMv2 is only in HEAD. > I am asking this because lately some w2k clients are having issues with > authentica

RE: [Samba] authentication question- pls respond

2002-06-14 Thread Javid Abdul-AJAVID1
Abdul-AJAVID1 Cc: [EMAIL PROTECTED] Subject: Re: [Samba] authentication question- pls respond Javid Abdul-AJAVID1 wrote: > > I am running samba-2.0.7 on solaris 2.6 in domain mode > Windows clients are 98/nt/w2k > > I was just wondering if 2.0.7 supports NTLMv2 NO. Support for N

Re: [Samba] Authentication problems using swat.

2002-10-14 Thread Adrian Quek
Have you created the smbpasswd for your root user? lin-iung wrote: > I'm having issues when connecting to a localhost with swat. I'm using > RedHat > 7.3 and I have the /etc/services file and the /etc/xinetd.d/swat file > setup correctly. > At least I think I do, because I'm able to connect a

Re: [Samba] Authentication problems using swat.

2002-10-14 Thread Andrew Bartlett
On Tue, Oct 15, 2002 at 08:40:07AM +0800, Adrian Quek wrote: > Have you created the smbpasswd for your root user? SWAT does not use smbpasswd. SWAT uses PAM on RedHat. Andrew Bartlett > lin-iung wrote: > > > I'm having issues when connecting to a localhost with swat. I'm using > > RedHat >

Re: [Samba] authentication from win2k DC

2003-07-09 Thread John H Terpstra
On Wed, 9 Jul 2003, Ilko Iliev wrote: > Hi, > > I've followed the instructions in the chapter 8 of the documentation to > connect my AIX 4.3.3 machine with Samba 2.2.8.1 (taken from bull as > binary for AIX). > The server is in the domain now, but the domain users can't log on to > the samba serve

AW: [Samba] authentication from win2k DC

2003-07-10 Thread Ilko Iliev
--Ursprüngliche Nachricht- Von: John H Terpstra [mailto:[EMAIL PROTECTED] Gesendet: Wednesday, July 09, 2003 3:34 PM An: Ilko Iliev Cc: [EMAIL PROTECTED] Betreff: Re: [Samba] authentication from win2k DC On Wed, 9 Jul 2003, Ilko Iliev wrote: > Hi, > > I've followed the instruc

AW: [Samba] authentication from win2k DC

2003-07-11 Thread Ilko Iliev
AIL PROTECTED] Gesendet: Wednesday, July 09, 2003 3:34 PM An: Ilko Iliev Cc: [EMAIL PROTECTED] Betreff: Re: [Samba] authentication from win2k DC On Wed, 9 Jul 2003, Ilko Iliev wrote: > Hi, > > I've followed the instructions in the chapter 8 of the documentation to > connect my AIX

Re: [Samba] authentication protocols supported by samba

2003-03-04 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3 Mar 2003, Francois Beretti wrote: > Hello all > > I am preparing a document for my chief, about samba and its > functionnalities, in order to use it as a NT4 PDC and then, maybe, a > member server in a Active Directory environnement, and then to

[Samba] authentication handlers usable from Win2K client?

2003-04-03 Thread Matt Linnell
Hello, I'm looking for the answer to a SAMBA authentication question. Regarding authentication with SAMBA from Windows 2000, is it possible to use Kerberos 5 as the authentication handler? NTLM? anything else? Thankyou, Matt -- To unsubscribe from this list go to the following URL and rea

[Samba] Authentication against NT-Domain - valid users

2003-06-03 Thread RHanl
I have multiple MS Win NT-domains running and I have configured a samba-server (rel. 2.2.7.a on a SUSE 8.2) with authentication agains this domains with winbind. Everything is working quite fine. Now I tried to configure valid users for my shares on the samba-servers. This is working fine with sin

Re: [Samba] THIRD POST: Samba Authentication Issue

2002-11-18 Thread Andrew Bartlett
On Mon, 2002-11-18 at 19:26, Roman Sidler wrote: > Hi Samba List, > > We are using samba since many years in our Solaris environment. > I have got a question concerning the authentication: > We are building up new branch offices. Every branch office is > connected thru a vpn link to our main compa

[Samba] authentication question: NT4 PDC, Win2k clients

2002-12-30 Thread Bill Earl
Hello everyone!   I'm having a strange issue with Samba. Here's the setup:   WindowsNT 4 PDC Windows 2000 clients. Samba 2.2.7 on a Mandrake 9 system that has successfully joined the domain and is visible when the client systems browse the network. (config files and error log samples below)

Re: [Samba] Samba Authentication against NT domain

2003-01-09 Thread Aldo Damian Ambriz Martinez -- Unix SysAdmin
Hi You have to set the parameter security to domain or server; security = server --> if you are going to use another samba box to authenticate Security = domain --> if you are going to use a NT box to authenticate if you use "domain" you have to set "encrypt passwords = yes" and "password serve

RE: [Samba] Samba Authentication against NT domain

2003-01-09 Thread Gram, Danielle A.
PM Cc: '[EMAIL PROTECTED]' Subject: Re: [Samba] Samba Authentication against NT domain Hi You have to set the parameter security to domain or server; security = server --> if you are going to use another samba box to authenticate Security = domain --> if you are going to use a NT bo

RE: [Samba] Samba Authentication against NT domain

2003-01-09 Thread Troy.A Johnson
Danielle, Did you join the domain with the new Samba server? smbpasswd -j DOMAIN -U Administrator (or something similar). Good luck, Troy >>> "Gram, Danielle A." <[EMAIL PROTECTED]> 01/09/03 12:59PM >>> Any other ideas? On Thu, 2003-01-09 at 12:10, Gram, Danielle A. wrote: > Hi Everyone,

RE: [Samba] Samba Authentication against NT domain

2003-01-09 Thread Aldo Damian Ambriz Martinez -- Unix SysAdmin
> From: Aldo Damian Ambriz Martinez -- Unix SysAdmin > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 09, 2003 1:42 PM > Cc: '[EMAIL PROTECTED]' > Subject: Re: [Samba] Samba Authentication against NT domain > > > Hi > > You have to set the parameter secur

RE: [Samba] Samba Authentication against NT domain

2003-01-09 Thread Gram, Danielle A.
Thanks very much! That worked! -Original Message- From: Aldo Damian Ambriz Martinez -- Unix SysAdmin [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 2:48 PM Cc: '[EMAIL PROTECTED]' Subject: RE: [Samba] Samba Authentication against NT domain Try something

RE: [Samba] Samba Authentication against NT domain

2003-01-09 Thread Beast
At 01:48 PM 1/9/2003 -0600, you wrote: >Try something like this... ... > ># useradd machine% --> with the dollar sign ># smbpasswd -a -m machine Is this command required? its for samba acting as PDC only. from man page : -m This option tells smbpasswd that the account being

RE: [Samba] Samba Authentication against NT domain

2003-01-10 Thread Troy.A Johnson
No, not in my experience. Since Samba (in "domain" mode) will forward all authentication requests to the PDC of the domain, it just has to join the domain (which causes the PDC to create a machine account for the Samba server automagically). >>> Beast <[EMAIL PROTECTED]> 01/09/03 20:20 PM >>> A

RE: [Samba] Samba Authentication against NT domain

2003-01-10 Thread Beast
At 06:51 AM 1/10/2003 -0600, Troy.A Johnson wrote: >No, not in my experience. > >Since Samba (in "domain" mode) will forward all authentication requests to Correct, in fact we can have blank smbpasswd as long as account already in /etc/passwd. however, problem with this "forward" model is we need

[Samba] Authentication failure for Windows XP clients

2002-05-31 Thread Joshua Weage
I have configured samba to use security = user, encrypt passwords = yes and I have added a user using smbpassword. smbclient from a unix host works fine. However, when I try to access a share from a Windows XP box, I get the following in the logs: [2002/05/31 17:28:50, 2] smbd/reply.c:(110) n

[Samba] Authentication from W2K PDC..Samba 3.0beta

2003-06-23 Thread Tim Jordan, Network Services
Hello everyone, Can I use Ldap to authenticate against our W2K PDC? I have winbind working for Samba 2.2.8a - but the boss wants me to see about Ldap. If this is possible could you provide a starting point for me? I can use getent group to get a list of domain groups after I adjusted the /et

[Samba] Authentication- WinXP, 98, 2k and ME clients

2003-06-06 Thread Alainna Wonders
Hello all, I was wondering if anyone had any docs on authenticating windoze clients to an SMB share. Thanks! Alainna C. Wonders Systems Analyst Glenelg Country School -- "perl -e 'print $i=pack(c5, (41*2), sqrt(7056), (unpack(c,H)-2), oct(115), 10);'" - Anthony Placilla,

[Samba] Authentication Problem-Machine Account name messed up

2002-04-10 Thread Matt Sodano
All-- Ran into a problem with 2.2.2 running on RH7.2. Can't get to use security= server or domain. Account in domain was created, but when I send my authentications to the Win2k PDC, the machine account name field in the SMB packet has the string "SAMBATEST" appended to the hostname, and the ANS

Re: [Samba] Authentication from W2K PDC..Samba 3.0beta

2003-06-23 Thread Jerome Walter
On Mon, Jun 23, 2003 at 02:19:06PM -0800, Tim Jordan, Network Services wrote: > Hello everyone, > > Can I use Ldap to authenticate against our W2K PDC? I have winbind > working for Samba 2.2.8a - but the boss wants me to see about Ldap. In a word no. But there is still some means to authentica

[Samba] authentication to ADS via Kerberos at login?

2003-06-27 Thread Tim Jordan
Hello Andrew, I'm a little stuck with my login authentication for my Samba 3 box. With the new features in Samba 3 - Should I be able to provide [EMAIL PROTECTED] & password at login that would authenticate me against our W2K ADS PDC and obtain my kerberos ticket? Please advise on the suggeste

[Samba] FW: Samba authentication against a windows 2000 domain.

2003-01-30 Thread Pentland G.
Hi all, I've got an authentication issue with SAMBA as a member server in a Win 2000 domain, Basically I need to authenticate users against the domain. Unfortunately my clients are not all domain members so they send \username not \. I need to get samba to replace whatever with the domainname o

[Samba] Authentication problem between RH 7.3 Samba and W98

2002-05-30 Thread Gerry Snyder
Dear Samba gurus, I am setting up file sharing between a new linux box running RedhHat 7.3 and a W98 PC, and almost have things running but have run into a problem that is beyond my ability. I have W98 set up for PlainText password, and have set up Samba to match. Everything seems fine on the li

[Samba] Authentication problems with winbind (I am so close)

2002-10-05 Thread Tony
Hi I have a Windows PDC and I am setting up a Redhat7.3 box with samba and winbind to have users who log onto the Redhat box get authenticated by the Windows PDC. Winbind seems to be installed correctly because I get all the correct information by using wbinfo and I can authenticate with no probl

Re: [Samba] Authentication problems with winbind (I am so close)

2002-10-07 Thread Andrew Bartlett
Tony wrote: > > Hi > > I have a Windows PDC and I am setting up a Redhat7.3 box with samba and > winbind to have users who log onto the Redhat box get authenticated by > the Windows PDC. Winbind seems to be installed correctly because I get > all the correct information by using wbinfo and I can