[Samba] Filenames with special characters (äöü €¶) on SMB share of Linkstation HD-HLAN250

2005-11-06 Thread Alexander Skwar
Hello! I've got a Buffalo Linkstation HD-HLAN250. This is a consumer NAS device, which makes the built-in HD accessible via SMB and FTP. On that system, some sort of Linux with some sort of Samba is running. I'm now trying to create filenames with special characters (ie. non-ASCII chars) in it.

Re: [Samba] Filenames with spec ial characters (äöü€¶) on SMB share of Linkstation HD-HLAN250

2005-11-06 Thread Alexander Skwar
Alexander Skwar schrieb: What I mean with this is, that I can copy/create a file from Linux on the LS called blöder name just fine. But when I access the share with XP, that filename is shown as blöder name instead. And when I create a file with such a name from Windows, it shows up in Linux

[Samba] Cannot cross-compile 3.0.20b from i686 to mipsel

2005-11-06 Thread Alexander Skwar
Hi. I'm trying to compile 3.0.20b on my i686 host to run on a mipsel host. For this, I got a cross compile toolchain from http://linkstationwiki.org/Projects/CrossToolchains. The toolchain is installed at /usr/local/linkstation/gcc-3.3.5-glibc-2.3.2/mipsel-hdhlan-linux I ran configure with the

Re: [Samba] Filenames with spec ial characters (äöü€¶) on SMB share of Linkstation HD-HLAN250

2005-11-06 Thread sabine zarabian
Alexander Skwar wrote: Alexander Skwar schrieb: What I mean with this is, that I can copy/create a file from Linux on the LS called blöder name just fine. But when I access the share with XP, that filename is shown as blöder name instead. And when I create a file with such a name from

[Samba] nested groups w/local group

2005-11-06 Thread Michal Svoboda
Hi, i'm trying to create a local group that would contain Domain Users groups from two mutually trusting domains as its members. This would be used to reduce overhead in granting privileges to users from both domains. I tried the following: net rpc group add allusers -L net rpc group addmem

[Samba] Change file owner

2005-11-06 Thread Luciano Andre Baramarchi
Hi all ... I have a Linux with EXT3 file system and ACL enabled shared by samba. The samba is integrated with M$ AD by Winbind and Domain … When I try changing the folder owner called “Test” by Window$ Explorer properties I have an error: “Unable to set new owner on Test Access is

Re: [Samba] Change file owner

2005-11-06 Thread Henrik Zagerholm
Hi! Try adding admin users = Administrator to the Share options in smb.conf. cheers henrik 6 nov 2005 kl. 18.23 skrev Luciano Andre Baramarchi: Hi all ... I have a Linux with EXT3 file system and ACL enabled shared by samba. The samba is integrated with M$ AD by Winbind and Domain … When

[Samba] How do I become a domain admin?

2005-11-06 Thread Michael Keightley
Just setup a new domain controller running Samba-3.0.20b. Using smbpasswd file (no LDAP). How do I setup a group of users so they become domain administrators? I thought I just typed this: % net groupmap modify ntgroup=Domain Admins unixgroup=ntadmin I am in group unix ntadmin, but I'm it

Re: [Samba] Samba/Ldap as BDC for ADS

2005-11-06 Thread Andrew Bartlett
On Mon, 2005-10-31 at 09:12 +0100, Patrick blitz wrote: I'm sorry if this has been asked a quadrillion times before, but i was just wondering about it: I know samba can't be a BDC for ADS. I also know that OpenLDAP can sync with a MS ADS Server. I don't think it can do that to the extent

Re: [Samba] Filenames with special char acters (äöü€¶) on SMB share of Linkstatio n HD-HLAN250

2005-11-06 Thread Alexander Skwar
Alexander Skwar schrieb: Thanks to OpenLink firmware from http://linkstationwiki.org/, I've now got root access via ssh/telnet to the box. And this allowed me to finally install NFS on it. With NFS, I can now easily and successfully create filenames with non-ASCII characters, like blöder name.

