Re: [Samba] [PATCH] Re: ./configure LDAP checks failing on AIX

2013-08-02 Thread Gilles Pion
known universe trying to compile samba on AIX with builtin AD support using waf based configure ? -- Gilles -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] ./configure LDAP checks failing on AIX

2013-08-01 Thread Gilles Pion
2013/7/31 Andrew Bartlett abart...@samba.org Very interesting! That we certainly can fix, thanks for the heads-up! I've also filed a bug on that issue: https://bugzilla.samba.org/show_bug.cgi?id=10047 -- Gilles -- To unsubscribe from this list go to the following URL and read

Re: [Samba] ./configure LDAP checks failing on AIX

2013-07-31 Thread Gilles Pion
able to verify this BTW, AIX uses LIBPATH not LD_LIBRARY_PATH -- Gilles -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] (no subject)

2013-07-30 Thread Gilles Pion
Andrew Bartlett abartlet at samba.org writes: Where is ldap.h on your system. It may be enough to just specify CFLAGS=-I/usr/local/openldap/include ./configure (if that is where ldap.h is). If we have found ldap.h, it will be added to those tests. I'm using a dedicated openldap

Re: [Samba] ./configure LDAP checks failing on AIX

2013-07-30 Thread Gilles Pion
('ldap_add_result_entry', 'ldap') by conf.CHECK_FUNCS_IN('ldap_init ldap_init_fd ldap_initialize ldap_set_rebind_proc', 'ldap', headers='ldap.h lber.h') conf.CHECK_FUNCS_IN('ldap_add_result_entry', 'ldap', headers='ldap.h') -- Gilles PION -- To unsubscribe from

Re: [Samba] samba4 build progress error for gpo_reg.c (explained)

2013-07-26 Thread Gilles Pion
Hasan Pekdemir writes: after changing above lines, I could build samba without any errors. I'm facing the same issue trying to compile samba 4.0.7 on AIX (surprised that this is still not fixed more than 1 year later...) Anyway, I've managed to fix the data_type vs type problem but still

[Samba] ./configure LDAP checks failing on AIX

2013-07-25 Thread Gilles Pion
Samba version 4.0.7 Aix 6.1 Compiler: IBM xlc Last lines of ./configure output: Checking for ldap_init : not found Checking for ldap_init_fd : not found Checking for ldap_initialize : not found Checking for ldap_set_rebind_proc : not found Checking for ldap_add_result_entry : ok Checking

Re: [Samba] Lighttpd + Samba for read/write?

2011-09-26 Thread Gilles
On Tue, 02 Aug 2011 10:38:11 -0500, Stan Hoeppner s...@hardwarefreak.com wrote: On 8/2/2011 8:41 AM, Gilles wrote: However, when creating a new text file in /var/www, its access rights are 744, which doesn't make sense for a non-executable file: [...] WRT the 2nd question, XP will execute

Re: [Samba] Cross-compile and directory locations

2011-08-09 Thread Gilles
On Tue, 09 Aug 2011 00:32:24 +0200, Gilles gilles.gana...@free.fr wrote: I untarred the tarball. What parameters should I pass to autogen.sh before calling configure so that cross-compiling works OK? I went ahead and used the following commands to run autogen.sh and configure: === /usr

Re: [Samba] Cross-compile and directory locations

