Re: Samba 3.0 Alpha 21 cvs + LDAP

2002-10-05 Thread Roland Bauerschmidt

Dennis Lattka wrote:
passdb backend = ldapsam, ldap://ldap.example.com

AFAIK, this is supposed to be ldapsam:ldap://ldap.example.com

-- 
Roland Bauerschmidt



Re: PS: smbcacl doesn't work for me

2002-10-05 Thread Zoltan Bogdan




Am Fre, 2002-10-04 um 18.57 schrieb Steve Langasek:

On Fri, Oct 04, 2002 at 06:48:55PM +0200, Zoltan Bogdan wrote:
 Am Don, 2002-10-03 um 23.43 schrieb Zoltan Bogdan:

 Hi, 
 I share an XFS-volume via samba 2.2.4. 

 fetching the acls works like the following for me: 

  
 hermes:/secrets # smbcacls //hermes/xfs-share test -U TOGO/hzbogdan 
 Password: 
 REVISION:1 
 OWNER:TOGO\hzbogdan 
 GROUP:TOGO\users 
 ACL:TOGO\hzbogdan:ALLOWED//RW 
 ACL:TOGO\users:ALLOWED//R 
 ACL:\Everyone:ALLOWED//R 
 - 

 When I try to set - or rather modify - the Acl for the group
 users, I get strange results: 

 - 
 hermes:/secrets # smbcacls //hermes/xfs-share test -U TOGO/hzbogdan
 -M ACL:TOGO\users:0/0/W 
 Password: 
 Failed to parse ACL ACL:TOGOusers 
  

 Using various substitutions for type/flags/mask Values didn't get
 better results. 

 Could someone provide some help? 

You haven't escaped your strings to make them shell-safe.  The shell eats
the backslash, and smbcacls only sees 'ACL:TOGOusers' instead of
'ACL:TOGO\users'.

I also don't know for sure if names in ACLs are supported by smbcacls in
2.2.  If so, you definitely need to handle that backslash:

  smbcacls //hermes/xfs-share test -U TOGO/hzbogdan -M ACL:TOGO\\users:0/0/W

or

  smbcacls //hermes/xfs-share test -U TOGO/hzbogdan -M 'ACL:TOGO\users:0/0/W'

HTH,

Steve Langasek
postmodern programmer

Hi Steve,

thanks for your hint.

Not escaping special characters is a quite silly fault and i'm a little embarrassed.

Unfortunately escaping didn't work either - so you're probably right assuming that names are not supported.

Do you know where I get the hex code for the NT-ACLs ?





Here's another strange thing I expierienced playing arround with smbcacls:

The output calling smbacls locally is different from the output I get if I call it in an ssh session:



locally:

-

linux:/data # smbcacls //linux/testXFS test -U TESTNET/testuser -M ACL:TESTNET\\users:0/0/RW

snip

lsa_io_sec_qos: length c does not match size 8

Failed to parse ACL ACL:TESTNET\users





remote:

-

linux:/data # smbcacls //linux/testXFS test -U TESTNET/testuser -A ACL:TESTNET\\users:0/0/RW

snip

Failed to parse security descriptor

-



bye 

z.



 



Zoltan Bogdan



Zoltan Bogdan - Linux SystemIntegration

Kreutzerstr. 71 D-90439 Nrnberg

Tel. +49 (0)911 929 191 25

Fax +49 (0)911 929 191 26

Mobil +49 (0)175 521 705 4

[EMAIL PROTECTED]










RE: [Samba] Desktop.ini and samba - Please comment

2002-10-05 Thread Bradley W. Langhorst

On Wed, 2002-07-31 at 18:26, Javid Abdul-AJAVID1 wrote:
 thanks
 but why do you think samba is looking for it

well it's not samba - it's windows that is looking for the file...
windows says - give me a file - samba says i don't have that file...

brad
 -Original Message-
 From: Bradley W. Langhorst [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 31, 2002 5:22 PM
 To: Javid Abdul-AJAVID1
 Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: [Samba] Desktop.ini and samba - Please comment
 
 
 the desktop.ini is the file that stores the 
 folder view settings.
 
 you can disable it by turning off the UI checkbox that says remember
 each folder's settings.
 
 i think it is not your problem.
 
 brad
 On Wed, 2002-07-31 at 18:04, Javid Abdul-AJAVID1 wrote:
  
  
  I was just wondering why does samba look for Desktop.ini when i am mapping
  to my home directory from w2k
  running samba 2.2.5 on sol2.6 , client is w2k 
  am troubleshooting an weird issue where am not able to see all my unix
 home
  directory files on w2k
  
  log level10 is showing me that samba is looking for Desktop.ini
  
  could this be cousing something weired.
  
  thanks in advance
  
  -- 
  To unsubscribe from this list go to the following URL and read the
  instructions:  http://lists.samba.org/mailman/listinfo/samba
  
  
  
 
 
 
 
 





load balancing question

2002-10-05 Thread Stephan Stapel

Dear people on the list!

I hope it's ok to ask a feature question on this core-feature list.
What I would like to know is whether there are some efforts on implementing load 
balancing features into samba or some experiences/ experiments in this area. As 
standard-Windows doesn't offer these features, adding them would give samba-based 
systems yet another (very big) advantage over a standard nt server system.
Just that you know why I'm asking for this. We have the problem to serve 3d scenes as 
well as image data to about 100 render nodes running under Windows NT. When starting 
to render, all machines are asking at exactly the same time for exactly the same data, 
which might be about 500 megabytes per machine. Action like this results into a server 
load of about 30-50 which isn't really satisfactory...

Kind regards,

Stephan
__
Alleine + Gemeinsam = WEB.DE Spielgemeinschaften
Die clevere Kombination von Gewinn-Garantie und Jackpot-Chance!




Re: PS: smbcacl doesn't work for me

2002-10-05 Thread Steve Langasek

Zoltan,

On Sat, Oct 05, 2002 at 05:49:45PM +0200, Zoltan Bogdan wrote:

 Unfortunately escaping didn't work either - so you're probably right
 assuming that names are not supported.
 Do you know where I get the hex code for the NT-ACLs ?

I don't know of anywhere to find these other than in the Samba source, 
sorry.

Steve Langasek
postmodern programmer



msg03539/pgp0.pgp
Description: PGP signature