Re: [Samba] Linux SSO with samba4?

2012-07-17 Thread mourik jan heupink
What blog would that be..?

On 07/17/2012 08:20 PM, steve wrote:
> Offlist or via our blog if you like.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Question

2011-07-30 Thread mourik jan heupink

Can I use Samba to transfer a image folder from Windows to Linux via usb flash 
drive?


You don't need samba for that. Simply copy your image folder to the 
flash disk. Then insert the flash disk in your linux machine, where 
(normally) it should appear on your desktop.


Good luck.
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] known incompatibility with msdfs and vfs full_audit combination?

2011-06-11 Thread mourik jan heupink

Thanks for the quick response.


It is supposed to work. It's probably to do with
a bad interaction between the faked up connection
struct inside the msdfs code and the vfs object.

Can you reproduce with either 3.5.8 or 3.6.0rc2 ?
Testing with 3.5.8 would require me to use the backports repository. And 
I don't mind that, but since this is my production server I would like 
to know that this is stable...


So, any people around running samba 3.5.8 on debian x64 from backports? 
Should it just work, or should I expect glitches..?


Or is there another way to easily upgrade my samba to 3.5.8?

MJ
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] known incompatibility with msdfs and vfs full_audit combination?

2011-06-10 Thread mourik jan heupink

Hi all,

I'm running debian 6, x64, stock samba 3.5.6, various clients.

As soon as I enable the full_audit vfs object in smb.conf, my msdfs 
links stop working with:

- INTERNAL ERROR: Signal 11
and
-  failed to get vfs_handle->data!
in the samba logfiles.

Is there a known problem with this combination? I'm guessing that this 
combination is supposed to work..?


I have a level 10 log file, if that would help anyone..?

Regards and have a nice weekend!

MJ
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] root preexec script run multiple times

2011-03-03 Thread mourik jan heupink

Yes, it is normal. The client is free to connect and
disconnect to shares as many times as it chooses. But it
should never happen that from one smbd the script is run
more than once simultaneously.


Ok, thanks for clearing that up so quickly. :-)

MJ
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] root preexec script run multiple times

2011-03-03 Thread mourik jan heupink

Hi all,

In a normal situation, should I expect a [global] root preexec script to 
be run only ONCE per user logon?


I have set some logging in my root preexec script, and have noticed that 
usually it will be run only once on the share IPC$.
However, SOMETIMES I also see it executed on different (existing) share 
names, or two/three/four times in a row on the same IPC$ share. (with 
only a few seconds in between)


Running multiple copies of the same script messes up my script. :-(

So: I this normal behaviour..?

This is on suse 9 enterprise, samba version 3.0.26a.
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Recycle VFS

2007-12-10 Thread mourik jan heupink

> 2.  Can you map all recycle-bins to a central share called [trash]?  I
> have
> tried this but it results in root only privileges to the share.
I have placed a symbolic link called .recycle in the root folder of all my
shares, all pointing to the same location on my server: /recycle

All deleted files end-up in that /recycle directory, with the _original_
permissions. (so I see nothing root only in my setup)

If you would export this directory again with samba, I guess users would
be able to undelete their own files themselves.

Anyway, the difference is maybe that I do NOT use smb.conf for
permissions, but instead apply permissions on the filesystem. My main
samba shares are exported without restrictions.

Hope that helps?

Mourik Jan

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] time server = yes

2007-12-06 Thread mourik jan heupink
> but it just says "System error 5 has occurred.  Access is denied".
>
> Any ideas?
Yep. As far as I know, regular users do not have the right to change the
time. You need to have admin rights. (or at least power user, I'm not
sure)

What I do:

I use tardis K9 (http://www.kaska.demon.co.uk/) on workstations to listen
for ntp broadcasts from my pdc. K9 then corrects the time on the
workstation. K9 is _very_ small and light, ands runs as a service. I like
it.

Only don't forget to add K9 to your windows firewall exceptions.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] DFS not working from XP

2007-04-04 Thread mourik jan heupink


I have sort of hit a dead end and was hoping that someone would have a 
fix?


You probably know more about this than I do, but I'm using it 
successfully here, so it does work :-)


What happens when you open \\server in an explorer window, and then view 
the properties of your dfs share?
Is there a tab called DFS, or not? I guess this would tell us if windows 
actually 'sees' it as a DFS share or not.
(I have a DFS tab there, with 'clear history', 'check status', and 'set 
active' buttons)



mj
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] recommended filesystems with NT/Posix ACL's ?

2007-03-09 Thread mourik jan heupink

Hi all


- EXT2/3  have a maximum of 32 entries with only 28 usable.
- ReiserFS3/4 and JFS have a maximum of 8191 entries with 8187 usable.
- XFS have a maximum of 25 entries with only 21 usable.

 This mean that with XFS you have the 4 regular entries (owner, group, 
other and the mask) plus a possibility to add 21 users or groups for 
the permission. I have use EXT3 with the ACL(EA) and I have no problem 
at all. If in your business you use MSOffice, add five more entries in 
your planification.


I wasn't aware of this limitation... I've just checked it on my sles9 
box, and you're right...! Adding more than the mamixum number of entries 
gives this "very informative" error message:

host:~ # setfacl -m u:a_user:r a_file
setfacl: test: Invalid argument
host:~ #

Anyway, when using groups properly you really shouldn't hit that maximum 
very easily I guess...


Mourik Jan
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] recommended filesystems with NT/Posix ACL's ?

2007-03-08 Thread mourik jan heupink


i'm about to upgrade from samba 2.x to a samba 3.x domain member 
server and

wanted to fact ACL support into the equation.
what is the recommended ACL file system for samba ?


I use xfs everywhere, I've recently tried reiserfs, but am less happy 
with it. In future I'll stick with xfs again.
It supports ACL (like most others do as well) and additionally it has a 
very good quota system: it doesn't need quotacheck. (which can take 
quite a while)


Mourik Jan
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Illegal multibyte sequence error in pdbedit output

2005-06-20 Thread mourik jan heupink
I'm sorry for breaking the thread, and slow replying...

here are my charset settings:

dos charset = CP850
unix charset = UTF8
display charset = UTF8

output:
intech006: # pdbedit -L -v heupink
Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=INTECH))]
smbldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
ldap_connect_system: LDAP server does support paged results
convert_string_allocate: Conversion error: Incomplete multibyte sequence(¦+@)




> dear list,
> 
> in the output of pdbedit -L -v heupink I'm getting these errors:
> 
> convert_string_allocate: Conversion error: Illegal multibyte \
> sequence(Êÿ¿p’Êÿ¿’) 
> Any ideas where to look..? Are these serieus errors..? (it looks as if the 
> errors \
> occur BEFORE the actual ldap connection is opened, so I guess they're not 
> ldap \
> related...) 
> My samba is 3.0.14a, and system is sles9
> 
> Below find the complete output of pdbedit -L -v heupink, and attached my 
> smb.conf

No smb.conf attached. What are your settings for :

dos charset
unix charset
display charset

Jeremy.
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Illegal multibyte sequence error in pdbedit output

2005-06-17 Thread mourik jan heupink
dear list,

in the output of pdbedit -L -v heupink I'm getting these errors:

convert_string_allocate: Conversion error: Illegal multibyte 
sequence(Êÿ¿p?Êÿ¿?)

Any ideas where to look..? Are these serieus errors..? (it looks as if the 
errors occur BEFORE the actual ldap connection is opened, so I guess they're 
not ldap related...)

My samba is 3.0.14a, and system is sles9

Below find the complete output of pdbedit -L -v heupink, and attached my 
smb.conf

Kind regards (and have a nice weekend!)
Mourik Jan