2011-08-08 Thread Gilles
On Thu, 4 Aug 2011 22:33:14 +0200, Martin Herrman mar...@herrman.nl wrote: maybe I found the answer: ./configure --prefix=/home/martin/result/ --exec-prefix=/home/martin/result/ --sbindir=/sbin --with-rootsbindir=/opt/sbin does the job? (sbindir defines the install directory, rootsbindir defines

Re: [Samba] Lighttpd + Samba for read/write?

2011-08-02 Thread Gilles
On Tue, 02 Aug 2011 02:11:49 -0500, Stan Hoeppner s...@hardwarefreak.com wrote: As I stated, I am running lighttpd with a non-root user owning the docroot, have been for years Thanks for the info. Turns out there already was a UID www-data in /ec/passwd, and lighttpd.conf used that UID by

[Samba] Lighttpd + Samba for read/write?

2011-08-01 Thread Gilles
Hello On a Ubuntu host, I'd like to be able to read/write files in Lighttpd's /var/www from XP. By default, /var/www is owned by root.root, while Samba tutorials I read usually prefer to use nobody.nogroup. How should I configure things so that Lighttpd and Samba work well together in

Re: [Samba] Lighttpd + Samba for read/write?

2011-08-01 Thread Gilles
On Mon, 01 Aug 2011 08:03:11 -0500, Stan Hoeppner s...@hardwarefreak.com wrote: By default, /var/www is owned by root.root, while Samba tutorials I read usually prefer to use nobody.nogroup. You sure about that? On Debian the owner of /var/www is www-data. Ubuntu is derived directly from

Re: [Samba] Lighttpd + Samba for read/write?

2011-08-01 Thread Gilles
On Mon, 01 Aug 2011 11:22:13 -0500, Stan Hoeppner s...@hardwarefreak.com wrote: After you change ownership to www-data:www-data, use chmod to allow desired users to write the directory. Without this step only the www-data user can write. Thanks for the tip. I'll see if Lighttpd is OK with a

[Samba] Active Directory failover problem with winbind

2011-07-16 Thread Gilles
. Thanks a lot for your help. Gilles. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] Active Directory failover problem with winbind

2011-07-12 Thread Gilles Paquet
a lot for your help. Gilles. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] [3.4.7] Right way to provide full access?

2011-05-13 Thread Gilles
On Wed, 11 May 2011 01:22:49 +0900 (JST), TAKAHASHI Motonobu mo...@monyo.com wrote: For example, below config may be essentially what you want: --- [global] map to guest = bad user [share] path = /some/where writeable = yes guest ok = yes --- Thank you. -- To unsubscribe from this

[Samba] [3.4.7] Changing NetBIOS name

2011-05-13 Thread Gilles
Hello On a Ubuntu host, I changed the netbios name setting in smb.conf, and ran restart nmbd; restart smbd. Now, when I type net view in XP, I can still see the old name, and running net view \\new-name doesn't work. Is there a command that must be used in Windows to reset things? Is it

Re: [Samba] [3.4.7] Changing NetBIOS name

2011-05-13 Thread Gilles
On Fri, 13 May 2011 09:24:09 +0200, Gilles gilles.gana...@free.fr wrote: Is there a command that must be used in Windows to reset things? Is it some kind of cache that expires after a while? service nmbd stop service nmbd start added the new name to the list of hosts (C:nbtstat -r), but the old

[Samba] [3.4.7] Right way to provide full access?

2011-05-10 Thread Gilles
Hello I'd like to configure Samba on a test host running Ubuntu so that I have full read/write access from XP to a sub-directory of the root filesystem. The host is located on a LAN behind a firewall, so security is not an issue, ie. I'd like to configure Samba with no/minimal security.

Re: [Samba] [3.4.7] Right way to provide full access?

2011-05-10 Thread Gilles
On Wed, 11 May 2011 00:33:39 +0900 (JST), TAKAHASHI Motonobu mo...@monyo.com wrote: set map to guest = Bad User in [global] section. For detail or other values, look at smb.conf(5) or other documents. Thanks but there are so many documents on the Net, a lot of them wrong/outdated, that I was

[Samba] Must restart nmbd to connect

2010-08-02 Thread Gilles
Hello I'm seeing this issue when connecting from XPSP3 to Ubuntu 10.04 running Samba 3.4.7 installed through apt-get: After booting Ubuntu, if I try to connect to a share from XP, I get this error: === C:\net use x: \\linux\www /user:me System error 59 has occurred. An unexpected network

Re: [Samba] Must restart nmbd to connect

2010-08-02 Thread Gilles
On Mon, 02 Aug 2010 11:21:13 +0200, Gilles gilles.gana...@free.fr wrote: After booting Ubuntu, if I try to connect to a share from XP, I get this error: === C:\net use x: \\linux\www /user:me System error 59 has occurred. An unexpected network error occurred. === When I run the command

Re: [Samba] Must restart nmbd to connect

2010-08-02 Thread Gilles
On Mon, 02 Aug 2010 11:49:37 +0200, Gilles gilles.gana...@free.fr wrote: Does someone understand what's going on? Thanks for the help through e-mail. For those interested, the bug might be due to a race condition between the smbd and nmbd init scripts: But adding the mkdir line, and even

Re: [Samba] [3.4.7/Ubuntu 10.04] Can modify but not create/delete

2010-08-01 Thread Gilles
user gilles to group www-data which owns /var/www/ 2. Edited /etc/samba/smb.conf: [global] [...] ;guest account = www-data [www] comment = WWW directory path = /var/www browsable = yes ;guest ok = yes ;access will be permitted as the default guest user read only = no ;create mask

[Samba] Alternative to Samba by Link***?

2010-07-31 Thread Gilles
Hello I vaguely remember reading an article months ago about some fork or altnernative provider of Samba called something like Link***. The Wikipedia article on Samba only mentions TNG. http://en.wikipedia.org/wiki/Samba_%28software%29 Does someone know what I'm refering to and could tell me

Re: [Samba] Alternative to Samba by Link***?

2010-07-31 Thread Gilles
Found it: It's Likewise http://en.wikipedia.org/wiki/Likewise_Open Is it a complement to Samba or a full replacement? What's the added-value of Likewise? Thank you. -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] [3.4.7/Ubuntu 10.04] Can modify but not create/delete

2010-07-30 Thread Gilles
Hello I notice I can modify existing files, but not create/delete. I also notice that after saving a file I modified, Samba sets its access rights to 744. nobody.nogroup owns /var/www, with /var/www/. as 755 Logged on from XP as nobody. Here's /etc/samba/smb.conf: == [global]

Re: [Samba] [Ubuntu 10.04] Share not visible from XP?

2010-07-30 Thread Gilles
On Fri, 30 Jul 2010 09:57:37 +0100, Moray Henderson (ICT) moray.hender...@ict.om.org wrote: smbd -b lists the parameters Samba was built with - CONFIGFILE is in there somewhere. If not set otherwise in the init script or command line, that is what it is using. Thanks for the tip. # smbd -b |

[Samba] smbpasswd doesn't accept -'s in username?

2010-07-30 Thread Gilles
Hello Since Lighttpd sets /var/www to www-data, I ran this: # grep -i www-data /etc/passwd www-data:x:33:33:www-data:/var/www:/bin/sh # smbpasswd -a www-data New SMB password: Retype new SMB password: Unable to modify TDB passwd: NT_STATUS_UNSUCCESSFUL! Failed to add entry for user www-data.

Re: [Samba] [Ubuntu 10.04] Share not visible from XP?

2010-07-29 Thread Gilles
On Thu, 29 Jul 2010 08:55:16 +0200, Marcello Romani mrom...@ottotecnica.com wrote: A samba init script should take care of restarting both services IMHO, because they're really supposed to go together. Therefore it's not strange that they ported to upstart only the main init.d script (the one

[Samba] Purging Windows cache after NetBIOS namechange?

2010-07-29 Thread Gilles
Hello XP(SP3) seems to take a long time to update its list of shares after changing the NetBIOS name used in Samba (eg. going from LINUX to UBUNTU). Is there a command in Windows that can purge the data, and perform a new broadcast/WINS call to get the list of hosts and shares? Thank you. --

Re: [Samba] [Ubuntu 10.04] Share not visible from XP?

2010-07-29 Thread Gilles
On Wed, 28 Jul 2010 18:20:36 +0200, Christian PERRIER bubu...@debian.org wrote: I advice against messing up with browsing parameters without knwoing exactly what you're doing... Better increase the log level (try log level = 3) and log at /var/log/samba/log.nmbd Thanks for the tip. It is. This

Re: [Samba] Purging Windows cache after NetBIOS namechange?

2010-07-29 Thread Gilles
On Thu, 29 Jul 2010 10:31:58 +0200, Gilles gilles.gana...@free.fr wrote: XP(SP3) seems to take a long time to update its list of shares after changing the NetBIOS name used in Samba (eg. going from LINUX to UBUNTU). Apparently, it's not a cache issue but something else. In smb.conf, after adding

Re: [Samba] [Ubuntu 10.04] Share not visible from XP?

2010-07-29 Thread Gilles
On Thu, 29 Jul 2010 11:30:20 +0200, Marcello Romani mrom...@ottotecnica.com wrote: Yes, it seems to care only about the process name it's been given, smbd in this case. I havent studied upstart so it might also be possible that somewhere in its configuration it's specified that smbd goes along

Re: [Samba] [Ubuntu 10.04] Share not visible from XP?

2010-07-29 Thread Gilles
On Thu, 29 Jul 2010 06:49:44 -0400, Christian PERRIER bubu...@debian.org wrote: Ah, this upstart thing*that* is a Ubuntu change to the Debian package. Not my responsibility, then..:-) (at least until we adopt upstrat in Debian) So what's the correct way on Ubuntu 10.04 to (re)start Samba,

Re: [Samba] [Ubuntu 10.04] Share not visible from XP?

2010-07-29 Thread Gilles
On Thu, 29 Jul 2010 12:23:41 +0100, Adam Stirk adam.st...@brantano.co.uk wrote: The correct way to restart the smbd and nmbd in Ubuntu 10.04 is sudo service smbd restart sudo service nmbd restart Thanks Adam. I read somewhere on the Net that calling restart on a non-running process triggers an

Re: [Samba] [Ubuntu 10.04] Share not visible from XP?

2010-07-29 Thread Gilles
On Thu, 29 Jul 2010 08:58:23 -0300, Leonardo Carneiro chesterma...@gmail.com wrote: I think that on ubuntu you could user just /etc/init.d/samba reload Right... but that was until recently, while the latest Samba package is different ;-) # /etc/init.d/samba restart -su:

Re: [Samba] Purging Windows cache after NetBIOS namechange?

2010-07-29 Thread Gilles
On Thu, 29 Jul 2010 11:02:05 +0200, Gilles gilles.gana...@free.fr wrote: Apparently, it's not a cache issue but something else. No matter how long I wait after changing Samba's NetBIOS name and restarting nmbd/smbd, XP still shows both names: http://img32.imageshack.us/img32/782

[Samba] [Ubuntu 10.04] Share not visible from XP?

2010-07-28 Thread Gilles
Hello I waited 15mn in case it was due to some browsing issue, but the directory I shared on a Ubuntu server still doesn't show up in the XP Net'hood, with no error when starting smbd or in /var/log/samba/log.smbd. Here's the smb.conf I wrote: === # cat /etc/samba/smb.conf

Re: [Samba] [Ubuntu 10.04] Share not visible from XP?

2010-07-28 Thread Gilles
On Wed, 28 Jul 2010 14:28:57 +0200, Gilles gilles.gana...@free.fr wrote: Here's the smb.conf I wrote: Also tried this, running restart smbd after each addition, to no avail: === # cat /etc/samba/smb.conf [global] workgroup = WORKGROUP server string = Samba Server %v guest account = nobody

Re: [Samba] [Ubuntu 10.04] Share not visible from XP?

2010-07-28 Thread Gilles
On Wed, 28 Jul 2010 07:42:34 -0500, Chris Gonnerman ch...@newcenturycomputers.net wrote: Go to Start, Run, and enter \\name-of-server\share then hit OK. Of course, you should substitute the actual name of the server. If it opens a window (with whatever is in /srv/samba visible in it), you're

Re: [Samba] [Ubuntu 10.04] Share not visible from XP?

2010-07-28 Thread Gilles
On Wed, 28 Jul 2010 17:03:43 +0200, Marcello Romani mrom...@ottotecnica.com wrote: My servers are pure debian, so no I don't know of Ubuntu specific tweaks. I'd try to enable wins in samba and raise its os level (though it should already be higher than xp), but it could also be that xp refuses to

Re: [Samba] [Ubuntu 10.04] Share not visible from XP?

2010-07-28 Thread Gilles
On Wed, 28 Jul 2010 17:44:49 +0200, Nico De Ranter n...@sonycom.com wrote: I believe testparm will skip any attribute with default values. Thanks for the tip. That's not the cause of the issue then :-/ At this point, I can finally get XP to show shared folders if I first try to connect to them

[Samba] Re: [3.0.28a] Telling XP to save password?

2008-06-29 Thread Gilles
On Sat, 28 Jun 2008 12:12:40 +0200, Dragan Krnic [EMAIL PROTECTED] wrote: Start - Settings - Control Panel - User Accounts Thanks guys. This is just a three-host SOHO setup behind a firewall, so security is not really an issue. -- To unsubscribe from this list go to the following URL and read

[Samba] [3.0.28a] Telling XP to save password?

2008-06-27 Thread Gilles
Hello We're successfully running Samba 3.0.28a on a FreeBSD server and sharing files with XP clients. There's only one problem: By default, XP doesn't let the user save the password, so they have to type it every time they reboot. Is there a way to tell XP to remember the password

[Samba] Re: Re[2]: [samba 3.0.28a,1) PANIC: tdb_reopen_all failed

2008-05-11 Thread Gilles
On Sun, 11 May 2008 22:09:07 +0200, Marcin Kucharczyk [EMAIL PROTECTED] wrote: When system (FreeBSD) is closed unexpectedly tdb files are corrupted. After boot samba tries to start, but because of corrupted tdb files it is impossible :( Thanks. I thought about this, but the server didn't reboot.

[Samba] [samba 3.0.28a,1) PANIC: tdb_reopen_all failed

2008-05-10 Thread Gilles
Hello I got a bunch of PANIC messages this morning on a FreeBSD 6.3 host, and had to restart Samba: [2008/05/10 10:28:51, 0] lib/util.c:smb_panic(1633) PANIC (pid 43086): tdb_reopen_all failed. [2008/05/10 10:28:51, 0] lib/util.c:log_stack_trace(1737) BACKTRACE: 3 stack frames:

[Samba] [samba 3.0.28a,1] Unable to connect to CUPS

2008-05-10 Thread Gilles
Hello I don't have CUPS installed on this FreeBSD 6.3 host, but don't provide printer access to SMB clients anyway, but still, I get the following error in log.smbd when starting up Samba: = # tail -f log.smbd [2008/05/10 16:31:16, 0] smbd/server.c:main(944) smbd version

[Samba] Re: [samba 3.0.28a,1] Unable to connect to CUPS

2008-05-10 Thread Gilles
On Sat, 10 May 2008 16:39:41 +0200, Gilles [EMAIL PROTECTED] wrote: I don't have CUPS installed on this FreeBSD 6.3 host, but don't provide printer access to SMB clients anyway, but still, I get the following error in log.smbd when starting up Samba: For those seeing the same error, it's

[Samba] Re: [samba 3.0.28a,1) PANIC: tdb_reopen_all failed

2008-05-10 Thread Gilles
On Sat, 10 May 2008 16:30:47 +0200, Volker Lendecke [EMAIL PROTECTED] wrote: Is it possible that a cronjob is kicking in deleting /var/db/samba/locking.tdb? Thanks but no, there's no such thing. -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] Re: [3.0.28,1/smb.conf] Can't hide dot files

2008-04-25 Thread Gilles
On Mon, 21 Apr 2008 10:06:49 +0200, Sojka Reinhard [EMAIL PROTECTED] wrote: AFAIK Samba transfers dot files with a hidden attribute. If your users can see these hidden files or not depends, depends on the setup of the Windows client. Thanks for the tip, I hadn't thought of this. I'll just use

[Samba] [3.0.28, 1] getpeername failed. Error was Socket is not connected

2008-04-25 Thread Gilles
Hello I see this type of errors in /var/log/samba/log.smbd: [2008/04/24 13:13:34, 0] lib/util_sock.c:get_peer_addr(1232) getpeername failed. Error was Socket is not connected [2008/04/25 08:30:57, 0] lib/util_sock.c:get_peer_addr(1232) getpeername failed. Error was Socket is not connected

[Samba] [3.0.28,1/smb.conf] Can't hide dot files

2008-04-18 Thread Gilles
Hello I set up Samba 3.0.28,1 on a FreeBSD 6.3 host. I'd like users _not_ to see the hidden dot files in directories, but hide dot files doesn't work, no matter whether I put it in [global] or [homes]: == [global] workgroup = WORKGROUP netbios name = Samba hosts allow = 192.168.0.

[Samba] [3.0.28,1/smb.conf] Can't hide dot files

2008-04-18 Thread Gilles
Hello I set up Samba 3.0.28,1 on a FreeBSD 6.3 host. I'd like users _not_ to see the hidden dot files in directories, but hide dot files doesn't work, no matter whether I put it in [global] or [homes]: == [global] workgroup = WORKGROUP netbios name = Samba hosts allow = 192.168.0. 127.

[Samba] Re: samba Digest, Vol 64, Issue 18

2008-04-18 Thread Gilles
At 12:01 18/04/2008 +, [EMAIL PROTECTED] wrote: veto files = /.??*/ Thanks. I guess hide dot files = yes is deprecated. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

[Samba] newbe question

2007-12-07 Thread Gilles Pelletier
will install a hub) and exchange info. Where do I go from here? -- Gilles -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

[Samba] [NetBIOS] Registering new name?

2007-08-21 Thread Gilles Ganault
Hello I'm having a hard time finding information about NetBIOS. Maybe someone here has good experience with this API, so I figured I could try asking here, although the question is specifically on how to use NetBIOS in an all-Windows LAN from Visual Basic :-/ I'm trying to register a new

[Samba] Samba connections issues (3.0.23 on Solaris 8 with NIS+)

2006-07-24 Thread Gilles Vautour
accessing the share/directory from the UNIX side. Anyone have a suggestion? Gilles Gilles A. Vautour Senior UNIX Technical Specialist / Technicien spécialisé principal en UNIX Informatics Technology Services Division / Division des services de technologie informatique Main Building / Immeuble Principal

[Samba] problem for the user with numbered password

2006-04-15 Thread Gilles Lauwers
Hello first, I'm sorry for my english but I'm a newbie in this language ! I installed the authenfication through winbind so the user does not have to retape password when they are accesing to a share but the people with numbered password can't access to the share what's the problem ? thx

Re: [Samba] Windows Backup

2004-07-22 Thread Gilles RENAULT
James Coggan a écrit : hi, i created a share called backup and it is wrightable for everyone but even so the windows gives me the access denied when using windows backup but i can acess normaly and create using windows explorer any ideas? using win2k Maybe you should add the user backup to your

Re: [Samba] remaining connection after a user logoff

2004-07-22 Thread Gilles RENAULT
Mark Lidstone a écrit : Is there a particular reason why you want to see the user is logged off? Yes, in order to log the users logoff, we make postexec scritps on the [Homes] share like this : [homes] comment = Home Directories browseable = no csc policy = disable writable = yes

[Samba] remaining connection after a user logoff

2004-07-21 Thread Gilles RENAULT
Hello We have a samba 3.0.3 server on win xp sp1 stations. When a user logoff, it remains connections between the station and the server. Is there a way to have a clean logoff? Thanks -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] Printer driver: different options with samba

2004-07-09 Thread gilles . massen
to related readings are most welcome Best, Gilles -- RESTENA - DNS-LU 6, rue Coudenhove-Kalergi L-1359 Luxembourg tel: (+352) 424409 fax: (+352) 422473 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Printer driver: different options with samba

2004-07-09 Thread gilles . massen
Hi, You're most certainly right. I don't have an option for restricting output to 'raw', but disabling the enhanced features brings the NT and Samba server to the same level. And now that I know what to look for I have a lot of reading to do (and installing CUPS...). Thanks, Gilles

[Samba] Bizarre Problem ( Samba 3/Win2k )

2003-10-30 Thread gilles stenger
Hello I´m running a samba 3.0 server on slackware box as my PDC. I´m using a bunch of win2k client in Brazilian Portuguese. Everething run fine excepted that when win2k client try to overwrite files on all the server shares they get a message like Unable to Copy file, make sure that the name is

[Samba] Active Directory and Samba

2002-05-23 Thread Gilles Vautour
Does anyone know when we can expect a SAMBA version that will function in an Native Mode Active Directory Environment? Gilles Vautour Informatics Technologies Services Division Statistics Canada -- To unsubscribe from this list go to the following URL and read the instructions: http