Re: [Samba] policies primer posted

2005-11-06 Thread Robert Schetterer
Hi Eric, this is no tattoted effect , the policy is simple holded ( kind of cached ) since it get upgraded by another one , this behavior can be also controlled by the policy itself ,as far i remember it is an parameter for that in the layouts of the group policy editor. Keep care that you

[Samba] Guest printing issue using cups

2005-11-06 Thread Vaughan Roberts
Hi, I am running Samba.3.0.20b_1 on a FC4 box kernel-2.6_13.1 box with a mixed set of Win2k, XP clients. I want to enable everyone to print to a local printer on the Linux box as a guest. The XP machines can do this, but my Win2k machine insists that I log in as a Samba user before it will

[Samba] 2003 Server won't join or leave domain

2005-11-06 Thread Michael Keightley
We've got a Windows 2003 server which won't join our Samba domain, it just sits their forever after I give the root password to join. It doesn't give an \ error message or Welcome to domainxyz message. It also won't join a workgroup, which is strange. Has anyone else seen this problem? No

[Samba] Error copying permissions from Samba server

2005-11-06 Thread rbecker
Hi all, I'm attempting to migrate some files off a samba server onto a network appliance server. Currently we're in a win2k domain with AD, the samba server is 3.0.0 running on redhat 9. The samba is a member of the Win2k domain. What I'm attempting to do is migrate some files from the samba

Re: [Samba] AIO support on FC4

2005-11-06 Thread michiel mertens
hi jeremy, I did an ethereal snif and it clearly shows that one one block is pipelined at a time. (the transfers are still syncronous). However, i did not tweak my kernel in any way, so i think the kernel doesnt support the aio calls (wich option should i enable?). regards, michiel mertens

[Samba] Samba Client Refresh problem.

2005-11-06 Thread Michel Bouchet
Hi, Eventhough I have been using Samba for quite a while, I am having the following problem for the first time. When I access my new Samba server (Debian Sarge) from a Windows machine. If I copy a file to the shared Samba folders, it takes about one minute for the Windows Explorer to refesh (if

[Samba] Samba with no printer.

2005-11-06 Thread Michel Bouchet
Hi, I am using Samba as a file server only; with no whatsoever printing service. Therefore I would like to get rid of the printer-icon when the users access the samba-server. How can I do that ? I have tried to take off everything related to printing in the configuration file

[Samba] [PATCH 14/25] smbfs: simplify compat_ioctl handling

2005-11-06 Thread Arnd Bergmann
smbfs already handles SMB_IOC_GETMOUNTUID with both 16 and 32 bit arguments, so the compatibility wrapper is not needed any more. The only other ioctl used in smbfs is SMB_IOC_NEWCONN, which is compatible as well. This simply introduces a new compat_ioctl function that calls the regular smb_ioctl

[Samba] [PATCH 00/25] reduce code in fs/compat_ioctl.c

2005-11-06 Thread Arnd Bergmann
On Sünnavend 05 November 2005 00:51, Christoph Hellwig wrote: On Sat, Nov 05, 2005 at 12:10:46AM +0100, Arnd Bergmann wrote: BTW, I now have a set of 25 patches that moves all handlers from fs/compat_ioctl.c over to the respective drivers and subsystems, but I'm not sure how to best test

Re: [Samba] Re: Avoiding the desktop.ini notepad popup on startup, and

2005-11-06 Thread Roger McCoy
Eric A. Hall wrote: On 11/4/2005 11:45 PM, Roger McCoy wrote: Separate filesystem feature: What you need is extended attributes. Assuming you have support built-in to your system, modify fstab to look something like: LABEL=/ / ext3defaults,acl,user_xattr1 1

[Samba] Urgent Help

2005-11-06 Thread paul . bardeskar
Hi Team, I have a HP-UX System running on 10.20 Version. I want to install the compatible samba version with my HP-UX. I have checked the latest available version 3.0.10, but this support HP-UX 11.0 and above. Kindly help me to get the Samba Version which supports 10.20 Version. Best

Re: [Samba] Change file owner

2005-11-06 Thread Luciano Andre Baramarchi
Hi ... I tried this first ... [PUBLICO] comment = Diretorio Publico Acesso Geral path = /vol10/ARQ/Publico writeable = yes guest ok = yes veto files = /*.mp3/*.wma/*.wmv/ admin users = administrator and tried this after ... username map

Re: [Samba] winbind or netsamlogon_cache.tdb issue

2005-11-06 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lionel Déruaz wrote: | Hello, we have tried the 3.0.21pre1 release. | Effectively the netsamlogon_cache file doesn't exist anymore. | However we keep on having similar trouble with the cache : some users | members of some AD group are seen as if

Re: [Samba] AIO support on FC4

2005-11-06 Thread Jeremy Allison
On Fri, Nov 04, 2005 at 09:30:41AM +0100, michiel mertens wrote: hi jeremy, I did an ethereal snif and it clearly shows that one one block is pipelined at a time. (the transfers are still syncronous). However, i did not tweak my kernel in any way, so i think the kernel doesnt support the

[Samba] Group mapping doesn't seem to be working

2005-11-06 Thread a . nielsen
Hi everyone, I'm having some trouble getting group mapping to work. I want to have a Samba share that contains a number of different folders, and some of those folders will be restricted depending on the user's membership to certain Active Directory groups. I thought this could be done by

Re: [Samba] policies primer posted

2005-11-06 Thread Ilia Chipitsine
I vote for replacing domain policy section in Samba Official Howto with that article. Thanks for the catch, I added a paragraph on that point On 11/4/2005 4:43 AM, Ilia Chipitsine wrote: the greatest article in my opinion on that subject. really. I could never find time to write my one.

svn commit: samba r11532 - in branches/SAMBA_4_0/source/libcli/smb_composite: .

2005-11-06 Thread vlendec
Author: vlendec Date: 2005-11-06 12:19:34 + (Sun, 06 Nov 2005) New Revision: 11532 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11532 Log: Enable kerberos session setup for winbind smb connections Modified:

svn commit: samba r11533 - in branches/SAMBA_4_0/source/libcli/smb_composite: .

2005-11-06 Thread vlendec
Author: vlendec Date: 2005-11-06 12:24:33 + (Sun, 06 Nov 2005) New Revision: 11533 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11533 Log: Be a bit less intrusive Modified: branches/SAMBA_4_0/source/libcli/smb_composite/connect.c Changeset: Modified:

svn commit: samba r11534 - in branches/SAMBA_4_0/source/ntvfs: .

2005-11-06 Thread jelmer
Author: jelmer Date: 2005-11-06 13:21:22 + (Sun, 06 Nov 2005) New Revision: 11534 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11534 Log: Consider ntvfs as a library Modified: branches/SAMBA_4_0/source/ntvfs/config.mk Changeset: Modified:

svn commit: samba r11535 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba: .

2005-11-06 Thread jelmer
Author: jelmer Date: 2005-11-06 13:53:37 + (Sun, 06 Nov 2005) New Revision: 11535 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11535 Log: Support void functions when generating templates. Modified:

svn commit: samba r11536 - in branches/SAMBA_4_0/source: heimdal/kdc heimdal/lib/hdb kdc

2005-11-06 Thread abartlet
Author: abartlet Date: 2005-11-06 14:15:34 + (Sun, 06 Nov 2005) New Revision: 11536 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11536 Log: Add a hook for client-principal access control to hdb-ldb, re-using the code in auth/auth_sam.c for consistancy. This

svn commit: samba r11537 - in branches/SAMBA_4_0/source/auth: .

2005-11-06 Thread abartlet
Author: abartlet Date: 2005-11-06 14:16:34 + (Sun, 06 Nov 2005) New Revision: 11537 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11537 Log: Make the authsam_account_ok routine callable by external users (the KDC). Andrew Bartlett Modified:

svn commit: samba r11538 - in branches/SAMBA_4_0/source/auth/kerberos: .

2005-11-06 Thread abartlet
Author: abartlet Date: 2005-11-06 14:17:00 + (Sun, 06 Nov 2005) New Revision: 11538 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11538 Log: More notes on things we need. Andrew Bartlett Modified: branches/SAMBA_4_0/source/auth/kerberos/kerberos-notes.txt

svn commit: samba r11539 - in branches/SAMBA_4_0/source/pidl: . lib/Parse/Pidl lib/Parse/Pidl/Samba lib/Parse/Pidl/Samba/NDR

2005-11-06 Thread jelmer
Author: jelmer Date: 2005-11-06 14:31:01 + (Sun, 06 Nov 2005) New Revision: 11539 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11539 Log: Fix indentation in templates. Always generate lower-case UUID strings as GUID_from_string seems to have trouble with

Build status as of Mon Nov 7 00:00:02 2005

2005-11-06 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2005-11-06 00:00:27.0 + +++ /home/build/master/cache/broken_results.txt 2005-11-07 00:00:08.0 + @@ -1,17 +1,17 @@ -Build status as of Sun Nov 6 00:00:01 2005 +Build status as of Mon Nov

svn commit: samba r11540 - in branches/SAMBA_4_0/source/kdc: .

2005-11-06 Thread abartlet
Author: abartlet Date: 2005-11-07 02:19:19 + (Mon, 07 Nov 2005) New Revision: 11540 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11540 Log: Some notes to myself on RFC complience. Andrew Bartlett Modified: branches/SAMBA_4_0/source/kdc/kdc.c Changeset:

svn commit: samba r11541 - in branches/SAMBA_4_0/source/heimdal/lib/gssapi: .

2005-11-06 Thread abartlet
Author: abartlet Date: 2005-11-07 02:24:50 + (Mon, 07 Nov 2005) New Revision: 11541 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11541 Log: More logical (I think...) delegation semantics. Andrew Bartlett Modified:

svn commit: samba r11542 - in branches/SAMBA_4_0/source/heimdal/lib/krb5: .

2005-11-06 Thread abartlet
Author: abartlet Date: 2005-11-07 02:25:37 + (Mon, 07 Nov 2005) New Revision: 11542 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11542 Log: Add the netbios name type. We will need it when we start to handle allowedWorkstations on Krb5. Andrew Bartlett

svn commit: samba r11543 - in branches/SAMBA_4_0/source: auth auth/gensec auth/kerberos heimdal/kdc heimdal/lib/hdb heimdal/lib/krb5 kdc torture/auth

2005-11-06 Thread abartlet
Author: abartlet Date: 2005-11-07 02:29:37 + (Mon, 07 Nov 2005) New Revision: 11543 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11543 Log: A major upgrade to our KDC and PAC handling. We now put the PAC in the AS-REP, so that the client has it in the TGT. We

svn commit: samba r11544 - in branches/SAMBA_4_0/source/kdc: .

2005-11-06 Thread abartlet
Author: abartlet Date: 2005-11-07 02:40:38 + (Mon, 07 Nov 2005) New Revision: 11544 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11544 Log: Allow delegation in a Samba4 realm. Andrew Bartlett Modified: branches/SAMBA_4_0/source/kdc/hdb-ldb.c Changeset:

svn commit: samba r11545 - in branches/SAMBA_4_0/source/include: .

2005-11-06 Thread abartlet
Author: abartlet Date: 2005-11-07 03:05:34 + (Mon, 07 Nov 2005) New Revision: 11545 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11545 Log: Remove old #define. Andrew Bartlett Modified: branches/SAMBA_4_0/source/include/ads.h Changeset: Modified: