[Samba] smbclient output

2004-05-24 Thread Igor Kryltsov
Hi,

Does anybody knows what is a difference between
  .   D0  Tue Apr 20 03:24:04 2004
  ..  D0  Tue Apr 20 03:24:04 2004
  FC-22.doc77824  Sun Nov 24 21:34:50 2002
  FC-22.pdf   155461  Wed Mar 31 00:59:31 2004

and
  .   DA0  Tue Apr 20 03:24:04 2004
  ..  DA0  Tue Apr 20 03:24:04 2004
  FC-22.docA77824  Sun Nov 24 21:34:50 2002
  FC-22.pdf A155461  Wed Mar 31 00:59:31 2004


Why sometimes you have A  and sometimes not? What meaning does it have?
I am trying to get directory listing on remote Win share from php script and
use regexp to extract file/dir names.


Thks a lot,

Igor




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


[Samba] Re: smbclient output

2004-05-24 Thread Igor Kryltsov
I found an answer by myself  (happens sometimes still):

A - archiving bit

R - read only

S - system

H - hidden

etc etc



Regards,

Igor

Igor Kryltsov [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi,

 Does anybody knows what is a difference between
   .   D0  Tue Apr 20 03:24:04 2004
   ..  D0  Tue Apr 20 03:24:04 2004
   FC-22.doc77824  Sun Nov 24 21:34:50 2002
   FC-22.pdf   155461  Wed Mar 31 00:59:31 2004

 and
   .   DA0  Tue Apr 20 03:24:04
2004
   ..  DA0  Tue Apr 20 03:24:04
2004
   FC-22.docA77824  Sun Nov 24 21:34:50 2002
   FC-22.pdf A155461  Wed Mar 31 00:59:31 2004


 Why sometimes you have A  and sometimes not? What meaning does it have?
 I am trying to get directory listing on remote Win share from php script
and
 use regexp to extract file/dir names.


 Thks a lot,

 Igor




 --
 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] Re: read and write list

2004-03-16 Thread Igor Kryltsov
As there is no answers I will try to be more specific:
1) I installed newer version of Samba after reading
http://lists.samba.org/archive/samba/2003-April/065184.html

2) My share configuration now looks like:
[web_applications_ams_development]
comment = Web Application AMS Development
path = /var/ams
guest ok = Yes
write list = @AMITY+Domain Admins
write list = @Domain Admins
read only = No
volume = WEB_APPLICATION_AMS_DEVELOPMENT

I do not belong to group Domain Admins but still can write to share.




Igor Kryltsov [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi,

 I can not find information how to configure a share to allow everyone read
 access and users of specific NT group write access.
  Now my smb.conf looks like:
 [global]
 log level = 2
 syslog = 2
 workgroup = AMITY
 netbios name = AMITYDEVEL
 guest account = nobody
 security = server
 password server = AMDATA
 hosts allow = 10.
 local master = yes
 socket options = TCP_NODELAY
 writable = yes
 guest ok = yes
 syslog only = yes
 max log size = 1000
 [web_applications_ams_development]
 path = /var/ams
 comment = Web Application AMS Development
 volume = WEB_APPLICATION_AMS_DEVELOPMENT
 guest ok = no
 #   read only = yes
 #   writable = no
 #   read list = guest
 #   write list = igork
 #   write list = @AMITY+AWS_AMS_Update
 #   write list = @AMITY+Domain Admins
 #   valid groups = @AMITY+AWS_AMS_Update
 valid groups = @AMITY+Domain Admins

 .. and I am lost.

 Please help, if you can.

 Thank you,

 Igor




 --
 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] read and write list

2004-03-11 Thread Igor Kryltsov
Hi,

I can not find information how to configure a share to allow everyone read
access and users of specific NT group write access.
 Now my smb.conf looks like:
[global]
log level = 2
syslog = 2
workgroup = AMITY
netbios name = AMITYDEVEL
guest account = nobody
security = server
password server = AMDATA
hosts allow = 10.
local master = yes
socket options = TCP_NODELAY
writable = yes
guest ok = yes
syslog only = yes
max log size = 1000
[web_applications_ams_development]
path = /var/ams
comment = Web Application AMS Development
volume = WEB_APPLICATION_AMS_DEVELOPMENT
guest ok = no
#   read only = yes
#   writable = no
#   read list = guest
#   write list = igork
#   write list = @AMITY+AWS_AMS_Update
#   write list = @AMITY+Domain Admins
#   valid groups = @AMITY+AWS_AMS_Update
valid groups = @AMITY+Domain Admins

.. and I am lost.

Please help, if you can.

Thank you,

Igor




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