[Samba] unable to ping windows hosts by hostname

2003-12-05 Thread doug
Hello, On RedHat 9 with samba-2.2.7a-7.9.0, I am connecting to a windows network through a cisco VPN connection. When the vpn is established, I can make smb calls (for example, I can browse network objects using gnome-nautilus)... and I can explicitly resolve names; for example: wbinfo -N

RE: [Samba] Can't find free connection

2003-12-05 Thread Rauno Tuul
Hi, I ran into this problem too once. The cause was, that I'm using terminalservers and samba connections count between terminal and samba is limited. Read this e-mail http://www.mail-archive.com/[EMAIL PROTECTED]/msg19398.html That worked for me. I've set my #define MAX_CONNECTIONS to 512

[Samba] roaming profiles

2003-12-05 Thread Alexandru Molodoi
How can you disable roaming profiles in Samba 2.2.7a, so that the contents of \Documents and Settings\user\ isn't syncronized at every logon? Alexandru Molodoi IT CONSULTANT, -- To unsubscribe from this list go to the following URL and read the instructions:

Re: [Samba] unable to ping windows hosts by hostname

2003-12-05 Thread David Morel
Le ven 05/12/2003 à 08:28, doug a écrit : Next, I changed /etc/nsswitch.conf like this: #hosts: db files nisplus nis dns hosts: files dns winbind I don't know about winbind but i suspect the mechanism is similar to what i have at home, where i put: hosts: files wins dns in

RE: [Samba] roaming profiles

2003-12-05 Thread Rauno Tuul
Hi, Change these 2 parameters to blank. Then noone can can create roaming profile. logon home = logon path = Manual is the key: http://www.samba.org/samba/docs/man/ProfileMgmt.html Rauno -Original Message- From: Alexandru Molodoi [mailto:[EMAIL PROTECTED] How can you

[Samba] Show windows users/groups of a mounted smb filesystem.

2003-12-05 Thread Jan Andre Schonekerl
Hi, I have setup linux as a member server (fedora 1), it authenticates against a w2k AD server and runs winbind. I modified the login pam file so can login to the linux box with my windows account. After login I see my windows home directory that is mounted from a windows w2k fileserver. All

[Samba] client code page and valid chars

2003-12-05 Thread Christoph Litauer
Problem: I recently recognized that my samba server was misconfigured for some years now. I never used the charset and client code page parameters in my smb.conf to map windows encoded filenames with german umlauts to the unix ones. For that reason I now have lots of filenames with windows encoded

Re: [Samba] client code page and valid chars

2003-12-05 Thread Gunther Schlegel
What can I do to configure the correct code page without loosing the visiblity of filenames with german umlauts? shutdown samba convert them start samba with fixed configuration. There is a neat little perl script mentioned in the Samba3 HowTo Collection named convmv. It can rename all files

[Samba] Full Win Backup

2003-12-05 Thread Rainer Stransky
Is there a way to mount a windows share (win98, win2k) and copy all files and attributes (tar) to a unix backup store to be used as full recovery backup ? My suggested scenario for backup is: - copy a full system partition of windows to a tar file. My suggested scenario for restore is: - Make

[Samba] Initial user password

2003-12-05 Thread finjon
Hi list. I am new to the list, but not so new to samba. Though i have a question. I am migrating to samba 3.0 and want to setup users using pdbedit (like Volker Lendecke showed at the Linux Kongress in Saarbrücken; very fine tutorial, thanks!). Is there a way of setting an initial passwort like

[Samba] Initial user password

2003-12-05 Thread finjon
Hi list. I am new to the list, but not so new to samba. Though i have a question. I am migrating to samba 3.0 and want to setup users using pdbedit (like Volker Lendecke showed at the Linux Kongress in Saarbrücken; very fine tutorial, thanks!). Is there a way of setting an initial passwort like

[Samba] 3.0.1pre3 - 3.0.1rc1: doesn't want to connect to itself

2003-12-05 Thread Karel Kulhav
Hello With smb.conf below, samba 3.0.1pre3 is capable of connecting to itself by smbclient -L oberon empty_password. Also domain logons work. With 3.0.1rc1 it just writes bash-2.05b# smbclient -L oberon Password:empty tree connect failed: Call returned zero bytes (EOF) bash-2.05b# smbclient

[Samba] smbd/service.c:make_connection_snum(677) / share access denied / Samba 3.0 / NT 4.0 Domain

2003-12-05 Thread David BUILTJES
Hi: I have a Windows NT 4.0 SP4 Server as Domain controller, also, I have a RedHat 8.0 (no ACL) server with Samba+winbind(tested with rpm samba-3.0.1pre3-1) I'd joined the linux server to the NT domain without problems,I can see the Samba server and the shares, but when try to access to the

[Samba] Samba 3.0.1pre3/ldap - Strange gid mappings server side

2003-12-05 Thread Mathieu Nantel
Good day, I'm running some tests with Samba 3.0.1pre3 with an LDAP sam. LDAP has been, to the best of my abilities, properly populated with the needed group mappings. The net groupmap list command indeed shows the following: [EMAIL PROTECTED] bin]# ./net groupmap list Domain Admins

[Samba] Login only to permitted workstations

2003-12-05 Thread frodone
Hi everybody, i'm interested in forcing users to login only to certain machines. I saw in the output of pdbedit -Lv the voice Workstations:, but i can't find a command to change this value... is it what i need? Is it there for future use? Thanks Matteo -- To unsubscribe from this list go to the

Re: [Samba] 3.0.1pre3 - 3.0.1rc1: doesn't want to connect to itself

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karel Kulhavý wrote: | Hello | | With smb.conf below, samba 3.0.1pre3 is capable of connecting to itself | by smbclient -L oberon empty_password. Also domain logons work. | | With 3.0.1rc1 it just writes | | bash-2.05b# smbclient -L oberon |

[Samba] Trusted relationships between 2 samba servers

2003-12-05 Thread Rodrigo Gruppelli
Good morning. I would like to know if I can establish trusted relationships between 2 samba server. For example, one samba server acting as a domain logon server, and the other acting as a file server. I want the file server to use the authentication information the user provided on the domain

[Samba] Panic Signal 11

2003-12-05 Thread robert . willis
Hello all, I'm having problems with samba 3.0, having the same problem with both the 3.0.0 and the 3.0.1pre3, below is the tail of the winbindd.log. winbindd runs for a bit, but after about 10 minutes it crashes with the error. I'm very new to linux, setting up samba is one of my first

Re: [Samba] many files from smb in /tmp

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | I look my /tmp directory. | | SMBreadX.55.req | SMBopenX.15.req | SMBopenX.15.resp | SMBtdis.96.req | SMBtdis.96.resp | | | can I delete these files ? yes. There are created when you run a debug level = 50. cheers,

Re: [Samba] Panic Signal 11

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | I'm having problems with samba 3.0, having the same problem | with both the 3.0.0 and the 3.0.1pre3, below is the tail | of the winbindd.log. winbindd runs for a bit, but | after about 10 minutes it crashes with the error.

Re: [Samba] Problems with winbind

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felix Costa wrote: | Hi There, | | I'm trying to get my linux authenticate users against a win2k3 box. | I'm using samba 3.0 and my smb.conf file looks like: ... | | wbinfo -t | checking the trust secret via RPC calls succeeded | | wbinfo -a

winbind users/group in smb.conf [was Re: [Samba] non-primary group permissions]

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Dawson wrote: | I can get rid of the problem it seems by setting: | winbind use default domain = no | | There's a bugzilla entry here: | https://bugzilla.samba.org/show_bug.cgi?id=336 Just to clarify, in Samba 3.0 we taking the position that

Re: [Samba] Multiple AD domains in linux

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kenneth Savoy wrote: | Is it possible to use more than one domain with winbind? My | smb.conf file is below. can you put workgroup = domain1 | domain2? Redhat 9 workstations no. not possible. ciao, jerry -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [Samba] 3.0.1pre3 - 3.0.1rc1: doesn't want to connect to itself

2003-12-05 Thread Karel Kulhav
On Fri, Dec 05, 2003 at 08:27:46AM -0600, Gerald (Jerry) Carter wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karel Kulhav wrote: | Hello | | With smb.conf below, samba 3.0.1pre3 is capable of connecting to itself | by smbclient -L oberon empty_password. Also domain logons work. |

[Samba] Re: Login only to permitted workstations

2003-12-05 Thread Eddie
[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi everybody, i'm interested in forcing users to login only to certain machines. I saw in the output of pdbedit -Lv the voice Workstations:, but i can't find a command to change this value... is it what i need? Is it there for future

Re: [Samba] 3.0.1pre3 - 3.0.1rc1: doesn't want to connect to itself

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karel Kulhav wrote: | bash-2.05b# smbclient -L oberon -N | [2003/12/05 16:06:08, 0] lib/util_sock.c:read_socket_with_timeout(279) | read_socket_with_timeout: timeout read. read error = Connection reset by peer. | tree connect failed: Read error:

[Samba] USRMGR.EXE

2003-12-05 Thread Karel Kulhav
Hello Is here anybody who is able to manage his NT4.0 domain on hid Samba 3 PDC with User Manager for Domains? Can you please tell me what things must be checked to be sure USRMGR.EXE administration (User Manager for Domains aka Domain User Manager) works? I am unable to make it working and

[Samba] HP LaserJet printing problems

2003-12-05 Thread Jean-Rene Cormier
Hi, I have some problems printing to a HP LaserJet 2300 and 4200, everything prints fine but I can't send more than 1 copy to the printer. I installed the printer on a local WinXP box with the HP installation CD and it worked fine but through Samba I can't print more than one copy. We have some

[Samba] More info on Home Drive mapping problems

2003-12-05 Thread Robert Rati
I'm running Samba 3.0 on Debain stable (compiled myself) with LDAP as the backend authentication. I've gotten everything working except home drive mapping (which I've gotten to work with limited success). I turned on log level 5 on my samba server, and I found that if I don't enable that

Re: [Samba] WinXP error when launch Network Identification Panel

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ionut Gumeni wrote: I have a problem on WinXP Pro. When I try to launch Network Identification Panel or My Computer Properties I receive an error from svchost.exe like Memory Could not be read ... pres Cancel to Debug and in smbd log file I have:

Re: [Samba] Winbind+OpenLDAP: Id mapping data is stored partially

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sergey Proskurnya wrote: Hello to all, I have installed Samba 3.0.0 PDC + OpenLDAP 2.1. Additionally, I use wbinfo -c to create users and winbindd + libnss_winbind.so to resolve these users in Unix (SID - Unix id mapping). But I have found that users'

Re: [Samba] Using SWAT results in crash on Sun Ultra 250 running Solaris 2.6

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Statts, Pearce (IndSys, GEFanuc, NA) wrote: Admins, I've got a Sun Ultra Enterprise 250 running Solaris 2.6 and Samba 2.2.4. This system is one of the primary machines in our network, handling not only Samba filesharing, but also NIS and DNS.

Re: [Samba] winbind failures in Samba 3

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Davyd wrote: Ok, here's the setup... There is a PDC running NT4, called NTFS1. Recently I added a Debian server (pentium 4, lots of RAM, hardware RAID etc etc) running 2.4.22 (with the ext3-acl patch) with stable/testing, this server is called

Re: [Samba] USRMGR.EXE

2003-12-05 Thread rruegner
Hi, good news usrmgr works if you have right conf and groupmapping with samba 3.01 Store usrmgr on the smbpdc share, and connect with a admin user from a win domain client machine here example conf ( but study the man files of parameters ) # Samba config file created using SWAT # from 127.0.0.1

Re: [Samba] unable to ping windows hosts by hostname

2003-12-05 Thread doug
David, Using wins as a host resolution target instead of winbind took care of it. Thank you! --Doug On Fri, 2003-12-05 at 00:30, David Morel wrote: Le ven 05/12/2003 08:28, doug a crit : Next, I changed /etc/nsswitch.conf like this: #hosts: db files nisplus nis dns hosts:

Re: [Samba] Outlook pst errors on samba share

2003-12-05 Thread rruegner
first check if there is no other process ( outlook ) to the pst file, catching pst files is an exclusiv act. If you have any open connect relate to that pst, any other client will fail to open. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 05,

[Samba] TLS: hostname doesn't match CN??

2003-12-05 Thread David Moron
Hi, I'm configuring Samba 3.0 to store users in ldap server. I've configured openldap 2.1 with SSL and it worked properly with ldap commands but when I try using then smbpasswd command it reports me the error: failed to bind to server with dn= cn=Manager,dc=openwired,dc=net Error: Can't

Re: [Samba] roaming profiles

2003-12-05 Thread McKeever Chris
On Fri, 5 Dec 2003 10:15 , Alexandru Molodoi [EMAIL PROTECTED] sent: How can you disable roaming profiles in Samba 2.2.7a, so that the contents of \Documents and Settings\user\ isn't syncronized at every logon? in XP you can gpedit.msc and change the profiles to local only. You can also, in

Re: [Samba] client code page and valid chars

2003-12-05 Thread Stefan G. Weichinger
Hello, Christoph, Freitag, 05. Dezember 2003, 13:58 you wrote: CL this would be the hard way I think ... I am afraid of this, because I CL don't know where our users got the old corrupted file names stored in. CL Maybe in CVS-Repositories, network drives with synchronisation, etc. So CL renaming

[Samba] Unable to add a printer driver

2003-12-05 Thread John Davis
We are using Samba 2.2.0 on Redhat 7.2. Adding printer drivers produces an error: -- begin -- [EMAIL PROTECTED] /root]# rpcclient localhost -U root%redacted -c setdriver portlnd6 \HP LaserJet 4 Plus\ INFO: Debug class all level = 3 (pid 2032 from pid 2032) session setup ok Domain=[SIERRAOREGON]

[Samba] again: password reset on NT

2003-12-05 Thread Jochen Keutel
Hello, I'm quite new to the Samba world, so may be my question was stupid or difficult to understand or whatever. Another try - the question is: Can I use any Samba tool to: - bind to an NT PDC as administrator - set the password of another user to a new value (without knowing the old value)

Re: [Samba] Unable to add a printer driver

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Davis wrote: | We are using Samba 2.2.0 on Redhat 7.2. Adding printer drivers produces | an error: | | -- begin -- | [EMAIL PROTECTED] /root]# rpcclient localhost -U root%redacted -c | setdriver portlnd6 \HP LaserJet 4 Plus\ | INFO: Debug class

[Samba] mounting smb share

2003-12-05 Thread IT Clown
Hi I am having trouble mounting an smb share in redhat 9.With the following command i have no problem: smbclient //server/share -U username. When i use the following command i get bad passwd: mount -t smbfs -O username=username //server/share /dir. Please help thanks. Regards

[Samba] RedHat 9/PDC/LDAP/SAMBA3/W2k

2003-12-05 Thread Fabio Junior
Hy! Ola! I am following step by step of the manual (doc) that the colleague ordered below in the cited email. I am configuring the part ' Group mappings ', and when I write the command: net groupmap add rid=512 ntgroup=Domain Admins unixgroup=Domain Admins The following error occurs:

[Samba] how do I get winbind going?

2003-12-05 Thread trogl
I've been bashing my head against this same old problem and I've pretty much nailed it down to winbindd. I'm trying to make a Solaris box run SAMBA 3.0.1.pre3 and exist as a member server without acting as a BDC ie. security=domain. There is no Kerberos or LDAP available. All user accounts

[Samba] Resolution: 2.2.8 fails to join Win2K domain

2003-12-05 Thread Chris Hoogendyk
Thanks to the list for all the suggestions. Finally, someone here suggested that the PDC had been upgraded to Win 2003, whereas the BDC was still Win 2000, so perhaps I should try pointing directly at the BDC with my smbpasswd -j. It worked immediately. So, I don't know if there is an