intech006:~ # pdbedit -L -v heupink
convert_string_allocate: Conversion error: Illegal multibyte 
sequence(Êÿ¿p?Êÿ¿?)
convert_string_allocate: Conversion error: Incomplete multibyte 
sequence(ÿ¿p?Êÿ¿?)
convert_string_allocate: Conversion error: Incomplete multibyte 
sequence(¿p?Êÿ¿?)
convert_string_allocate: Conversion error: Incomplete multibyte 
sequence(?Êÿ¿?)
convert_string_allocate: Conversion error: Illegal multibyte 
sequence(Êÿ¿?)
convert_string_allocate: Conversion error: Incomplete multibyte 
sequence(ÿ¿?)
convert_string_allocate: Conversion error: Incomplete multibyte 
sequence(¿?)
convert_string_allocate: Conversion error: Incomplete multibyte 
sequence(?)
convert_string_allocate: Conversion error: Incomplete multibyte 
sequence(ÿÿÿ?)
convert_string_allocate: Conversion error: Incomplete multibyte sequence(ÿÿ?)
convert_string_allocate: Conversion error: Incomplete multibyte sequence(ÿ?)
convert_string_allocate: Conversion error: Incomplete multibyte sequence(?)
Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=INTECH))]
smbldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
ldap_connect_system: LDAP server does support paged results
convert_string_allocate: Conversion error: Incomplete multibyte sequence(ø+@)
Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=INTECH))]
smbldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
ldap_connect_system: LDAP server does support paged results
smbldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
ldap_connect_system: LDAP server does support paged results
init_sam_from_ldap: Entry found for user: heupink
Unix username:heupink
NT username:  heupink
Account Flags:[U  ]
User SID: S-1-5-21-90839350-988488634-868425949-3028
Primary Group SID:S-1-5-21-90839350-988488634-868425949-513
Full Name:heupink, mourik jan c
Home Directory:   \\intech006\heupink
HomeDir Drive:P:
Logon Script: intech.bat
Profile Path: 
Domain:   INTECH
Account desc: mourik jan c heupink
Workstations: 
Munged dial:  
bQA6ACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIABkAAwAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAA
Logon time:   Mon, 07 Mar 2005 16:03:36 GMT
Logoff time:  Mon, 07 Mar 2005 13:40:22 GMT
Kickoff time: Fri, 13 Dec 1901 21:45:51 GMT
Password last set:Thu, 16 Jun 2005 11:03:29 GMT
Password can change:  Fri, 10 Jun 2005 11:03:05 GMT
Password must change: Fri, 23 Sep 2005 11:03:29 GMT
Last bad password   : 0
Bad password count  : 0
Logon hours : FF
intech006:~ # 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

RE: [Samba] Accesse Outside...

2005-06-02 Thread mourik jan heupink
an option is also access files using webdav via https:

http://davenport.sourceforge.net/



> -Original Message-
> From: Luca Olivetti [mailto:[EMAIL PROTECTED] 
> Sent: 02 June 2005 16:12
> To: samba@lists.samba.org
> Subject: Re: [Samba] Accesse Outside...
> 
> 
> En/na Tomasz Chmielewski ha escrit:
> > Deleo Paulo Ribeiro Junior schrieb:
> > 
> >> Hello!
> >>
> >> Today, my second client asked me if it is possible to have access,
> >> using Samba, from the data they have in their networks.
> >>
> >> I am trying to make this work but, despite of all my efforts, I can
> >> not access the shared directories.
> >>
> >> Could, please, anyone tell me if this is possible and how 
> to make it.
> >> I have read a lot about it but I did not find any information...
> > 
> > 
> > Perhaps if you could write more clearly, someone would give you an 
> > answer?
> > 
> > So my guess is you have a Samba server with files in some 
> company, and
> > its employee (or boss) wants to access these files when 
> he/she is at home?
> > 
> > VPN would be an answer here - try looking for OpenVPN, it has a 
> > Windows
> > and Linux server/clients and is good supported / relatively easy to 
> > install.
> 
> Another option could be smbwebclient: 
> http://smbwebclient.sourceforge.net
> 
> "What is SMB Web Client?
> 
> SMB Web Client is a simple script written by Victor M. Varela to use 
> Windows Networks from a web browser. "
> 
> Bye
> -- 
> Luca Olivetti
> Wetron Automatización S.A. http://www.wetron.es/
> Tel. +34 93 5883004  Fax +34 93 5883007
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  https://lists.samba.org/mailman/listinfo/samba
> 
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba