[Samba] Problem changing pw from win2k xp

2004-10-27 Thread rmi
Hi here,

I have the following problem:
I have win98 / Win XP pro / Win2k Pro clients and a samba 3.0.2a server.

When i try and change passwords from a win98 client it all works fine, but when i 
try to change a pw from a win2k or win XP pro client i get a message:

The system cannot change your password now because the domain GENERAL is not 
available
(our domain is called GENERAL)

But now the funny part, when i now login to the system the password has been changed 
to the new password.
So it does work altho we get the annoying message from windows.

In the log.JTO (name of the client) i see some errors witch im not sure if they have 
anything to do with this error:

[2004/10/27 11:29:04, 5] passdb/pdb_tdb.c:tdbsam_getsampwrid(327)
 pdb_getsampwrid (TDB): error looking up RID 501 by key RID_01f5.
 Error: Record does not exist

[2004/10/27 11:29:04, 5] passdb/secrets.c:secrets_fetch_trusted_domain_password(300)
 secrets_fetch failed!

[2004/10/27 11:29:04, 4] libsmb/ntlm_check.c:ntlm_password_check(266)
  ntlm_password_check: Checking NT MD4 password
[2004/10/27 11:29:04, 3] libsmb/ntlm_check.c:ntlm_password_check(282)
  ntlm_password_check: NT MD4 password check failed for user rmi
[2004/10/27 11:29:04, 5] auth/auth.c:check_ntlm_password(271)
  check_ntlm_password: sam authentication for user [rmi] FAILED with error 
NT_STATUS_WRONG_PASSWORD
[2004/10/27 11:29:04, 3] auth/auth_winbind.c:check_winbind_security(80)
  check_winbind_security: Not using winbind, requested domain [GENERAL] was for this 
SAM.
[2004/10/27 11:29:04, 10] auth/auth.c:check_ntlm_password(259)
  check_ntlm_password: winbind had nothing to say
[2004/10/27 11:29:04, 2] auth/auth.c:check_ntlm_password(312)
  check_ntlm_password:  Authentication for user [rmi] - [rmi] FAILED with error 
NT_STATUS_WRONG_PASSWORD
[2004/10/27 11:29:04, 5] auth/auth_util.c:free_user_info(1278)
  attempting to free (and zero) a user_info structure
[2004/10/27 11:29:04, 10] auth/auth_util.c:free_user_info(1281)
  structure was created for rmi
[2004/10/27 11:29:04, 1] rpc_server/srv_pipe.c:api_pipe_ntlmssp_verify(414)
  api_pipe_ntlmssp_verify: User [GENERAL]\[rmi] from machine JTO failed authentication 
on named pipe samr.


Does any1 have a clue on how i can resolve this

Thx in advance

Regards,

Raoul

= smb.conf =
# Samba config file created using SWAT
# from 192.168.16.188 (192.168.16.188)
# Date: 2004/10/27 11:40:47

# Global parameters
[global]
display charset = ASCII
workgroup = GENERAL
netbios aliases = C001
server string = Samba Server
password server = 
passdb backend = tdbsam:/usr/local/samba/private/passdb.tdb, 
smbpasswd:/usr/local/samba/private/smbpasswd
username map = /usr/local/samba/lib/username.map
log level = 3 passdb:5 auth:10 winbind:2
log file = /var/log/samba/log.%m
max log size = 100
name resolve order = wins lmhosts host bcast
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
load printers = No
show add printer wizard = No
add machine script = /usr/sbin/useradd -s /bin/false -d /dev/null %u
logon path = 
domain logons = Yes
os level = 40
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
ldap ssl = no
idmap uid = 2-3
idmap gid = 2-3
template primary group = oc_med
template homedir = /opt/oet/home/%D/%U
admin users = rmi
dos filemode = Yes

[homes]
comment = Home Directories
read only = No
veto files = /.??*/
browseable = No

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No

[oc_data]
comment = OCH Data
path = /opt/oc/oc_data
admin users = @symas
read list = @oc_med
write list = @oc_med
read only = No
create mask = 0770
force create mode = 0770
security mask = 0770
directory mask = 0770
directory security mask = 0770
veto files = /lost+found/
hide files = /lost+found/

[oet_data]
comment = OET Data
path = /opt/oet/oet_data
admin users = @symas
read list = @oc_med
write list = @oc_med
read only = No
create mask = 0770
force create mode = 0770
security mask = 0770
directory mask = 0770
directory security mask = 0770
veto files = /lost+found/
hide files = /lost+found/

[netlogon]
path = /opt/oc/netlogon
guest ok = Yes
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Problem changing pw from win2k xp

2004-10-27 Thread rmi
Indeed ive found some info related to security update KB828741. 
In some cases un-installing that patch solved the problem.
Unfortunatly this is not an option for me .. so ill consider upgrading.

Thx for your feedback. 

 rmi wrote:
 
 Hi here,
 
 I have the following problem:
 I have win98 / Win XP pro / Win2k Pro clients and a samba 3.0.2a server.
   
 
 snip
 
 Does any1 have a clue on how i can resolve this
   
 
 Pretty sure that's an issue with a patch from MS which I can't remember 
 the number, and that was fixed in a release later than 3.0.2a, maybe 
 .4?  Upgrade to newest, or newest you're comfortable with.  A lot of 
 people seem to be running .5 vs. the .7 release around here.
 
 -- 
 --
 Paul GiengerOffice: 701-281-1884
 Applied Engineering Inc.
 Systems Architect   Fax:701-281-1322
 URL: www.ae-solutions.com   mailto: [EMAIL PROTECTED]
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] time outs with samba 3.0.2

2004-02-12 Thread rmi
Hi,

I upgraded my samba 3.0.0 server to 3.0.2. 
I got some win98 clients a win2000 member server and a samba PDC.
win2000 is sharing some directory's that are to be viewed on the win98 clients.
And the PDC has some shares that are to be viewed on de win2000 and the win98 clients.

I noticed that every 2 / 2,5 hours i get a time out when trying to view the shares on 
the PDC from the win2000 member server. After about 5- 10  sec's it works again. 
In the vent viewer on the win2000 it says:

event id 8021
The browser was unable to retrieve a list of servers from the browser master \\samba3
on the network. \Device\NetBT_TcpIp {1F20DB8E-A734-4CA4-87F5-8D8A29D6049E}
The data is the error code.

At the same time on the PDC when i try a smbclient -L w2k -U user i get a message 
that the timeout was exceeded trying to connect to w2k. After the same 5-10 sec's it 
works again.

Does any1 have a clue wats going on? atm i dont.

Thx in advace 

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


Re: [Samba] Sometimes unable to browse w2k shares

2004-01-06 Thread rmi
Its a computer with 1 nic, currently we have DNS.
I tried wins without any succes, but thx anyway.

Shares on win 9x are available, its only the w2k server shares.

grtz

rmi



 - Original Message - 
 From: Markus Feldmann [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, January 05, 2004 2:49 PM
 Subject: Re: [Samba] Sometimes unable to browse w2k shares


  Hallo rmi,
 
  it seems that some machine have got problems with his protokolls.
  Or maybe it has got to many protokolls.
  Check whether you have a Computer with 2 Nic(Networkcards).
  You should have got a Wins or DNS Server.
  The Wins Server is very easy.
  This could help.
 
  mfg Markus F.
 
  - Original Message - 
  From: rmi [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, January 05, 2004 11:31 AM
  Subject: [Samba] Sometimes unable to browse w2k shares
 
 
  Lo folks,
 
  Plz i need some advice, im totally clueless at the moment where to look
 and
  what to do.
  I have one samba 3.0.1 PDC and ten win 9x clients and two XP pro clients
 and
  one w2k print server with some shares.
 
  It all worked good until i joined the w2k server into the domain. The
 first
  couple of hours after joining all shares and all printer were available
on
  the win2k server. But then all of a sudden i couldnt see any shares from
 the
  w2k server on the netwerk.When i try to browse the w2k server shares via
 9x
  clients i get a unknown error 31.
  Even the ./smbclient -L //w2k/share -U aap doesnt let me see shares.
 
  Sometimes after an hour orso the shares are again available, or else i
 have
  to stop and start samba.
  What could be wrong, Does any1 have any suggestions?
 
  Thx in advance
 
  rmi
 
  ===
  smb.conf
  ==
  [global]
  workgroup = GENERAL
  netbios aliases = C001
  server string = Samba Server
  password server =
  passdb backend = tdbsam
  username map = /usr/local/samba/lib/username.map
  log level = 5
  log file = /var/log/samba/log.%m
  max log size = 50
  socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
  load printers = No
  show add printer wizard = No
  add machine script = /usr/sbin/useradd -s /bin/false -d /dev/null %u
  logon path =
  domain logons = Yes
  os level = 40
  preferred master = Yes
  domain master = Yes
  dns proxy = No
  ldap ssl = no
  template homedir = /opt/oc/home/%D/%U
 
  [homes]
  comment = Home Directories
  read only = No
  veto files = /.??*/
  browseable = No
 
  [printers]
  comment = All Printers
  path = /var/spool/samba
  printable = Yes
  browseable = No
 
  [oc_data]
  comment = OCH Data
  path = /opt/oc/oc_data
  valid users = @oc_med
  admin users = @symas
  read list = @oc_med
  write list = @oc_med
  read only = No
  create mask = 0770
  security mask = 0770
  directory mask = 0770
  directory security mask = 0770
  veto files = /lost+found/
  hide files = /lost+found/
 
  [netlogon]
  path = /opt/oc/netlogon
  guest ok = Yes
  -- 
  To unsubscribe from this list go to the following URL and read the
  instructions:  http://lists.samba.org/mailman/listinfo/samba
 
 
  -- 
  To unsubscribe from this list go to the following URL and read the
  instructions:  http://lists.samba.org/mailman/listinfo/samba

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

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


Re: [Samba] Sometimes unable to browse w2k shares

2004-01-06 Thread rmi
Now i get these strange codes in the log.w2k when trying to acces the share
like:

[2004/01/06 12:08:21, 10] lib/util.c:dump_data(1830)
  [000] 05 00 02 03 10 00 00 00  14 02 20 00 06 00 00 00   .. .
  [010] D4 01 00 00 00 00 00 00  D4 CB 7E 18 C1 3E BC 2C  Ô... ÔË~.Á¼,
  [020] BE A1 9A 24 7E 67 39 7C  D6 15 D2 8A 3D E6 5B AF  ¾¡.$~g9| Ö.Ò.=æ[¯
  [030] E8 17 0C 56 E4 03 C3 72  94 C7 2E 87 30 BF E0 BA  è..Vä.Ãr .Ç..0¿àº
  [040] FF 58 0E 28 2F 01 74 FF  CA AB 12 3D A0 72 2B 62  ÿX.(/.tÿ Ê«.= r+b
  [050] 00 89 EF 84 EA 23 E6 65  77 E2 89 BB B4 AF D2 3F  ..ï.ê#æe wâ.»´¯Ò?
  [060] E0 5C 47 0C AC 4B 2B E9  79 6E 93 D2 FC 1C 7B 9F  à\G.¬K+é yn.Òü.{.
  [070] D1 E8 E4 42 0E 52 EF CE  DE 51 F9 F2 CA A1 55 A9  ÑèäB.RïÎ ÞQùòÊ¡U©
  [080] 13 44 C4 A5 19 83 B3 B1  79 9B 5B 9F DE 72 7F 17  .DÄ¥..³± y.[.Þr..
  [090] 98 56 AA DB F4 26 21 34  EC E0 01 90 C4 61 9F FC  .VªÛô!4 ìà..Äa.ü
  [0A0] 26 88 3C 51 85 80 C8 CE  B2 7A BC E5 36 CA EE A4  .Q..ÈÎ ²z¼å6Êî¤
  [0B0] 30 64 5B EF E7 53 37 5A  62 00 F7 25 6E F8 10 48  0d[ïçS7Z b.÷%nø.H
  [0C0] 24 77 69 12 57 09 CA 3C  29 C2 F7 A7 83 04 60 66  $wi.W.Ê )Â÷§..`f
  [0D0] B0 9B 1B 57 ED 57 74 2A  A7 0E 1C BB 4B 3D 25 AD  °..WíWt* §..»K=%­
  [0E0] 0D B3 76 39 35 39 D0 0D  88 62 4E 22 78 88 BD E4  .³v959Ð. .bNx.½ä
  [0F0] AE 50 F1 1E 8C A2 7E 21  3A 6D FC 81 7C 60 37 07  ®Pñ..¢~! :mü.|`7.
  [100] 0F DC 69 B4 85 CE 30 AB  BB A6 7A DB 5C 15 60 A6  .Üi´.Î0« »¦zÛ\.`¦
  [110] 27 6D 55 8B 8B F1 15 04  36 6A AC CF D1 13 D6 3A  'mU..ñ.. 6j¬ÏÑ.Ö:
  [120] 7B 55 2C F2 C3 9E F8 00  38 AD D1 E1 8F 01 E8 70  {U,òÃ.ø. 8­Ñá..èp
  [130] E8 52 BA A5 FC CF 8E 4B  F6 AA 1D 01 51 62 88 2E  èRº¥üÏ.K öª..Qb..
  [140] 88 F6 2D 49 D3 2B 8D CD  9A B6 C6 51 B3 3E F5 97  .ö-IÓ+.Í .¶ÆQ³õ.
  [150] 1F E4 12 06 41 D1 A1 F0  85 AC 31 AC 53 3F 23 AE  .ä..AÑ¡ð .¬1¬S?#®
  [160] C1 D4 43 D3 32 D5 94 7C  9C E0 0C 50 AA C3 1D F5  ÁÔCÓ2Õ.| .à.PªÃ.õ
  [170] 47 7C FB 9C 1A A1 D8 87  7D 9D 80 BC B5 9A EE 6D  G|û..¡Ø. }..¼µ.îm
  [180] 37 D5 57 01 70 6F 87 FC  E4 93 DF 9D 33 04 92 A2  7ÕW.po.ü ä.ß.3..¢
  [190] 4D 3B 32 95 D0 77 96 AE  24 5C CF 0C 06 7F A4 D6  M;2.Ðw.® $\Ï...¤Ö
  [1A0] 2C B9 D4 2C 40 96 21 81  66 65 A0 30 70 AF 5C A8  ,¹Ô,@.!. fe 0p¯\¨
  [1B0] DC C1 86 CA 14 D0 31 28  1E CC C8 1E BB BF 6C B4  ÜÁ.Ê.Ð1( .ÌÈ.»¿l´
  [1C0] A7 FE CE 23 DE 70 17 22  40 81 E8 84 99 20 17 7D  §þÎ#Þp. @.è.. .}
  [1D0] 95 64 18 50 A4 84 DD F6  03 4E F5 69 96 47 39 74  .d.P¤.Ýö .Nõi.G9t
  [1E0] AD 18 FB 71 FF FD 65 C4  B1 B5 9A F7 44 06 08 00  ­.ûqÿýeÄ ±µ.÷D...
  [1F0] 01 00 00 00 77 00 7A 00  FF FF 00 00 80 4A 2F E4  w.z. ÿÿ...J/ä
[2004/01/06 12:08:21, 6] lib/util_sock.c:write_socket(407)

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


[Samba] Sometimes unable to browse w2k shares

2004-01-05 Thread rmi
Lo folks,

Plz i need some advice, im totally clueless at the moment where to look and what to do.
I have one samba 3.0.1 PDC and ten win 9x clients and two XP pro clients and one w2k 
print server with some shares.

It all worked good until i joined the w2k server into the domain. The first couple of 
hours after joining all shares and all printer were available on the win2k server. But 
then all of a sudden i couldnt see any shares from the w2k server on the netwerk.When 
i try to browse the w2k server shares via 9x clients i get a unknown error 31.
Even the ./smbclient -L //w2k/share -U aap doesnt let me see shares.

Sometimes after an hour orso the shares are again available, or else i have to stop 
and start samba.
What could be wrong, Does any1 have any suggestions?

Thx in advance

rmi

===
smb.conf
==
[global]
workgroup = GENERAL
netbios aliases = C001
server string = Samba Server
password server = 
passdb backend = tdbsam
username map = /usr/local/samba/lib/username.map
log level = 5
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
load printers = No
show add printer wizard = No
add machine script = /usr/sbin/useradd -s /bin/false -d /dev/null %u
logon path = 
domain logons = Yes
os level = 40
preferred master = Yes
domain master = Yes
dns proxy = No
ldap ssl = no
template homedir = /opt/oc/home/%D/%U

[homes]
comment = Home Directories
read only = No
veto files = /.??*/
browseable = No

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No

[oc_data]
comment = OCH Data
path = /opt/oc/oc_data
valid users = @oc_med
admin users = @symas
read list = @oc_med
write list = @oc_med
read only = No
create mask = 0770
security mask = 0770
directory mask = 0770
directory security mask = 0770
veto files = /lost+found/
hide files = /lost+found/

[netlogon]
path = /opt/oc/netlogon
guest ok = Yes
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Sometimes unable to browse w2k shares

2004-01-05 Thread rmi

- Original Message - 
From: Markus Feldmann [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 05, 2004 2:49 PM
Subject: Re: [Samba] Sometimes unable to browse w2k shares


 Hallo rmi,

 it seems that some machine have got problems with his protokolls.
 Or maybe it has got to many protokolls.
 Check whether you have a Computer with 2 Nic(Networkcards).
 You should have got a Wins or DNS Server.
 The Wins Server is very easy.
 This could help.

 mfg Markus F.

 - Original Message - 
 From: rmi [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, January 05, 2004 11:31 AM
 Subject: [Samba] Sometimes unable to browse w2k shares


 Lo folks,

 Plz i need some advice, im totally clueless at the moment where to look
and
 what to do.
 I have one samba 3.0.1 PDC and ten win 9x clients and two XP pro clients
and
 one w2k print server with some shares.

 It all worked good until i joined the w2k server into the domain. The
first
 couple of hours after joining all shares and all printer were available on
 the win2k server. But then all of a sudden i couldnt see any shares from
the
 w2k server on the netwerk.When i try to browse the w2k server shares via
9x
 clients i get a unknown error 31.
 Even the ./smbclient -L //w2k/share -U aap doesnt let me see shares.

 Sometimes after an hour orso the shares are again available, or else i
have
 to stop and start samba.
 What could be wrong, Does any1 have any suggestions?

 Thx in advance

 rmi

 ===
 smb.conf
 ==
 [global]
 workgroup = GENERAL
 netbios aliases = C001
 server string = Samba Server
 password server =
 passdb backend = tdbsam
 username map = /usr/local/samba/lib/username.map
 log level = 5
 log file = /var/log/samba/log.%m
 max log size = 50
 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
 load printers = No
 show add printer wizard = No
 add machine script = /usr/sbin/useradd -s /bin/false -d /dev/null %u
 logon path =
 domain logons = Yes
 os level = 40
 preferred master = Yes
 domain master = Yes
 dns proxy = No
 ldap ssl = no
 template homedir = /opt/oc/home/%D/%U

 [homes]
 comment = Home Directories
 read only = No
 veto files = /.??*/
 browseable = No

 [printers]
 comment = All Printers
 path = /var/spool/samba
 printable = Yes
 browseable = No

 [oc_data]
 comment = OCH Data
 path = /opt/oc/oc_data
 valid users = @oc_med
 admin users = @symas
 read list = @oc_med
 write list = @oc_med
 read only = No
 create mask = 0770
 security mask = 0770
 directory mask = 0770
 directory security mask = 0770
 veto files = /lost+found/
 hide files = /lost+found/

 [netlogon]
 path = /opt/oc/netlogon
 guest ok = Yes
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba


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

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


Re: [Samba] cant set read-only attr. on office files in 1 share.

2003-12-02 Thread rmi
Oops... Best comment to this is RTFM :P
Chapter 13 of the howto explained my fault.
With the following settings is works great :)
srry for the spam

grtz

rmi

[oc_data]
 comment = OCH Data
 path = /opt/oc/oc_data
 valid users = @oc_med
 admin users = @symas
 read list = @oc_med
 write list = @oc_med
 read only = No
 create mask = 0770
 security mask = 0770
 directory mask = 0770
 directory security mask = 0770

It works now.

- Original Message - 
From: rmi [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, December 01, 2003 2:03 PM
Subject: [Samba] cant set read-only attr. on office files in 1 share.


Lo folks,

I have samba3 running on my redhat 8 system.
Two shares are available: my main share and my homes shares.
I cant set read-only attr on office files on my main share.
But i can set them in my homes share.

Ive read something about a bug beeing fixed in 3.0.1 but then i shouldnt
be able to set read-only in my homes share ...or am i mistaking ?

There is however 1 difference between these 2 shares. the main share has
POSIX ACL's on the files and the homes share doesnt have them.
POSIX ACL's are working perfect btw. Any1 got a clue on how to tacle this
issue

Thx in advance

My smb.conf is this:

[global]
workgroup = GENERAL
server string = Samba Server
security = DOMAIN
password server = 192.168.16.5
passdb backend = tdbsam:/usr/local/samba/private/passdb.tdb
log level = 5
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
show add printer wizard = No
preferred master = No
domain master = No
dns proxy = No
wins support = Yes
ldap ssl = no
template homedir = /opt/oc/home/%D/%U

[homes]
comment = Home Directories
read only = No
veto files = /.??*/
browseable = No

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No

[main]
comment = OCH Data
path = /opt/oc/oc_data
valid users = @oc_med
admin users = @symas
read list = @oc_med
write list = @oc_med
read only = No
create mask = 0770
force create mode = 0770
directory mask = 0770
force directory mode = 0770
inherit permissions = Yes
map acl inherit = Yes
veto files = /lost+found/
hide files = /lost+found/


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

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


[Samba] cant set read-only attr. on office files in 1 share.

2003-12-01 Thread rmi
Lo folks,

I have samba3 running on my redhat 8 system.
Two shares are available: my main share and my homes shares.
I cant set read-only attr on office files on my main share. 
But i can set them in my homes share. 

Ive read something about a bug beeing fixed in 3.0.1 but then i shouldnt 
be able to set read-only in my homes share ...or am i mistaking ?

There is however 1 difference between these 2 shares. the main share has POSIX ACL's 
on the files and the homes share doesnt have them.
POSIX ACL's are working perfect btw. Any1 got a clue on how to tacle this issue

Thx in advance

My smb.conf is this:

[global]
workgroup = GENERAL
server string = Samba Server
security = DOMAIN
password server = 192.168.16.5
passdb backend = tdbsam:/usr/local/samba/private/passdb.tdb
log level = 5
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
show add printer wizard = No
preferred master = No
domain master = No
dns proxy = No
wins support = Yes
ldap ssl = no
template homedir = /opt/oc/home/%D/%U

[homes]
comment = Home Directories
read only = No
veto files = /.??*/
browseable = No

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No

[main]
comment = OCH Data
path = /opt/oc/oc_data
valid users = @oc_med
admin users = @symas
read list = @oc_med
write list = @oc_med
read only = No
create mask = 0770
force create mode = 0770
directory mask = 0770
force directory mode = 0770
inherit permissions = Yes
map acl inherit = Yes
veto files = /lost+found/
hide files = /lost+found/


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


[Samba] Account flags

2003-11-20 Thread rmi
Lo ppl,

I got a lil question concerning account flags.
When using pdbedit u can set account flags, but i cant find an explenation on what 
they mean. So does any1 know what the differences are and what they mean?
Any help would be appriciated.

grtz

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


Re: [Samba] ACL + sticky bit

2003-11-05 Thread rmi
Srry if my mail is a liltle confusing.
But what i ment was:
if group Administartion has change access on /share/com
And group FieldMngt had full access on /share/com

so i must set:
setfacl -m g:Administartion:rwx /share/com
setfacl -m d:g:Administration:rwx /share/com
setfacl -m g:Fieldmngt:rwx /share/com
setfacl -m d:g:FieldMngt:rwx /share/com

Now Fieldmngt can delete files of Administartion and i dont want that. I
only want
Fieldmngt to change files. So usually i set a sticky bit on that dir, but i
cant do that wil ACL. does any1 have an idea how to accomplish that.

thx in advance

rmi

- Original Message - 
From: Dustin Rue [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, November 04, 2003 10:33 PM
Subject: RE: [Samba] ACL + sticky bit


 If I'm reading your message right, I think you want to add d to the -m
 flag.  This sets the default ACL

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of rmi
 Sent: Tuesday, November 04, 2003 9:05 AM
 To: [EMAIL PROTECTED]
 Subject: [Samba] ACL + sticky bit

 Lo folks,

 I got a little question. Ive set up samba 3.0.0 + RH 8. And since ACL
 within samba only works on share niveau i wanted to implement POSIX ACL.
 I was thinking what is the difference between full access and change
 on a NT4 server. As far as i could think the difference is that full
 acces can delete a file and change can only change it. So i need the
 sticky bit set on groups within ACL.
 So does any1 know if this command will do the trick?

 setfacl -m d:g:group:rwt ./dir

 cause sticky bit is usually set on user level and directory level,
 afaik. Or is there an other way to accomplish that?

 Thx in advance

 grtz

 rmi

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


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

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


[Samba] ACL + sticky bit

2003-11-04 Thread rmi
Lo folks,

I got a little question. Ive set up samba 3.0.0 + RH 8. And since ACL within samba 
only works on share niveau i wanted to implement POSIX ACL.
I was thinking what is the difference between full access and change on a NT4 
server. As far as i could think the difference is that full acces can delete a file 
and change can only change it. So i need the sticky bit set on groups within ACL.
So does any1 know if this command will do the trick? 

setfacl -m d:g:group:rwt ./dir 

cause sticky bit is usually set on user level and directory level, afaik. Or is there 
an other way to accomplish that?

Thx in advance

grtz

rmi

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