[Samba] Example pam.login and pam.samba requested

2003-12-05 Thread Curtis Grote
I have been struggling for several weeks trying to get samba 3.01 running as a PDC under LDAP. I think my problem lies in my configs for pam.login and pam.samba. I have been unable to find example configs anywhere which are specifically for LDAP authentification. I may be wrong, but I see the

[Samba] Samba 3 tdb's

2003-12-05 Thread daniel . jarboe
Which samba 3 tdb's are safe to have smb regenerate on startup? I know in Samba 2 you can remove everything except winbindd_idmap, share_info, and the nt* tdb's. Is it the same for samba3? Reason I asked is I just had a pretty bad failure on 3.0.1pre3 that started with bad magic errors in

Re: [Samba] Samba 3.0.1

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brandon Lederer wrote: | Can anyone whip up some debian stable packages, so I would | give it a whirl and see if it fixes the bug that it is | supposed to fix that I had in Samba 3.0.0. Talk to Simo :-) cheers, jerry -BEGIN PGP SIGNATURE-

[Samba] Bizarre bug

2003-12-05 Thread Dan Rowles
Hi there, I'm running Debian 3.0, Samba version 3.0.0-Debian, on a dual-k7 system. I have set up Samba and Winbind, and joined my samba server (called anna) to our domain. wbinfo -u returns me a list of users in the domain. kinit allows me to fetch kerberos tickets, and smbclient -k

[Samba] attempting login with hostname not username

2003-12-05 Thread Brian Spiegel
Hi. I'm running a RH 9 machine with Samba 3.0.0 as a domain member of a Win2003 ADS domain. I've setup samba w/ winbind and added a test share on the Linux box. I can see and access Windows shares from my Linux box, but I cannot access the Linux share from a Win2k machine. I can see the Linux

[Samba] Samba 3.0/wins.dat - 'Old' IP being served

2003-12-05 Thread lists
Hi all, We have a weird problem, Samba is providing an outdated IP address for a client (XP Pro) machine. This means that the client machine is not contactable by the other machines on the network. The IP is that which was previously used when connecting via the company VPN, although the

RE: [Samba] attempting login with hostname not username

2003-12-05 Thread Brian Spiegel
I am using security = ADS, actually. Here's a copy of my smb.conf: [global] server string = Brian Spiegel [Samba 3.0.0] workgroup = GROUP security = ADS encrypt passwords = yes realm = DOMAIN.COM password server = ads.domain.com socket

[Samba] error:SMB signing is mandatory error.

2003-12-05 Thread Lucas Albers
I have encountered this error: cli_negprot: SMB signing is mandatory and we have disabled it. 26595: protocol negotiation failed SMB connection failed when I am attempting to mount a windows xp machine from a linux machine: mount -t smbfs //machine/share /root/smb_mnt -o

Re: [Samba] RE: Samba 3RC4 printing issues

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Orwig, Paul wrote: | I wish to echo the problem with the Samba Print Server not showing up in the | Win2000 Add Printer Wizard server list. | Is there a solution to the problem? As I think I've said before. It's in the hopper. I think this is

Re: [Samba] error:SMB signing is mandatory error.

2003-12-05 Thread Andrew Bartlett
On Fri, Dec 05, 2003 at 04:38:37PM -0700, Lucas Albers wrote: I have encountered this error: cli_negprot: SMB signing is mandatory and we have disabled it. 26595: protocol negotiation failed SMB connection failed when I am attempting to mount a windows xp machine from a linux machine:

Re: [Samba] error:SMB signing is mandatory error.

2003-12-05 Thread Lucas Albers
I have answered this one before - smbfs *is not* compatible with SMB signing, and therefore cannot be used with win2k3 DCs in their default mode. This is one of smbfs's numerous failings. The CIFS VFS - http://www.samba.org/samba/Linux_CIFS_client.htm - does not have this issue. Andrew

Re: [Samba] winbind failures in Samba 3

2003-12-05 Thread Davyd
On Sat, 2003-12-06 at 01:04, Gerald (Jerry) Carter wrote: Sounds like you have underlying network issues. Check for bad hubs/switches, duplex settings, etc... Yeah, that turned out there was an undocumented printer on the network that was stealing the IP. I blame linux for not bothering to

[Samba] accessing smb share

2003-12-05 Thread Ian Todd
Hi I am having some trouble accessing smb shares.I am running redhat 9.I have configured a smb share and can successfully access it using the fullowing command: smbclient //server/share -U username. But when i use the following i get an error stating bad passwd: mount -t smbfs -O

[Samba] 3.0

2003-12-05 Thread Mike Durling
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

[Samba] 3.0.0 upgrade print problem

2003-12-05 Thread Mike Durling
I recently upgraded from Samba 2.2.5 to 3.0.0. I have been experiencing two odd problems. First I can no longer print to a printer attached to a Win-98 machine. I can connect to shares on that machine and it can connect to shares on the Samba machine. Second, and this may be a clue, when I

Re: [Samba] BUG?: 2.2.8a, missing header files for source/passdb/pass_check.c

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aaron Yourk wrote: | I've included the --msdfs option with --with-dce-dfs option. | Combining all 3 options together doesn't work, if I use only | the --with-dfs option, it doesn't work. | | Is there something wrong I'm doing? Under what conditions |

[Samba] Samba3.0.1pre3 LDAP Login problem

2003-12-05 Thread Charles Hamel
Hi I read all the HOWTOs I could find on the net about the LDAP PDC and still, I can't get it to work. Here are some infos about the server Samba version 3.0.1pre3 running Redhat 8.0 with a OpenLDAP server version 2.0.27. I want to do a new domain named DOMAINB from the users I imported from

[Samba] smbldaptools in 3.0.1rc1

2003-12-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Heads up to LDAP admins, There was a bug examples/LDAP/smbldap-tools where the reported version is still 0.7. The scripts are actually from version 0.8.2. Sorry for any confusion. This has already been corrected in th 3.0 cvs tree. cheers, jerry

Re: [Samba] samba 3 mandrake rpms...where is net tool?

2003-12-05 Thread Tim Jordan
Hello, I have installed the latest samba rpms from your site. I verified that winbind works properly and the getent issue is resolved. After starting the samba server I can browse out against the Windows network. The samba server is a member server of an Active Directory domain. Problem:

[Samba] getent not working samba3rc1

2003-12-05 Thread Tim Jordan
I have winbind up and running. wbinfo -g and wbinfo -u can resolve domain users and groups getent only brings back local unix users and groups. I have: /etc/nsswitch.conf: passwd: files winbind group: files winbind /lib/libnss_winbind.so /lib/libnss_winbind.so.2

Re: [Samba] samba 3 mandrake rpms...where is net tool?

2003-12-05 Thread Buchan Milne
On Fri, 5 Dec 2003, Tim Jordan wrote: Hello, I have installed the latest samba rpms from your site. I verified that winbind works properly and the getent issue is resolved. Great! After starting the samba server I can browse out against the Windows network. The samba server is a member

[Samba] Accessin Samba Share from NT 4 Client security = domain

2003-12-05 Thread kidlark
Hi group, I´m trying to access a share on a samba 3.0.0.2 Server winbind works, wbinfo -g, wbinfo -u, getent passwd, getent group show nt users and nt groups user domain+tester is member in group domain+EDV tail -f /var/samba/log.winbind ... [2003/12/05 14:12:36, 3]

CVS update: samba/examples/VFS

2003-12-05 Thread tpot
Date: Fri Dec 5 11:12:05 2003 Author: tpot Update of /data/cvs/samba/examples/VFS In directory dp.samba.org:/tmp/cvs-serv12944 Modified Files: Tag: SAMBA_3_0 configure.in Log Message: Change PICFLAG - PICFLAGS to keep in line with version from source directory and fix display

CVS update: samba/examples/LDAP/smbldap-tools

2003-12-05 Thread jerry
Date: Fri Dec 5 14:06:55 2003 Author: jerry Update of /data/cvs/samba/examples/LDAP/smbldap-tools In directory dp.samba.org:/tmp/cvs-serv6455 Modified Files: Tag: SAMBA_3_0 smbldap-groupadd.pl smbldap-groupdel.pl smbldap-groupmod.pl smbldap-groupshow.pl

CVS update: samba-docs/docbook/projdoc

2003-12-05 Thread Jelmer Vernooij
Date: Fri Dec 5 15:13:07 2003 Author: jelmer Update of /home/cvs/samba-docs/docbook/projdoc In directory dp.samba.org:/tmp/cvs-serv17461/docbook/projdoc Modified Files: passdb.xml Log Message: Fix home dir column docs Revisions: passdb.xml 1.15 = 1.16

CVS update: samba/source

2003-12-05 Thread jerry
Date: Fri Dec 5 15:23:21 2003 Author: jerry Update of /data/cvs/samba/source In directory dp.samba.org:/tmp/cvs-serv18757 Modified Files: Tag: SAMBA_3_0 Makefile.in Log Message: create libdir for installclientlib; patch from Bill Knox Revisions: Makefile.in

CVS update: sambaweb/docs

2003-12-05 Thread Jelmer Vernooij
Date: Fri Dec 5 15:26:35 2003 Author: jelmer Update of /home/cvs/sambaweb/docs In directory dp.samba.org:/tmp/cvs-serv19284 Modified Files: index.html Log Message: Add link to French version of the HOWTO Collection Revisions: index.html 1.72 = 1.73

CVS update: samba/source

2003-12-05 Thread jerry
Date: Fri Dec 5 15:27:58 2003 Author: jerry Update of /data/cvs/samba/source In directory dp.samba.org:/tmp/cvs-serv19380 Modified Files: Makefile.in Log Message: create libdir for installclientlib; patch from Bill Knox Revisions: Makefile.in 1.737 = 1.738

CVS update: samba/packaging/Mandrake

2003-12-05 Thread jerry
Date: Fri Dec 5 17:14:16 2003 Author: jerry Update of /data/cvs/samba/packaging/Mandrake In directory dp.samba.org:/tmp/cvs-serv1435/Mandrake Modified Files: Tag: SAMBA_3_0 samba2.spec.tmpl winbind.init Log Message: packaging updates from Buchan Revisions: samba2.spec.tmpl

CVS update: samba/packaging/Mandrake

2003-12-05 Thread jerry
Date: Fri Dec 5 17:21:00 2003 Author: jerry Update of /data/cvs/samba/packaging/Mandrake In directory dp.samba.org:/tmp/cvs-serv2498/Mandrake Modified Files: samba2.spec.tmpl winbind.init Log Message: packaging updates from Buchan Revisions: samba2.spec.tmpl1.11 =

CVS update: samba/source/rpc_parse

2003-12-05 Thread jra
Date: Fri Dec 5 21:01:23 2003 Author: jra Update of /data/cvs/samba/source/rpc_parse In directory dp.samba.org:/tmp/cvs-serv31004/rpc_parse Modified Files: parse_net.c Log Message: Janitor for tridge... Jeremy. Revisions: parse_net.c 1.110 = 1.111

CVS update: samba/source/lib

2003-12-05 Thread jerry
Date: Fri Dec 5 21:51:51 2003 Author: jerry Update of /data/cvs/samba/source/lib In directory dp.samba.org:/tmp/cvs-serv4482/lib Modified Files: Tag: SAMBA_3_0 util.c Log Message: fix %a variable for Windows 2003 - Win2K3 Revisions: util.c 1.358.2.41 = 1.358.2.42