Samba 3.0.1 due early next week

2003-12-10 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just to give everyone a heads up:

We're putting the final touches on 3.0.1rc2 right now and will release it 
in a few hours.  This will hopefully be the last release candidate 
prior to the real 3.0.1 release which should be early next week.





cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE/2ApQIR7qMdg1EfYRAtAfAJ90SAfSMbZvRIZOSkEa9FnPctitDgCfd2xM
g8FeaKbvn9sxkFm8ed5y2iM=
=pvfQ
-END PGP SIGNATURE-



Re: [Samba] Samba panic in encoding

2003-12-10 Thread Nick Slobodsky
 In Samba2.2.8a, the encoding settings are client code page = 850 and
 character set = ISO8859-1. In Samba3.0.1rc1, I use default setting like
 unix charset = UTF8. The Samba server is running under customize RedHat
It seems that the problem is here. You use ISO8859-1 in the UNIX names, but Samba
thinks it's UTF8. Set unix charset to ISO8859-1 or (better) rename the files
to real UTF8.
-- 

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


[Samba] Windows 2000 password change with smbpasswd - login problem

2003-12-10 Thread David Wilson
Hi guys,

How are you ?

My setup is as follows:
Samba-3.0.0 PDC on a Slackware-9.0 box, with mixed N.T. and Windows 2000
clients.

Everything has been running perfectly for months however now, it seems
I've picked up a bit of a weird problem when changing a users password
via smbpasswd. This problem only appears to affect users who log onto
the Samba domain using a Windows 2000 PC.
i.e If I change a password for an N.T. 4.0 user the user merely has to
log out of N.T. and log back on with his new password, everything works
perfectly.
If I change a password for a Windows 2000 user, the user logs off
Windows 2000, tries to login again, but receives and incorrect
username/password error.

Ever come across this before ?
Any assistance would be greatly appreciated.

-- 

Many thanks and kind regards,

David Wilson
D c D a t a
+27 33 3427003
+27 82 4147413
http://www.dcdata.co.za
[EMAIL PROTECTED]

LinuxBox S.A.: Africa's largest free shell provider.
Powered by Linux and DcData - driven by passion !
http://www.linuxbox.co.za

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


[Samba] access controls on shares

2003-12-10 Thread BuSab
hello,

I'm trying to set up a samba serveur with access controls on shares,
like described in chapter 13 section 4 of the samba howto collection,
but I didn't succeed. 

I don't know if I need to set security = DOMAIN, to join the domain
and/or to use winbind.

My server is a simple domain member (the PDC is a NT4 server). I've
tried samba 3.0.0 and 2.2.3a on a debian stable box.

I've tried various configurations, on somes, got an error (access
denied) on the windows box while setting the ACL on the share, on
others, got an access denied trying to access to the share even with
correct ACLs.

Can anybody post a samba smb.conf ready for ACL on shares or explain me
a way to configure it?

-- 
 busab
(sorry for my bad english)

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


[Samba] I have two problem

2003-12-10 Thread Rabea Saffoury
 Hi all
 
 I don't found any documentation that can help me to solve this two problem
 
 1. I want to restrict user concatenation by MAC-ADDRESS.
 
   I try /etc/security/access.conf to do this restrict, but it dose
 not work
 
 2. How can I make the creat only permission, that user can send there file
 to  Network Drive and then they don't have any permission on this file.
 
 I do this by sticky bit and no permission to the user , but still the user
 how creat or send the file can change the file name.

 
 Thanks.
Rabea Saffoury
+972- 4 - 829-7124
 055-597944
The National School For Handassaim Technion
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] can not overwrite files but can delete.

2003-12-10 Thread Greg Whynott
XFS file system,  SAMBA 3.0.0 with acl enabled,  kernel 2.4.21.

Users can create files,  can delete them but can not overwrite them. 
what should I check to see whats happening here?

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


[Samba] Forcing Users to change passwords.

2003-12-10 Thread Ross McInnes (Systems)
Recently we were audited and as part of that they looked at our systems 
and policies etc and produced a report.

As part of that report they mentioned about forcing users to change thier 
passwords every 90 days or so. 

They also mentioned about disabling accounts after 3 login attempts.

Im pretty sure both can be done on NT, but id rather stick with rh and 
samba thanks ever so much.

Can samba does these things? even if its a tinkering kind of job?

Many thanks

Ross McInnes

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


Re: [Samba] XP join and logon

2003-12-10 Thread Ross McInnes (Systems)
1st of all i assume you are joining a domain? since my info below doesnt 
really apply to a workgroup. get to the bit where is allows to to change 
machinename/workgroup and instead of entering the server in workgroup, 
enter it in Domain.
 2nd of all are you adding the machine into the /etc/passwd file? eg.

m6-1$:x:60101:107:Domain account for M6-1:/dev/null:/bin/false

before you are trying to add them?

I had this problem. When it prompted me for the Username/Password 
i was putting in Administrator and its password. I was half right...

create root a smb account, smbpasswd -a root PASSWORD, where PASSWORD 
is your prefered password (note i made mine different to the unix root 
password, so if someone did get hold of the smbpasswd i wouldnt be up the 
creak without a paddle)

then when it prompts you to put in username password, put in root / 
password. it should work fine after that. The only thing i will say is 
that it was weird and seemed to take a random time to join the domain.
some took 5 seconds
some took 20-40 seconds
one even took 2 minutes. Not sure why (anyone shead any light on this?)

Hope this helps.

Ross

On Wed, 10 Dec 2003, I Wayan Widi Pradnyana wrote:

 Hi
 
 My plan is joining XP Pro client to authenticate via Samba 3.0 domain or
 workgroup.
 The problem is the XP client at first login interface didnt show logon
 location like to This Computer and AJK-ITS workgroup, so it cannot
 authenticate to Samba Server.
 
 Any help would be appreciated.
 
 I have configured those machines like these:
 on XP Pro client I've set:
 
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters]
 requiresignorseal=dword:
 signsecurechannel=dword:
 and join workgroup AJK-ITS (but without prompted for username/password?),
 restarting
 
 on Samba I use :
 [global]
 workgroup = AJK-ITS
 server string = Server
 include = /etc/samba/dhcp.conf
 dns proxy = no
 obey pam restrictions = yes
 unix password sync = yes
 security = user
 map to guest = never
 password level = 0
 null passwords = no
 os level = 255
 preferred master = yes
 domain master = yes
 wins support = yes
 dead time = 0
 debug level = 3
 load printers = yes
 #server schannel = yes
 encrypt passwords = yes
 
 socket options = TCP_NODELAY
 domain logons = yes
 netbios name = kunti
 local master = yes
 logon path = \\%n\profiles\%u
 logon drive = Q:
 logon home = \\kunti\%u
 
passdb backend = ldapsam:ldap://10.126.13.88:389/
 ldap suffix = dc=ta,dc=its-sby,dc=edu
 ldap machine suffix = cn=Computers
 ldap user suffix = cn=Users
 ldap admin dn = cn=admin,dc=ta,dc=its-sby,dc=edu
 ldap passwd sync = yes
 obey pam restrictions = yes
 invalid users = root
 
 [netlogon]
path = /var/lib/samba/netlogon
guest ok = yes
writable = no
share modes = no
 

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


RE: [Samba] Samba 3.0.0 nt acl

2003-12-10 Thread Sam Saqr
If I ./configure with just --with-acl-support it seems to have enabled
ACLs on the one machine.  I will reattempt to recompile with
--with-acl-support --with-quotas and see if it still works.  I'm running
Red Hat 8 custom kernel 2.4.21.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of Edd Payne
Sent: Wednesday, December 10, 2003 4:05 AM
To: [EMAIL PROTECTED]
Subject: Re: [Samba] Samba 3.0.0 nt acl

I'm also having problems with ACLs, but on an ext3 file system with the
acl 
patch from http://acl.bestbits.de compiled in to the kernel (which I put
an 
-acl on the end of to make sure I was using the right one). The
configure 
script doesn't seem to recognise the ACL support.

Some output is below - if anything else is needed please let me know :o)

# mount 
/dev/hda2 on mountpoint type ext3 (rw,acl)

# uname -a
Linux hostname 2.4.22-acl #2 Mon Nov 24 14:30:54 GMT 2003 i686 i686
i386 
GNU/Linux

# ./configure --with-quotas --with-acl-support --enable-cups
snip
checking whether to support ACLs... checking for getxattr in -lattr...
no
checking for acl_get_file in -lacl... no
checking for ACL support... no
/snip

Red Hat 9.0 (custom kernel), Samba 3.0.0 (release)

Am I missing some (kernel) headers or is something else going on here?
I'd 
prefer to stick with ext3 if at all possible (part of disaster recovery 
plan)...

Incidentally I can use getfacl to see acls on files in this partition, 
although I haven't tried setting any by hand as I'd rather NT took care
of 
all that.

ta,
edd

On Wednesday 10 Dec 2003 5:19 am, Sam Saqr wrote:
 I've upgraded to Samba 3.0 (samba-3.0.0.tar.bz2) from 2.2.7a and I am
 having troubles with the acl-support.
 I am running xfs with ACLs enabled and ACLs did work on Samba 2.2.7
 I've compiled samba 3 --with-acl-support --with-winbind --with-quotas
 But I still can't get the ACLs to work.  Am I missing something?

-- 
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] Win98 User List Problem

2003-12-10 Thread Fabricio Adorno


Jeremy Allison wrote:

On Tue, Dec 09, 2003 at 01:51:42PM -0200, Fabricio Adorno wrote:
 

Jeremy Allison wrote:

   

On Mon, Dec 08, 2003 at 04:10:50PM -0200, Fabricio Adorno wrote:

 

Hi all,

I'm trying to list users using user level share in windows 98, but I 
always get the folowing message:

[2003/12/08 13:46:51, 1] smbd/ipc.c:api_fd_reply(284)
api_fd_reply: INVALID PIPE HANDLE: 0
[2003/12/08 13:46:51, 2] 
rpc_server/srv_samr_nt.c:_samr_lookup_domain(2540)
Returning domain sid for domain XX- 
S-1-5-21-1305940498-1192644665-829235722
[2003/12/08 13:46:52, 1] smbd/ipc.c:api_fd_reply(284)
api_fd_reply: INVALID PIPE HANDLE: 0
[2003/12/08 13:46:52, 1] smbd/ipc.c:api_fd_reply(284)
api_fd_reply: INVALID PIPE HANDLE: 0

I have looked for an answer in samba-ntdom archives, but I couldn't find 
it.
What's the problem?

I'm using samba-3.0.0.
 

   

It's an erroneous error message. There were 2 bugs w.r.t. this problem,
I think both are fixed for Samba 3.0.1. Please try the latest release
candidate, this should fix the bug.
 

I've just tested samba-3.0.1rc1, and it didn't work.
   

More details - including a debug level 10 log please.

Jeremy.

 

I'm sorry, it works for samba-3.0.1-rc1. It was my fault. I forgot to 
restart windows after change t he server.

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


Re: [Samba] How much space is needed to install samba??

2003-12-10 Thread rruegner
Hi, depends on what you wanna do with samba
 
- Original Message - 
From: Alex Chu [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 10, 2003 7:56 AM
Subject: [Samba] How much space is needed to install samba??


 
 Dear samba support team,
 
 I'm very interested to use samba for communication
 between my windows and unix machine.
 May I know how much space is needed to install samba?
 Thanks in advance for your great reply.
 
 Regards,
 Alex
 
 
 ---
 This is a PRIVATE message. If you are not the intended recipient,
 please delete without copying and kindly advise us by e-mail of
 the mistake in delivery. NOTE: Regardless of content, this e-mail
 shall not operate to bind CSAM to any order or other contract
 unless pursuant to explicit written agreement or government
 initiative expressly permitting the use of e-mail for such purpose.
 ---
 -- 
 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] XP join and logon

2003-12-10 Thread I Wayan Widi Pradnyana
 After detail readings on Samba Doc, at XP's change domain dialog I should
fill the DOMAIN textfield. After filling and then asked for domain admin
username/pwd, but it results The parameter is incorrect.
As add info, I used ldap+smb query was :

kunti:/home/widi# ldapsearch -x 'uid=root'
# extended LDIF
#
# LDAPv3
# base  with scope sub
# filter: uid=root
# requesting: ALL
#

# root, Users, ta.its-sby.edu
dn: uid=root,cn=Users,dc=ta,dc=its-sby,dc=edu
sambaSID: S-0-0-1000
sambaPrimaryGroupSID: S-0-0-1001
displayName: root
sambaPwdCanChange: 1071067311
sambaPwdMustChange: 2147483647
sambaLMPassword: B705F7DC7EBE22D9093867073ED9B083
sambaNTPassword: AE89347BB397A8D0B1E27E6EF8582B8F
sambaPwdLastSet: 1071067311
sambaAcctFlags: [U  ]
objectClass: sambaSamAccount
objectClass: account
uid: root
cn: root

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1

Are there something wrong?
I've read Samba-doc, to join domain should by user which uid is 0?
but why 'smbpasswd -a root' create entry with 'uid=root'?

Thanks

 1st of all i assume you are joining a domain? since my info below doesnt
 really apply to a workgroup. get to the bit where is allows to to change
 machinename/workgroup and instead of entering the server in workgroup,
 enter it in Domain.
  2nd of all are you adding the machine into the /etc/passwd file? eg.

 m6-1$:x:60101:107:Domain account for M6-1:/dev/null:/bin/false

 before you are trying to add them?

 I had this problem. When it prompted me for the Username/Password
 i was putting in Administrator and its password. I was half right...

 create root a smb account, smbpasswd -a root PASSWORD, where PASSWORD
 is your prefered password (note i made mine different to the unix root
 password, so if someone did get hold of the smbpasswd i wouldnt be up the
 creak without a paddle)

 then when it prompts you to put in username password, put in root /
 password. it should work fine after that. The only thing i will say is
 that it was weird and seemed to take a random time to join the domain.
 some took 5 seconds
 some took 20-40 seconds
 one even took 2 minutes. Not sure why (anyone shead any light on this?)

 Hope this helps.

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


Re: [Samba] XP join and logon

2003-12-10 Thread Ross McInnes (Systems)
Thats right, change the domain field to be the name of your domain/server.

the problem then is to add your machine to the samba server it needs to 
use a smb account with the correct permissions to do so.

I dont know if an account can be modified to work but root is an account 
that will work. The problem is root is not part or smbpasswd or rather it 
doesnt have an account with samba.

to add it to samba smbpasswd -a root will do so. then change the 
smbpassword for root to whatever password you want.

once you have this done you will then have an account with the correct 
permissions to add your computer to the domain.

Ross

On Wed, 10 Dec 2003, I Wayan Widi Pradnyana wrote:

  After detail readings on Samba Doc, at XP's change domain dialog I should
 fill the DOMAIN textfield. After filling and then asked for domain admin
 username/pwd, but it results The parameter is incorrect.
 As add info, I used ldap+smb query was :
 
 kunti:/home/widi# ldapsearch -x 'uid=root'
 # extended LDIF
 #
 # LDAPv3
 # base  with scope sub
 # filter: uid=root
 # requesting: ALL
 #
 
 # root, Users, ta.its-sby.edu
 dn: uid=root,cn=Users,dc=ta,dc=its-sby,dc=edu
 sambaSID: S-0-0-1000
 sambaPrimaryGroupSID: S-0-0-1001
 displayName: root
 sambaPwdCanChange: 1071067311
 sambaPwdMustChange: 2147483647
 sambaLMPassword: B705F7DC7EBE22D9093867073ED9B083
 sambaNTPassword: AE89347BB397A8D0B1E27E6EF8582B8F
 sambaPwdLastSet: 1071067311
 sambaAcctFlags: [U  ]
 objectClass: sambaSamAccount
 objectClass: account
 uid: root
 cn: root
 
 # search result
 search: 2
 result: 0 Success
 
 # numResponses: 2
 # numEntries: 1
 
 Are there something wrong?
 I've read Samba-doc, to join domain should by user which uid is 0?
 but why 'smbpasswd -a root' create entry with 'uid=root'?
 
 Thanks
 

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


[Samba] VPN and Samba

2003-12-10 Thread Thiago Lima

Hi,

I'm using samba in my local network as master brownser and wins
server. 

When I'm connected directly in my network I can just brownse thru
all my workgroups with no problem, but when I'm thru VPN (freeswan
ipsec+l2tp using ips in the same network and sendind the wins server
thru pppd) I can't brownse thru the network.

If I know the machine name I can access it using \\machine, but
brownsing just don't work. It only shows me the road warrior machine.


The road warrior client is a XP Pro.

Any tips?

regards
thiago lima.


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


Re: [Samba] samba3.0.1.pre3 and samba3.0.1rc1

2003-12-10 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kastl, Robert wrote:
|
| I tried it with samba3.0.1.pre3 and samba3.0.1rc1
...
| [2003/12/09 09:12:42, 0] smbd/sec_ctx.c:initialise_groups(203)
|   Unable to initgroups. Error was Eingabe-/Ausgabefehler
This is normally caused by being a member in more than 32 groups.



ciao, jerry
~ --
~ Hewlett-Packard- http://www.hp.com
~ SAMBA Team -- http://www.samba.org
~ GnuPG Key   http://www.plainjoe.org/gpg_public.asc
~ If we're adding to the noise, turn off this song --Switchfoot (2003)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/1ywfIR7qMdg1EfYRAgeHAJ0Y7thMUSP1WP6jMHlRJtKJ/ldDXQCgis4m
lYTjPmfbW0U6JR31r6vj9DU=
=TfOt
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba on AIX

2003-12-10 Thread Jean-Yves LENHOF
Hi guys,

I've a strange thing on using Samba on AIX 5.1 (version from the IBM
toolbox).
Samba is working quite well. But each time a user is connecting a samba
share on the windows host I've this type of message in the
/var/adm/syslog/daemon.log...
Dec 10 10:50:25 pnortix secldapclntd: Failed to search 541145906 from the
LDAP server.
The number here seem to change from a session to another even from the
same user on the same windows machine.
The only thing I can think is the user unix nobody which is used on the
beginning of a samba connection its number is quite large 4294967294
My config file

smb.conf file (name of machine  IP were changed)
-

[global]
workgroup = NOMWORKGROUP
netbios name = MAMACHINE
interfaces = x.y.z.0/255.255.255.0 127.0.0.1
bind interfaces only = Yes
security = SERVER
encrypt passwords = Yes
map to guest = Bad User
password server = servernameofwindowsPDC
username map = /etc/smbusermap
lanman auth = No
log level = 3
log file = /var/spool/samba/log.%m
printcap name = /etc/printcap
mangled stack = 100
local master = No
wins server = ipadressofwinsserver
guest account =
printing = bsd

[log$]
path = /chemin
valid users = user1 user2 user3 user4
force user = loguser
read only = No

/usr/lib/security/methods.cfg :


LDAP:
program = /usr/lib/security/LDAP
program_64 =/usr/lib/security/LDAP64

NIS:
program = /usr/lib/security/NIS

DCE:
program = /usr/lib/security/DCE


Have you an idea of what is happening ?

If you need further information, please ask

Regards,

PS : - Please cc me as I'm not on the list
 - Please excuse my poor english, I'm a french guy


-- 
Jean-Yves LENHOF
http://www.lenhof.eu.org
[EMAIL PROTECTED]



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


[Samba] too many users?

2003-12-10 Thread Leandro Ariel Gomez Chavarria

Hi all, I'm running in my production enviroment Samba 2.2.8a-0 using
security =
domain in a RH9 box and I start to find error messages in log files
like
that:

[2003/12/10 11:47:11, 0] smbd/service.c:make_connection(599)
  spmatscl11 (10.5.108.10) Can't change directory to
/home/CENCOSUD/Chile/Users/cestay
 (Permission denied)
[2003/12/10 11:47:11, 1] smbd/password.c:add_session_user(367)
  Too many session users?? 
[2003/12/10 11:47:11, 0] smbd/service.c:make_connection(599)
  spmatscl11 (10.5.108.10) Can't change directory to
/home/CENCOSUD/Chile/Users/cestay
 (Permission denied)
[2003/12/10 11:47:11, 1] smbd/password.c:add_session_user(367)
  Too many session users?? 

directory permisions are OK ( the entire path) and authentication
works
fine, actually users are mapping another resource. I have now 850
sessions, I think that CAN'T be TOO many, isn't? I'm planning to have
close to 4000 users !!! in the next months.

I never asked to my self about these limits (sessions/connections,
open
files, quantity of shares - I have many and I'm planning to make more
-),
someone know wich these limits are?

regards, Leandro.-

PD: I'll be upgrading to Samba 3 in the next weeks, because the idmap =
ldap
feature.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Machine password change failed: stub received bad data

2003-12-10 Thread Jerry Haltom
DId you receive the traffic dump?

On Tue, 2003-12-09 at 12:35, Jeremy Allison wrote:
 On Tue, Dec 09, 2003 at 12:35:29PM -0600, Jerry Haltom wrote:
  Samba 3.0 PDC, Windows 2k SP4 clients. After talking with you in the
  channel I had a bunch of logs. I don't see anything strange... but I
  don't know what to look for. I have an etherreal dump of the
  conversation between the two boxes, and have isolated hte
  NETSERVERPASSWORDSET request and reply. Don't know what to do with them
  though. Want the data?
 
 Yes please ! That sounds like a call we don't support right now...
 
 Jeremy.
-- 
Jerry Haltom [EMAIL PROTECTED]
Feedback Plus, Inc.


signature.asc
Description: This is a digitally signed message part
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] winbindd probs w/ Samba 3.0 ADS

2003-12-10 Thread Matt McParland
Hello,

I'm using samba 3.0.0.

Win2k clients on my network can access their fileshares without entering 
their username/password as long as their username and password exist in 
smbpasswd on the Samba server.  Now I'm trying to have that information 
grabbed from ADS so that their passwords are kept synchronized but am 
having problems with winbindd.

winbindd is running but I get nothing from 'wbinfo -u' and 'getent passwd' 
just returns what's in /etc/passwd. 'wbinfo -u' generates a bunch of SMB, 
DCERPC, LDAP and RPC_NETLOGON traffic if I do a tcpdump, but I'm not sure 
what a successful sequence would look like.

[EMAIL PROTECTED] pam.d]# wbinfo -p
Ping to winbindd succeeded on fd 4
[EMAIL PROTECTED] pam.d]# wbinfo -u
Error looking up domain users


Results of a 'kinit' on same machine (not sure if relevant):

[EMAIL PROTECTED] samba]$ kinit
Password for [EMAIL PROTECTED]: 
[EMAIL PROTECTED] samba]$ ls -l /tmp/k*
-rw---1 mcparlandm mcparlandm 1296 Dec 10 11:28 /tmp/krb5cc_531


Selected contents of nsswitch.conf:

passwd: files winbind
shadow: files
group:  files winbind


Contents of smb.conf:

[global]
workgroup = DEV
realm = DEV.CA
server string = Dev File Server
security = ADS
password server = onncrx1
log level = 10
log file = /var/log/samba/%m.log
max log size = 0
preferred master = No
local master = No
domain master = No
enhanced browsing = No
dns proxy = No
idmap uid = 1-2
idmap gid = 1-2
winbind use default domain = Yes


From winbindd.log:

[2003/12/10 11:38:43, 6] nsswitch/winbindd.c:new_connection(340)
  accepted socket 16
[2003/12/10 11:38:43, 10] nsswitch/winbindd.c:winbind_client_read(455)
  client_read: read 1568 bytes. Need 0 more for a full request.
[2003/12/10 11:38:43, 10] nsswitch/winbindd.c:process_request(305)
  process_request: request fn INTERFACE_VERSION
[2003/12/10 11:38:43, 3] 
nsswitch/winbindd_misc.c:winbindd_interface_version(231)
  [24138]: request interface version
[2003/12/10 11:38:43, 10] nsswitch/winbindd.c:client_write(502)
  client_write: wrote 1300 bytes.
[2003/12/10 11:38:43, 10] nsswitch/winbindd.c:winbind_client_read(455)
  client_read: read 1568 bytes. Need 0 more for a full request.
[2003/12/10 11:38:43, 10] nsswitch/winbindd.c:process_request(305)
  process_request: request fn WINBINDD_PRIV_PIPE_DIR
[2003/12/10 11:38:43, 3] 
nsswitch/winbindd_misc.c:winbindd_priv_pipe_dir(267)
  [24138]: request location of privileged pipe
[2003/12/10 11:38:43, 10] nsswitch/winbindd.c:client_write(502)
  client_write: wrote 1300 bytes.
[2003/12/10 11:38:43, 10] nsswitch/winbindd.c:client_write(547)
  client_write: need to write 37 extra data bytes.
[2003/12/10 11:38:43, 10] nsswitch/winbindd.c:client_write(502)
  client_write: wrote 37 bytes.
[2003/12/10 11:38:43, 10] nsswitch/winbindd.c:client_write(536)
  client_write: client_write: complete response written.
[2003/12/10 11:38:43, 6] nsswitch/winbindd.c:new_connection(340)
  accepted socket 20
[2003/12/10 11:38:43, 10] nsswitch/winbindd.c:winbind_client_read(455)
  client_read: read 0 bytes. Need 1568 more for a full request.
[2003/12/10 11:38:43, 5] nsswitch/winbindd.c:winbind_client_read(462)
  read failed on sock 16, pid 24138: EOF
[2003/12/10 11:38:43, 10] nsswitch/winbindd.c:winbind_client_read(455)
  client_read: read 1568 bytes. Need 0 more for a full request.
[2003/12/10 11:38:43, 10] nsswitch/winbindd.c:process_request(305)
  process_request: request fn LIST_USERS
[2003/12/10 11:38:43, 3] nsswitch/winbindd_user.c:winbindd_list_users(585)
  [24138]: list users
[2003/12/10 11:38:43, 10] nsswitch/winbindd_cache.c:refresh_sequence_number(342)
  refresh_sequence_number: DEV time ok
[2003/12/10 11:38:43, 10] nsswitch/winbindd_cache.c:refresh_sequence_number(367)
  refresh_sequence_number: DEV seq number is now -1
[2003/12/10 11:38:43, 10] nsswitch/winbindd.c:client_write(502)
  client_write: wrote 1300 bytes.
[2003/12/10 11:38:43, 10] nsswitch/winbindd.c:winbind_client_read(455)
  client_read: read 0 bytes. Need 1568 more for a full request.
[2003/12/10 11:38:43, 5] nsswitch/winbindd.c:winbind_client_read(462)
  read failed on sock 20, pid 24138: EOF


-- 
Matt McParland



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


[Samba] you'd better fix this before releasing 3.0.1

2003-12-10 Thread trogl
Solaris 2.6 gcc 2.95.3

Compiling tdb/tdbbackup.
Linking bin/tdbbackup
Undefinedfirst referenced
Symbol   in file
smb_snprintf  tdb/tdbackup.o

I thought we'd fixed this already.

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


Re: [Samba] SOLVED samba - sql server authentication

2003-12-10 Thread McKeever Chris
In my conversion to a samba backend, I changed the services that sql ran under to the 
machine administrator.  This is what caused my 
attaching to remote fileshares to fail.  The jobs need to be set to sa in order to run 
because of some issue with it not finsing the correct 
username/group when doing a domain lookup via the job-agent.  This is something that 
2000 Native Authentication has an issue with as well, 
so all the how-tos pointed to creating a pre-2000 user group configuration..which I 
dont think is possible with the samba setip

but this work around does the trick

thanks


On Tue, 9 Dec 2003 23:00 , McKeever Chris [EMAIL PROTECTED] sent:


On Tue, 9 Dec 2003 14:18 , McKeever Chris [EMAIL PROTECTED] sent:

samba 2.2.8a/LDAP backend
Red Hat 7.3
Windows 2000 server, connected to the samba controlled domain
Sql Server 7.0


It seems that my sql server does not want to run scheduled jobs as a domain user, I 
am needing to do this for a network share that I am 
saving to, otherwise I would just run as SA

Error from sql server:
The job failed.  Unable to determine if the owner (PRUPREF.COM\Administrator) of job 
Transaction Log Backup Job for DB Maintenance 
Plan 'Morning Database Backup' has server access (reason: Could not obtain 
information about Windows NT 
group/user 'PRUPREF.COM\Administrator'. [SQLSTATE 42000] (Error 8198)).

I have turned the samba debuglevel up to 10, and I can see where it fails, but I am 
not sure why.  Administrator is a proper username, and 
it 
logs into the domain no problem.  It is almost like the NT password is not correct, 
this happens for any account I use, same error. 
I have marked the failure location below

I am able to log into the machine using the domain accoutn and password no problem

Any ideas?  Thanks
Chris


SAMBA LOG:
[2003/12/09 14:02:51, 6] param/loadparm.c:lp_file_list_changed(2302)
  lp_file_list_changed()
  file /etc/samba/smb.conf - /etc/samba/smb.conf  last mod_time: Tue Dec  9 
 13:52:49 2003
  
[2003/12/09 14:02:51, 5] passdb/pdb_ldap.c:ldap_open_connection(122)
  ldap_open_connection: starting...
[2003/12/09 14:02:51, 10] passdb/pdb_ldap.c:ldap_open_connection(148)
  Initializing connection to ldap.prupref.com on port 389
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:ldap_open_connection(186)
  StartTLS issued: using a TLS connection
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:ldap_open_connection(217)
  ldap_open_connection: connection opened
[2003/12/09 14:02:51, 0] passdb/pdb_ldap.c:ldap_connect_system(315)
  ldap_connect_system: Binding to ldap server as cn=root,dc=prupref,dc=com
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:ldap_connect_system(331)
  ldap_connect_system: succesful connection to the LDAP server
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:ldap_search_one_user(343)
  ldap_search_one_user: searching 
 for:[((uid=administrator)(objectclass=sambaAccount))]
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:get_single_attribute(441)
  get_single_attribute: [uid] = [administrator]
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:init_sam_from_ldap(576)
  Entry found for user: administrator
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:get_single_attribute(441)
  get_single_attribute: [pwdLastSet] = [1068626880]
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:get_single_attribute(441)
  get_single_attribute: [logonTime] = [0]
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:get_single_attribute(441)
  get_single_attribute: [logoffTime] = [2147483647]
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:get_single_attribute(441)
  get_single_attribute: [kickoffTime] = [2147483647]
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:get_single_attribute(441)
  get_single_attribute: [pwdCanChange] = [0]
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:get_single_attribute(441)
  get_single_attribute: [pwdMustChange] = [2147483647]
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:get_single_attribute(441)
  get_single_attribute: [cn] = [administrator administrator]
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:get_single_attribute(435)
  get_single_attribute: [homeDrive] = []
[2003/12/09 14:02:51, 5] passdb/pdb_ldap.c:init_sam_from_ldap(626)
  homeDrive fell back to 
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:get_single_attribute(435)
  get_single_attribute: [smbHome] = []
[2003/12/09 14:02:51, 4] lib/substitute.c:automount_server(183)
  Home server: prupref-ldap
[2003/12/09 14:02:51, 5] passdb/pdb_ldap.c:init_sam_from_ldap(635)
  smbHome fell back to \\prupref-ldap\administrator
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:get_single_attribute(435)
  get_single_attribute: [scriptPath] = []
[2003/12/09 14:02:51, 5] passdb/pdb_ldap.c:init_sam_from_ldap(644)
  scriptPath fell back to 
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:get_single_attribute(435)
  get_single_attribute: [profilePath] = []
[2003/12/09 14:02:51, 5] passdb/pdb_ldap.c:init_sam_from_ldap(653)
  profilePath fell back to 
[2003/12/09 14:02:51, 2] passdb/pdb_ldap.c:get_single_attribute(435)
  get_single_attribute: [description] = []

Re: [Samba] you'd better fix this before releasing 3.0.1

2003-12-10 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[EMAIL PROTECTED] wrote:
| Solaris 2.6 gcc 2.95.3
|
| Compiling tdb/tdbbackup.
| Linking bin/tdbbackup
| Undefinedfirst referenced
| Symbol   in file
| smb_snprintf  tdb/tdbackup.o
|
| I thought we'd fixed this already.
We have  (from the Makefile):

~  TDBBACKUP_OBJ = tdb/tdbbackup.o tdb/tdbback.o lib/snprintf.o \
~^^
$(TDBBASE_OBJ)
What version are you compiling?  I wonder if you have a
mixed up cvs tree.  3.0.1rc1 compiles fine on Solaris 8
with gcc 2.95.3




ciao, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/11+LIR7qMdg1EfYRApMgAKDXYt+IH8fjFbUWxWt1cNb5YNWKeACbBSGi
ECwTGJojorcZ0aHsea//a0w=
=ZLfO
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] AIX 5.1 upgrade

2003-12-10 Thread Yun Shieh
  To Whom It May Concern:
  
   We have been happily running Samba 2.0.6 on AIX 4.3.3 
  environments the last 3 years.  The AIX 5.1 upgrade was done 2 
  days ago and we are running into problems with the user groups 
  limit.
  
   If a AIX user has more than 32 groups attach to it's 
  operating system user account, Samba denied all access to any 
  file shares.  Even the NET VIEW //OMRX15 query command failed 
  from NT 4.0 servers.
  
   According to IBM, AIX 5.1 has a limit of 64 groups per user 
  and AIX 4.3.3 has a limit of 32 groups per user.  The group limit 
  is not enforced in AIX 4.3.3 but it is restricted 64 groups per 
  user in AIX 5.1 now.  Currently, the Samba 2.0.6 limit is 32 
  groups per user on AIX 5.1.  Can you help me to resolve the group 
  limit problem?
  
  
   Sharon Shieh
  
   
  
   



IMPORTANT NOTICE: This e-mail is meant for the use of the intended recipient.
It may contain confidential information which is, or may be, legally 
privileged or otherwise protected by law from further disclosure. If you have 
received this message in error or believe that you are not the intended 
recipient you are strictly prohibited from using, disseminating, distributing 
or copying the e-mail. You are also directed to forward this e-mail to: 
[EMAIL PROTECTED] and delete it from your system.

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


Re: [Samba] you'd better fix this before releasing 3.0.1

2003-12-10 Thread trogl
I'm doing this off a fresh samba.3.0.1pre1.tar.gz downloaded yesterday.

gcc 2.95.3
PATH=/usr/bin:/usr/local/bin:/usr/sbin:/usr/ccs/bin:/usr/ucb

Some idiosyncracies in ./configure were found.  The following were present but cannot 
be compiled

netinet/ip.h
security/pam_module.h
net/if.h

it also warned about ldap, but I'm linking to an NT network, not ADS.

 
 We have  (from the Makefile):
 
 ~  TDBBACKUP_OBJ = tdb/tdbbackup.o tdb/tdbback.o lib/snprintf.o   \
 ~^^
   $(TDBBASE_OBJ)

I have:

TDBBACKUP_OBJ = tdb/tdbbackup.o tdb/tdbback.o $(TDBBASE_OBJ)


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


RE: [Samba] you'd better fix this before releasing 3.0.1

2003-12-10 Thread daniel . jarboe
Do you really mean pre1 or did you mean rc1?  Rc1 is newer than pre1.

 I'm doing this off a fresh samba.3.0.1pre1.tar.gz downloaded 
 yesterday.










---

This message is the property of Time Inc. or its affiliates. It may be
legally privileged and/or confidential and is intended only for the use
of the addressee(s). No addressee should forward, print, copy, or
otherwise reproduce this message in any manner that would allow it to be
viewed by any individual not originally listed as a recipient. If the
reader of this message is not the intended recipient, you are hereby
notified that any unauthorized disclosure, dissemination, distribution,
copying or the taking of any action in reliance on the information
herein is strictly prohibited. If you have received this communication
in error, please immediately notify the sender and delete this message.
Thank you.

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


Re: [Samba] you'd better fix this before releasing 3.0.1

2003-12-10 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[EMAIL PROTECTED] wrote:
| I'm doing this off a fresh samba.3.0.1pre1.tar.gz downloaded yesterday.
Downloaded from where ?  That's still pretty old.  at
least a month.  3.0.1rc1 was released on 12/4.
| I have:
|
| TDBBACKUP_OBJ = tdb/tdbbackup.o tdb/tdbback.o $(TDBBASE_OBJ)
This is fixed in recent preview releases.  Grab 3.0.1rc1.



cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/14iRIR7qMdg1EfYRAm1PAJ9PcHgPkasiVvdaxQ6HhUIguvXFPgCdHi60
mADIomRvM0uJYL5nlf2OUCU=
=4Fep
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] SOLVED Samba 3.0.0, CUPS support - Unable to open printcap file cups for read!

2003-12-10 Thread Fran Fabrizio
I'm still having print problems.  I'm beginning to wonder if it's my
version of CUPS rather than Samba.  When I print from my Windows Samba
clients, the job shows up in the /var/spool/cups directory, and CUPS web
admin says the job completed, but it never prints anything.  Same thing
from linux samba clients works fine (i.e. if I do 'smbclient
//ds119b/myprinter' and then 'print /etc/printcap', it works fine).  

 CUPS works fine for me here.  No dummy printcap needed.  Something 
 else is funny with that configuration.

What version of CUPS?  I have the following RPMs:

cups-devel-1.1.17-13.3.0.3
cups-1.1.17-13.3.0.3
cups-libs-1.1.17-13.3.0.3

Samba 3.0.0 built from source, all standard config settings, on Redhat
9.

My entire smb.conf (mostly based off of the samples in the O'Reilly
book):

[global]
  netbios name = ds119b
  workgroup = CISSAMBADOMAIN
  wins support = yes
  encrypt passwords = yes
  domain master = yes
  local master = yes
  preferred master = yes
  os level = 65
  security = user
  domain logons = yes

  ; roaming profile support
  logon path = \\%L\profiles\%u\%m
  logon script = logon.bat

  logon drive = H:
  logon home = \\%L\%u\.win_profile\%m

  time server = yes
  
  ; script for adding users
  add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false
-M %u
  add machine script = /usr/sbin/useradd -d /dev/null -g 100 -s
/bin/false -M %u

  # print support
  printing = cups
  printcap name = /etc/printcap
  load printers = yes

[printers]
  comment = All Printers
  path = /var/spool/samba
  browseable = no
  public = yes
  guest ok = yes
  writable = no
  printable = yes
  printer admin = root, @ntadmins

[netlogon]
  path = /usr/local/samba/lib/netlogon
  writable = no
  browsable = no
  write list = root fran

[profiles]
  path = /home/samba-ntprof
  browsable = no
  writable = yes
  create mask = 0600
  directory mask = 0700

[homes]
  read only = no
  browsable = no
  guest ok = no
  map archive = yes






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


[Samba] Opposite of veto files?

2003-12-10 Thread daniel . jarboe
Is there an opposite of the veto files parameter, i.e. to only allow
specific filenames to be written and deny everything else?  It looks
like veto files supports ? and * wildcards, but everything else is taken
literally so negation is not possible, and I didn't see any other
parameters that would do the trick.

~ Daniel













---

This message is the property of Time Inc. or its affiliates. It may be
legally privileged and/or confidential and is intended only for the use
of the addressee(s). No addressee should forward, print, copy, or
otherwise reproduce this message in any manner that would allow it to be
viewed by any individual not originally listed as a recipient. If the
reader of this message is not the intended recipient, you are hereby
notified that any unauthorized disclosure, dissemination, distribution,
copying or the taking of any action in reliance on the information
herein is strictly prohibited. If you have received this communication
in error, please immediately notify the sender and delete this message.
Thank you.

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


[Samba] Debian + Samba 3.0 + Mac OS X 10.[2-3] - insufficient privileges

2003-12-10 Thread Deim Agoston
hi all,

I've read trough the list and see discussions with similar problems.
I've setup a file server and users can connect to it via SMB/CIFS.
Windows users just happy. The problem starts with the Mac users.
All Mac users are using OS X (versions 10.2,10.3).
I'm vetoing several files right now, permission inheriting turned on,
I've forced the create mode and directory mode to 0777 and has force
group = users option.

There's no problem when I create a folder, copy a file through Finder.
But when I copy a folder which has sub-folders and files under
sub-folders I got the strange Insufficient privilege error.

This causes much headache to me. There's no option: users want to use
Finder - and they are right - and not Terminal.

Anyone has found a solution to this very embarassing problem?
Maybe 3.0.1rc1 helps? It's a _production_ server. I wouldn't like to
lose more than 100 gigs of data.

Bye,
Ago
---
Deim goston
LSC Linux Support Center Kft.
e-mail: [EMAIL PROTECTED]
Tel/fax:06-1/341-0457
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: RE: [Samba] you'd better fix this before releasing 3.0.1

2003-12-10 Thread trogl
Yeah, I suppose that would help.

*bangs head against wall, then shoots himself*

 Do you really mean pre1 or did you mean rc1?  Rc1 is newer than pre1.
 


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


Re: [Samba] Debian + Samba 3.0 + Mac OS X 10.[2-3] - insufficient privileges

2003-12-10 Thread Philip Edelbrock
Ah, yeah, it's the .DS_Store files that are causing the trouble for 
you.  They get written when copying folders to the server, so if you 
veto them you get that odd error in OS-X.  Curiously, you can delete 
those files later w/o hurting things (I think you lose any file 
comments), but you can't veto them.

I noticed that you also reference files created from Netatalk 
(:2eDS_Store, .AppleDouble, etc.).  Be careful with using Netatalk with 
Samba.  You'll end up with files with two (but independant) resource 
forks as well as incompatible file namings.  That can spell disaster 
when you try to have OS-X (via SMB) and OS-9 (via AFP) clients working 
on the same files.

Take a look at the Baltra patch for Netatalk (http://www.baltra.org) it 
was written specificly to use Netatalk and Samba together in a mixed 
environment with OS-9 and OS-X clients (as well as Windows and other 
Unix machines).

The relevent part of my smb.conf looks like this:

unix charset = UTF8
unicode = yes
dos charset = ASCII
encrypt passwords = yes
veto files = /Temporary Items/Network Trash 
Folder/TheFindByContentFolder/TheVolumeSettingsFolder/
delete veto files = yes

I don't have an explicit parameter for 'hide dot files' and it looks 
like that setting is 'yes' by default, so I guess I am hiding them.  
That makes sense since they don't show up on Windows or Mac clients, but 
they are accessable.  I used 'dos charset = ASCII' to prevent OS-X from 
copying files with some bad chars (like ? and /) to the server.  Make 
sure you have people use some sane naming on their files or else they 
may get some error when trying to name or copy files on the server.

My Samba, btw, is running tandom with Netatalk-1.6.4-Baltra.

Good luck!

Phil

Deim Agoston wrote:

Philip Edelbrock [EMAIL PROTECTED] irta:
 

I've had some luck with OS-X and Samba 3.x.  What you are probably 
running into is the file server blocking either the .DS_Store files 
(OS-X tries to put one in each directory) or the resource forks of files 
(._filename).  You will get these strange privilege errors in these 
cases.  Does this ring any bells?
   

Aye, I'm vetoing the files .DS_Store, 2DS_Store, .AppleDouble etc.
Hmm. I've have a good chance that if it works the users will start to
complain that they don't want to see that files. Maybe some of them -
the power users with big ego - will delete them as a proof on concept
that MacOS 9 with AFP and with Mac servers would be a better choice.
Did you turned on the hide dot files option?
What codepage do you use? I've used cp850 and utf8 as unix charset and
display to be compatible with everything. Thanks your help,
Ago

---
Deim goston
LSC Linux Support Center Kft.
e-mail: [EMAIL PROTECTED]
Tel/fax:06-1/341-0457
 

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


RE: [Samba] can not overwrite files but can delete.

2003-12-10 Thread daniel . jarboe
 XFS file system,  SAMBA 3.0.0 with acl enabled,  kernel 2.4.21.
 
 Users can create files,  can delete them but can not overwrite them. 
 what should I check to see whats happening here?

If users cannot overwrite their OWN files, it is probably a default acl
gone wrong or an overly-restrictive creation mask.  If users cannot
overwrite files other users write, then it's probably the opposite (you
need a loose default acl, or a generous force create mask).

Showing any lines in smb.conf that affect file/directory mask or acl's
would be useful, along with the output of getfacl [filename] for one
of the files in question.

 
 thanks!
 greg

~ Daniel






---

This message is the property of Time Inc. or its affiliates. It may be
legally privileged and/or confidential and is intended only for the use
of the addressee(s). No addressee should forward, print, copy, or
otherwise reproduce this message in any manner that would allow it to be
viewed by any individual not originally listed as a recipient. If the
reader of this message is not the intended recipient, you are hereby
notified that any unauthorized disclosure, dissemination, distribution,
copying or the taking of any action in reliance on the information
herein is strictly prohibited. If you have received this communication
in error, please immediately notify the sender and delete this message.
Thank you.

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


[Samba] Add Printer Wizard Plus CUPS

2003-12-10 Thread Jeffrey M. Hardy
I'm having some problems with our Samba Add-Printer-Wizard setup and
CUPS.  Everything is working fine (drivers upload, download, configured)
except for one thing.  Both my addprinter and deleteprinter scripts are
forced to restart Samba in order to successfully complete their
respective adding and deleting.  Because of this, sometimes Samba will
not come back up correctly.

I read that normally Samba will re-read smb.conf and pick up any printer
entries and complete the process.  However, when dealing with CUPS as
the printing subsystem, the printers are stored separately in (usually)
/etc/cups/printers.conf.  If I do not restart Samba during this process,
the client receives an Access denied error message.  Is there a way to
get Samba to read the CUPS printers conf info without restarting Samba? 
Thank you.

CUPS 1.1.19
Samba 3.0
Red Hat 8.0

-- 
Jeff Hardy
System Administrator
SUNY Potsdam
[EMAIL PROTECTED]

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


[Samba] User may Log On To These Workstations does not work

2003-12-10 Thread Eddie
When I set (through UserMgr) a list of workstations onto which a specific
user may log on to, that user can no longer access the shares of any samba
domain member (the user can still access the shares of the Samba machine
acting as our PDC).  After playing around and reproducing this with another
Samba domain member, I realized that it might have to do with the fact that
Samba appears (at least in the ServerMgr) as an NT Server and not as an NT
workstation.  Thus, restricting the workstations to which a user may log
on may prevent them from logging onto the samba servers altogether.

So my questions are as follows.

1. Is there a workaround for this problem?
2. Is there a way to force Samba to present itself as a workstation and not
a server (assuming that this would fix the problem)?
3. Is this problem one that has already been identified (and is thus being
worked on)?

Thanks
--
Eddie



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


[Samba] Character set conversion problems with 3.0

2003-12-10 Thread John P. Nelson
I've just compiled Samba 3.0.0 on a Solaris 8 system (gcc, if it
matters), and whenever I run anything from the samba suite, I get a
series of error message about character set conversions:

Conversion from UCS-2LE to CP850 not supported
Conversion from UTF8 to CP850 not supported
...

and about 10 more, all involving CP850 (the standard DOS codepage,
presumably).  Now, obviously I've misconfigured something (iconv?),
either at compile time or at run time.  Do I need to recompile to fix
this, or is it something I need to do in the smb.conf or other
control file?

I don't really care about character conversions - I'm happy to let
Samba do whatever the default thing is, if I could just get it to
shut up.

Any ideas?

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


[Samba] Excel doesn't open read-only files on SAMBA share

2003-12-10 Thread Murthy Kambhampaty
Samba version: Samba 3.0 rebuild from SRPM on RedHat 8.0 w/XFS.


I ran into this problem (which sounds a lot like Bugzilla Bug 51) when
copying files from a CD-ROM to a Samba share on a W2K client.
Double-clicking on the file name in an Explorer window gives the file not
found error, but File-Open from Excel, and double-clicking the the filename
in the file-open dialog-box works fine. The filenames all seem to be in
plain English, though some have spaces and hyphens, so the non-ASCII
characters issue doesn't seem to be present here?

Removing the read-only flag from the client-side (the user has full
permissions on the folder and contents) fixed the problem.

It's low priority, of course, but it would be nice to see this fixed.

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


Re: [Samba] Excel doesn't open read-only files on SAMBA share

2003-12-10 Thread Jeremy Allison
On Wed, Dec 10, 2003 at 06:21:21PM -0500, Murthy Kambhampaty wrote:
 Samba version: Samba 3.0 rebuild from SRPM on RedHat 8.0 w/XFS.
 
 
 I ran into this problem (which sounds a lot like Bugzilla Bug 51) when
 copying files from a CD-ROM to a Samba share on a W2K client.
 Double-clicking on the file name in an Explorer window gives the file not
 found error, but File-Open from Excel, and double-clicking the the filename
 in the file-open dialog-box works fine. The filenames all seem to be in
 plain English, though some have spaces and hyphens, so the non-ASCII
 characters issue doesn't seem to be present here?
 
 Removing the read-only flag from the client-side (the user has full
 permissions on the folder and contents) fixed the problem.
 
 It's low priority, of course, but it would be nice to see this fixed.

Already fixed for 3.0.1 - please download the latest release
candidate.

Thanks,

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


[Samba] Bummer of an error.

2003-12-10 Thread Spencer
I am getting a bummer of an error. In user manager I can sucessfully 
modify users including group membership.  But when I double click on the 
groups (on the second pane below the users) and try to add or delete a 
user from a group I get this error

The group name could not be found.

The scripts are defined in my smb.conf as follows

add user to group script = /usr/local/sbin/smbldap-groupmod.pl -m '%u' '%g'
delete user from group script = /usr/local/sbin/smbldap-groupmod.pl -x 
'%u' '%g'

I can run /usr/local/smbldap-groupmod.pl -m spencer Test and it does the 
add to ldap
and the delete works well too.  But in user manager its broken.

Anyone have any ideas?  I am willing to try anything, a level 10 log is 
too much information to parse through, but if I know what to look for 
its easier.

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


RE: [Samba] Excel doesn't open read-only files on SAMBA share

2003-12-10 Thread Murthy Kambhampaty
Sorry to have missed that item in the release notes -- I did the wrong
search.

(I'd download the 3.0.1-rc1, but that's a pretty stern warning against
running it on production servers, and the server in question is in
production. I can certainly wait out the release.)

Thank's for the response,
Murthy

 -Original Message-
 From: Jeremy Allison [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, December 10, 2003 6:29 PM
 To: Murthy Kambhampaty
 Cc: '[EMAIL PROTECTED]'
 Subject: Re: [Samba] Excel doesn't open read-only files on SAMBA share
 
 
 On Wed, Dec 10, 2003 at 06:21:21PM -0500, Murthy Kambhampaty wrote:
  Samba version: Samba 3.0 rebuild from SRPM on RedHat 8.0 w/XFS.
  
  
  I ran into this problem (which sounds a lot like Bugzilla 
 Bug 51) when
  copying files from a CD-ROM to a Samba share on a W2K client.
  Double-clicking on the file name in an Explorer window 
 gives the file not
  found error, but File-Open from Excel, and double-clicking 
 the the filename
  in the file-open dialog-box works fine. The filenames all 
 seem to be in
  plain English, though some have spaces and hyphens, so the non-ASCII
  characters issue doesn't seem to be present here?
  
  Removing the read-only flag from the client-side (the user has full
  permissions on the folder and contents) fixed the problem.
  
  It's low priority, of course, but it would be nice to see 
 this fixed.
 
 Already fixed for 3.0.1 - please download the latest release
 candidate.
 
 Thanks,
 
   Jeremy.
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Forcing Users to change passwords.

2003-12-10 Thread Todd O'Bryan
What's the latest research on this? I heard it's better to make users 
pick something secure and stick with it, because if you force people to 
change, they're likely to pick less secure passwords and do stupid 
things with them, like write them down or something. Changing every 3 
months doesn't seem terrible, but it's still a big pain.

Todd O'Bryan
On Dec 10, 2003, at 8:28 AM, Ross McInnes (Systems) wrote:
Recently we were audited and as part of that they looked at our systems
and policies etc and produced a report.
As part of that report they mentioned about forcing users to change 
thier
passwords every 90 days or so.

They also mentioned about disabling accounts after 3 login attempts.

Im pretty sure both can be done on NT, but id rather stick with rh and
samba thanks ever so much.
Can samba does these things? even if its a tinkering kind of job?

Many thanks

Ross McInnes

--
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] No joy adding a CUPS printer

2003-12-10 Thread Gary Thomas
I'm trying to change my Samba setup from LPD to CUPS, with little
success.  I've followed [and re-followed] the setup documentation
from CUPS and I just can't get Samba to recognize my printer. 
The catch is - it sort of recognizes it :-(

First I added these lines to my smb.conf:
=
[global]
load printers = yes
printing = cups
printcap name = cups

[printers]
comment = All Printers
path = /var/spool/samba
print ok = Yes
browseable = No
printer admin = root

[print$]
comment = Printer Drivers
path = /etc/samba/drivers
browseable = yes
guest ok = no
read only = yes
write list = root

I fetched and installed all of the various driver files into the CUPS
driver directory:
=
[root samba]# ls -l /usr/share/cups/drivers/
total 5704
-rwxr--r--1 root root   575573 Dec 10 16:11 ADFONTS.MFM
-rwxr--r--1 root root  1295840 Dec 10 16:07 ADOBEPS4.DRV
-rwxr--r--1 root root   196460 Dec 10 16:07 ADOBEPS4.HLP
-rwxr--r--1 root root   457600 Dec 10 16:09 ADOBEPS5.DLL
-rwxr--r--1 root root   135680 Dec 10 16:09 ADOBEPSU.DLL
-rwxr--r--1 root root18451 Dec 10 16:07 ADOBEPSU.HLP
-r--r--r--1 root root14234 Sep 24  2002 cups5.hlp
-r--r--r--1 root root   280364 Dec  1 14:53 cupsdrv5.dll
-r--r--r--1 root root   219540 Dec  1 14:53 cupsui5.dll
-rwxr--r--1 guestguest   13492 Mar  9  2000 DEFPRTR2.PPD
-rwxr--r--1 root root   118128 Dec 10 16:10 ICONLIB.DLL
-rwxr--r--1 guestguest  129024 Aug 17  2001 PS5UI.DLL
-rwxr--r--1 guestguest  455168 Aug 17  2001 PSCRIPT5.DLL
-rwxr--r--1 guestguest   26038 Jul 21  2001 PSCRIPT.HLP
-rwxr--r--1 guestguest  792644 Jul 21  2001 PSCRIPT.NTF
-rwxr--r--1 guestguest  969400 Jul 21  2001 PSCRPTFE.NTF
-rwxr--r--1 root root57344 Dec 10 16:10 PSMON.DLL

Then I ran 'cupsaddsmb' in verbose mode:

[root samba]# cupsaddsmb -v -U root -a 
Password for root required to access localhost via SAMBA: 
Running command: smbclient //localhost/print\$ -N -U'root%' -c 'mkdir W32X86;put 
/var/spool/cups/tmp/3fd7b39ff37ad W32X86/lp.PPD;put 
/usr/share/cups/drivers/ADOBEPS5.DLL W32X86/ADOBEPS5.DLL;put 
/usr/share/cups/drivers/ADOBEPSU.DLL W32X86/ADOBEPSU.DLL;put 
/usr/share/cups/drivers/ADOBEPSU.HLP W32X86/ADOBEPSU.HLP'
added interface ip=63.225.98.241 bcast=63.225.98.247 nmask=255.255.255.248
added interface ip=192.168.1.101 bcast=192.168.1.255 nmask=255.255.255.0
Domain=[MYGROUP] OS=[Unix] Server=[Samba 2.2.7a]
NT_STATUS_OBJECT_NAME_COLLISION making remote directory \W32X86
putting file /var/spool/cups/tmp/3fd7b39ff37ad as \W32X86/lp.PPD (19141.7 kb/s) 
(average 19143.6 kb/s)
putting file /usr/share/cups/drivers/ADOBEPS5.DLL as \W32X86/ADOBEPS5.DLL (44687.1 
kb/s) (average 42365.3 kb/s)
putting file /usr/share/cups/drivers/ADOBEPSU.DLL as \W32X86/ADOBEPSU.DLL (44165.2 
kb/s) (average 42751.3 kb/s)
putting file /usr/share/cups/drivers/ADOBEPSU.HLP as \W32X86/ADOBEPSU.HLP (18016.8 
kb/s) (average 41102.5 kb/s)

Running command: rpcclient localhost -N -U'root%' -c 'adddriver Windows NT x86 
lp:ADOBEPS5.DLL:lp.PPD:ADOBEPSU.DLL:ADOBEPSU.HLP:NULL:RAW:NULL'
cmd = adddriver Windows NT x86 
lp:ADOBEPS5.DLL:lp.PPD:ADOBEPSU.DLL:ADOBEPSU.HLP:NULL:RAW:NULL
Printer Driver lp successfully installed.

Running command: smbclient //localhost/print\$ -N -U'root%' -c 'mkdir WIN40;put 
/var/spool/cups/tmp/3fd7b39ff37ad WIN40/lp.PPD;put /usr/share/cups/drivers/ADFONTS.MFM 
WIN40/ADFONTS.MFM;put /usr/share/cups/drivers/ADOBEPS4.DRV WIN40/ADOBEPS4.DRV;put 
/usr/share/cups/drivers/ADOBEPS4.HLP WIN40/ADOBEPS4.HLP;put 
/usr/share/cups/drivers/DEFPRTR2.PPD WIN40/DEFPRTR2.PPD;put 
/usr/share/cups/drivers/ICONLIB.DLL WIN40/ICONLIB.DLL;put 
/usr/share/cups/drivers/PSMON.DLL WIN40/PSMON.DLL;'
added interface ip=63.225.98.241 bcast=63.225.98.247 nmask=255.255.255.248
added interface ip=192.168.1.101 bcast=192.168.1.255 nmask=255.255.255.0
Domain=[MYGROUP] OS=[Unix] Server=[Samba 2.2.7a]
NT_STATUS_OBJECT_NAME_COLLISION making remote directory \WIN40
putting file /var/spool/cups/tmp/3fd7b39ff37ad as \WIN40/lp.PPD (19141.7 kb/s) 
(average 19143.6 kb/s)
putting file /usr/share/cups/drivers/ADFONTS.MFM as \WIN40/ADFONTS.MFM (46839.9 kb/s) 
(average 44709.7 kb/s)
putting file /usr/share/cups/drivers/ADOBEPS4.DRV as \WIN40/ADOBEPS4.DRV (46869.0 
kb/s) (average 46167.4 kb/s)
putting file /usr/share/cups/drivers/ADOBEPS4.HLP as \WIN40/ADOBEPS4.HLP (47962.7 
kb/s) (average 46330.7 kb/s)
putting file /usr/share/cups/drivers/DEFPRTR2.PPD as \WIN40/DEFPRTR2.PPD (13492.0 
kb/s) (average 46630.1 kb/s)
putting file /usr/share/cups/drivers/ICONLIB.DLL as \WIN40/ICONLIB.DLL (23071.4 kb/s) 

RE: [Samba] User may Log On To These Workstations does not work

2003-12-10 Thread Kristyan Osborne
Hiya,
 
Have a look at the announce as parameter. 
http://us1.samba.org/samba/docs/man/smb.conf.5.html#ANNOUNCEAS
 
Cheers
 

Kristyan Osborne - IT Technician
Longhill High School
01273 391672/304086

-Original Message- 
From: [EMAIL PROTECTED] on behalf of Eddie 
Sent: Wed 10/12/2003 23:09 
To: [EMAIL PROTECTED] 
Cc: 
Subject: [Samba] User may Log On To These Workstations does not work



When I set (through UserMgr) a list of workstations onto which a specific
user may log on to, that user can no longer access the shares of any samba
domain member (the user can still access the shares of the Samba machine
acting as our PDC).  After playing around and reproducing this with another
Samba domain member, I realized that it might have to do with the fact that
Samba appears (at least in the ServerMgr) as an NT Server and not as an NT
workstation.  Thus, restricting the workstations to which a user may log
on may prevent them from logging onto the samba servers altogether.

So my questions are as follows.

1. Is there a workaround for this problem?
2. Is there a way to force Samba to present itself as a workstation and not
a server (assuming that this would fix the problem)?
3. Is this problem one that has already been identified (and is thus being
worked on)?

Thanks
--
Eddie



--
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] Add Printer Wizard Plus CUPS

2003-12-10 Thread Kurt Pfeifle
[Samba] Add Printer Wizard Plus CUPS
Jeffrey M. Hardy hardyjm at potsdam.edu
Wed Dec 10 22:28:12 GMT 2003
I'm having some problems with our Samba Add-Printer-Wizard setup and
CUPS.  Everything is working fine (drivers upload, download, configured)
except for one thing.  Both my addprinter and deleteprinter scripts are
forced to restart Samba in order to successfully complete their
respective adding and deleting.  Because of this, sometimes Samba will
not come back up correctly.
I read that normally Samba will re-read smb.conf and pick up any printer
entries and complete the process.  However, when dealing with CUPS as
the printing subsystem, the printers are stored separately in (usually)
/etc/cups/printers.conf.  If I do not restart Samba during this process,
the client receives an Access denied error message.  Is there a way to
get Samba to read the CUPS printers conf info without restarting Samba? 
Dunno if that is good enough for you:

  kill -HUP `pidof smbd`

Or submit a bug report to http://bugzilla.samba.org/.
Or wait till it's fixed.
I agree it is a bug.

BTW -- I've written a very rough add printer script also.
Do you mind sending yours to me in exchange of mine?
(I didn't dare to publish mine yet, since I am a terribly
new into shell scripting)
Thank you.

CUPS 1.1.19
Samba 3.0
Red Hat 8.0
--
Jeff Hardy


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


[Samba] deep tree mounting?

2003-12-10 Thread Glenn, Jill
I receive the same error message when attempting to share sub-directories using smb.  
I would also like to know what I need to do to mount sub-directories to any level on 
Linux.

This transmission may contain information that is privileged, confidential and/or 
exempt from disclosure under applicable law. If you are not the intended recipient, 
you are hereby notified that any disclosure, copying, distribution, or use of the 
information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. 
If you received this transmission in error, please immediately contact the sender and 
destroy the material in its entirety, whether in electronic or hard copy format. Thank 
you. A1.


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


[Samba] No joy adding a CUPS printer

2003-12-10 Thread Kurt Pfeifle
[Samba] No joy adding a CUPS printer
Gary Thomas gary at chez-thomas.org
Thu Dec 11 00:09:26 GMT 2003
I'm trying to change my Samba setup from LPD to CUPS, with little
success.  I've followed [and re-followed] the setup documentation
from CUPS and I just can't get Samba to recognize my printer. 
The catch is - it sort of recognizes it :-(
[]

[root samba]# rpcclient localhost -Uroot% -c 'getdriver lp'
cmd = getdriver lp
Error opening printer handle for lp!
result was NT_STATUS_UNSUCCESSFUL
Alas, I'm stuck :-(  Windows (XP Home if it matters)
Home *might* matter... but most likely not with the symptoms you
described.
What does your (remaining) smb.conf look like? (Please send it without
the comments...)
stalls trying to
install this printer, telling me I don't have the proper drivers 
installed.  Most likely because of the 'getdriver' issue above.

What do you get for

  [root samba]# rpcclient localhost -Uroot% -c 'enumprinters'
  [root samba]# rpcclient localhost -Uroot% -c 'enumprinters 2'
  [root samba]# rpcclient localhost -Uroot% -c 'enumprinters 3'
??

IIRC, the getdriver in some late 2.2.x versions had problems


I'm running Samba 2.2.7a-7.9.0 - stock from Red Hat 9.0

Any ideas or help would be appreciated.
1/ Try to run cupstestppd against the PPD in question. Fix problems
   by editing it. If your stock install doesn't have this cupstestppd
   utility available, then try the online version here:
  http://www.cups.org/testppd.php

2/ It could still be a problem with the PPD, even if it passes the
   cupstestppd test. I've 2 PPDs here which I can't get to work even
   with Samba-3.0.1rc1. As soon as I change the PPD to a different one,
   it works! (Will submit a bugzilla report as soon as I can figure out
   details again)
3/ Try to change the printer name to another one than lp (wild guess)

4/ Check at http://www.linuxprinting.org/; if you can find a newer
   PPD. Is the current one still calling for cupsomatic as its
   *cupsFilter? (See at head of PPD file...) In that case read
   the linuxprinting.org docu (or the section in the HOWTO Collection
   for 3.0 -- it is applicable to 2.2.7a also!) and download the newer
   PPDs + foomatic-rip (foomatic-rip replaces cupsomatic). Might
   work then

My wife really wants her
printer back :-)
Oh -- its not wants her husband back ?? ;-)

Thanks

--
Gary Thomas gary at chez-thomas.org
Cheers,
Kurt
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] XP join and logon

2003-12-10 Thread I Wayan Widi Pradnyana


I'm still confused with The parameter is incorrect, when joining the XPs
to Samba server.
I guess that was some problem at channging computer name at Linux DNS, or
at the XP. Where was the log files ?

Widi Pradnyana

 Thats right, change the domain field to be the name of your domain/server.

 the problem then is to add your machine to the samba server it needs to
use a smb account with the correct permissions to do so.

 I dont know if an account can be modified to work but root is an account
that will work. The problem is root is not part or smbpasswd or rather
it doesnt have an account with samba.

 to add it to samba smbpasswd -a root will do so. then change the
smbpassword for root to whatever password you want.

 once you have this done you will then have an account with the correct
permissions to add your computer to the domain.

 Ross


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


[Samba] Re: Program Launcher

2003-12-10 Thread Arulthas
Hi All,

 

Any feedback to my question?

 

Thank you.

 

Best regards,

Arulthas.

 


Arulthas [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]
 Hi All,
 
 I need a program launcher where I can execute from shell for my windows box
 using the file server (samba). Any recommended software. I know this is
 possible in Novell either using NMENU or Application Launcher (ZEN works).
 
 Thank you.
 
 Regards,
 
 Arulthas
 IT Officer
 APM AUTOMOTIVE HOLDINGS BERHAD.
 
 ___
  Please visit our site at www.apm-automotive.com
 
 This email and any files transmitted with it are confidential and intended
 solely for the use of the individual or entity to which they are addressed.
 This communication may contain material protected by intellectual property
 rights laws. If you are not the intended recipient, be advised that you have
 received this email in error and that any use, dissemination, forwarding,
 printing, or copying of this email is strictly prohibited. If it has come to
 you in error, please notify the sender immediately. You should not copy this
 email, disclose its contents to anyone else, or take any action based on it.
 
 
 
 -- 
 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] Login problems with printing services

2003-12-10 Thread Fredrik Tolf
I'm having slight troubles with making Windows clients print to a
printer shared through Samba running on GNU/Linux.

The symptoms are that clients must manually log in to the Samba
server before attempting to print. What I mean by this is that, if the
server's NetBIOS name is eg. sambaserv, the user must visit
\\sambaserv on his Windows workstation before attempting to
print. Print jobs initiated before this is done will not start
printing if \\sambaserv is visited afterwards (the most immediate
solution I have found is to restart the Windows workstation, visit
\\sambaserv, and then print again).

I suspect this might be a problem with Windows, but I don't know much
about either Windows, and not as much as I'd like about Samba either,
so I can't tell for sure.

Would someone please help me solve this?

Fredrik Tolf

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


[Samba] BUG REPORT 2.2.1a nmbd crash

2003-12-10 Thread Tim Smith
Hello samba team, I am not sure if this bug has been fixed or not yet.
The situation is a print server running lprng/samba 2.2.1a kernel 2.4. this server has 
been running perfectly for a year until today when ONE machine on the network was 
unable to find //print. upon further investigation i found the following error in 
log.nmbd

[2003/12/11 09:30:34, 0] nmbd/nmbd_namelistdb.c:standard_success_release(403)
  standard_success_release: Name release for name __MSBROWSE__01 IP 192.168.1.140 on 
subnet 192.168.1.140. Name was not found on subnet.
[2003/12/11 09:30:34, 0] nmbd/nmbd_namelistdb.c:standard_fail_register(294)
  standard_fail_register: Failed to register/refresh name LABORATORY1d on subnet 
192.168.1.140
[2003/12/11 09:30:34, 0] lib/fault.c:fault_report(40)
  ===
[2003/12/11 09:30:34, 0] lib/fault.c:fault_report(41)
  INTERNAL ERROR: Signal 11 in pid 5908 (2.2.1a)
  Please read the file BUGS.txt in the distribution
[2003/12/11 09:30:34, 0] lib/fault.c:fault_report(43)
  ===
[2003/12/11 09:30:34, 0] lib/util.c:smb_panic(1101)
  PANIC: internal error

i restarted samba and the problem resolved itself. there is nothing obviously wrong 
with the server, and it has been running fine for a long time. and the error only 
showed up on the one pc, the pc next to it could print just fine.

anyone keep up the great work.
sincerely
Tim Smith
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: ANN: treeconv-0.1 -- in-place charset conversion of filenames

2003-12-10 Thread Michael B Allen
Here's another one. I guess UTF-8 is finally starting to sink in.

http://osx.freshmeat.net/releases/144059/

-- 
A program should be written to  model the concepts of the task it
performs rather than the physical world or a process because this
maximizes the  potential for it  to be applied  to tasks that are
conceptually similar and, more  important, to tasks that have not
yet been conceived.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


CVS update: samba-docs/docbook

2003-12-10 Thread Alexander Bokovoy

Date:   Wed Dec 10 16:08:17 2003
Author: ab

Update of /home/cvs/samba-docs/docbook
In directory dp.samba.org:/tmp/cvs-serv1631

Modified Files:
Makefile.in 
Log Message:
in html target build both HOWTO Collection and Developers Guide as documentation 
states. 
The only difference is that Developers Guide will be built as single HTML file -- 
otherwise it conflicts with the HOWTO on index.html

Revisions:
Makefile.in 1.54 = 1.55

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/Makefile.in.diff?r1=1.54r2=1.55


CVS update: samba/source/passdb

2003-12-10 Thread jerry

Date:   Wed Dec 10 16:40:17 2003
Author: jerry

Update of /data/cvs/samba/source/passdb
In directory dp.samba.org:/tmp/cvs-serv6504/passdb

Modified Files:
  Tag: SAMBA_3_0
passdb.c 
Log Message:
more group lookup access fixes on the neverending bug 281

Revisions:
passdb.c1.151.2.58 = 1.151.2.59

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/passdb.c.diff?r1=1.151.2.58r2=1.151.2.59


CVS update: samba/source/rpc_server

2003-12-10 Thread jerry

Date:   Wed Dec 10 16:40:17 2003
Author: jerry

Update of /data/cvs/samba/source/rpc_server
In directory dp.samba.org:/tmp/cvs-serv6504/rpc_server

Modified Files:
  Tag: SAMBA_3_0
srv_samr_nt.c srv_util.c 
Log Message:
more group lookup access fixes on the neverending bug 281

Revisions:
srv_samr_nt.c   1.86.2.55 = 1.86.2.56

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_samr_nt.c.diff?r1=1.86.2.55r2=1.86.2.56
srv_util.c  1.65.2.14 = 1.65.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_util.c.diff?r1=1.65.2.14r2=1.65.2.15


CVS update: samba/source/groupdb

2003-12-10 Thread jerry

Date:   Wed Dec 10 16:42:44 2003
Author: jerry

Update of /data/cvs/samba/source/groupdb
In directory dp.samba.org:/tmp/cvs-serv7042/groupdb

Modified Files:
mapping.c 
Log Message:
more group lookup access fixes on the neverending bug 281

Revisions:
mapping.c   1.55 = 1.56

http://www.samba.org/cgi-bin/cvsweb/samba/source/groupdb/mapping.c.diff?r1=1.55r2=1.56


CVS update: samba-docs/docbook/projdoc

2003-12-10 Thread Alexander Bokovoy

Date:   Wed Dec 10 18:50:41 2003
Author: ab

Update of /home/cvs/samba-docs/docbook/projdoc
In directory dp.samba.org:/tmp/cvs-serv23305/docbook/projdoc

Modified Files:
AccessControls.xml Bugs.xml CUPS-printing.xml 
DOMAIN_MEMBER.xml Diagnosis.xml GROUP-MAPPING-HOWTO.xml 
Integrating-with-Windows.xml NT4Migration.xml 
NetworkBrowsing.xml Other-Clients.xml 
PAM-Authentication-And-Samba.xml Problems.xml ProfileMgmt.xml 
SWAT.xml Samba-BDC-HOWTO.xml Samba-PDC-HOWTO.xml 
ServerType.xml Speed.xml StandAloneServer.xml UNIX_INSTALL.xml 
VFS.xml locking.xml msdfs_setup.xml passdb.xml 
printer_driver2.xml securing-samba.xml unicode.xml 
upgrading-to-3.0.xml winbind.xml 
Log Message:
Fixed large issue with empty links to various parts of the HOWTO collection.
The crux problem is that Docbook XML (and db2latex driver) does not have enough 
uniformed information
about where to get content of the link entry to display in place where link is 
specified. Thus, we have to specify
correct link entry text (description) and do not use empty links like link 
linkend=foobar/.

Revisions:
AccessControls.xml  1.12 = 1.13

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/AccessControls.xml.diff?r1=1.12r2=1.13
Bugs.xml1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/Bugs.xml.diff?r1=1.4r2=1.5
CUPS-printing.xml   1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/CUPS-printing.xml.diff?r1=1.7r2=1.8
DOMAIN_MEMBER.xml   1.10 = 1.11

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/DOMAIN_MEMBER.xml.diff?r1=1.10r2=1.11
Diagnosis.xml   1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/Diagnosis.xml.diff?r1=1.5r2=1.6
GROUP-MAPPING-HOWTO.xml 1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/GROUP-MAPPING-HOWTO.xml.diff?r1=1.4r2=1.5
Integrating-with-Windows.xml1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/Integrating-with-Windows.xml.diff?r1=1.6r2=1.7
NT4Migration.xml1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/NT4Migration.xml.diff?r1=1.5r2=1.6
NetworkBrowsing.xml 1.8 = 1.9

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/NetworkBrowsing.xml.diff?r1=1.8r2=1.9
Other-Clients.xml   1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/Other-Clients.xml.diff?r1=1.5r2=1.6
PAM-Authentication-And-Samba.xml1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/PAM-Authentication-And-Samba.xml.diff?r1=1.6r2=1.7
Problems.xml1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/Problems.xml.diff?r1=1.4r2=1.5
ProfileMgmt.xml 1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/ProfileMgmt.xml.diff?r1=1.7r2=1.8
SWAT.xml1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/SWAT.xml.diff?r1=1.5r2=1.6
Samba-BDC-HOWTO.xml 1.17 = 1.18

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/Samba-BDC-HOWTO.xml.diff?r1=1.17r2=1.18
Samba-PDC-HOWTO.xml 1.18 = 1.19

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/Samba-PDC-HOWTO.xml.diff?r1=1.18r2=1.19
ServerType.xml  1.12 = 1.13

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/ServerType.xml.diff?r1=1.12r2=1.13
Speed.xml   1.10 = 1.11

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/Speed.xml.diff?r1=1.10r2=1.11
StandAloneServer.xml1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/StandAloneServer.xml.diff?r1=1.7r2=1.8
UNIX_INSTALL.xml1.8 = 1.9

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/UNIX_INSTALL.xml.diff?r1=1.8r2=1.9
VFS.xml 1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/VFS.xml.diff?r1=1.5r2=1.6
locking.xml 1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/locking.xml.diff?r1=1.7r2=1.8
msdfs_setup.xml 1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/msdfs_setup.xml.diff?r1=1.5r2=1.6
passdb.xml  1.16 = 1.17

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/passdb.xml.diff?r1=1.16r2=1.17
printer_driver2.xml 1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/printer_driver2.xml.diff?r1=1.5r2=1.6
securing-samba.xml  1.5 = 1.6


CVS update: samba-docs/docbook

2003-12-10 Thread Alexander Bokovoy

Date:   Wed Dec 10 19:01:37 2003
Author: ab

Update of /home/cvs/samba-docs/docbook
In directory dp.samba.org:/tmp/cvs-serv25381

Modified Files:
docbook.txt 
Log Message:
Some notes about proper db2latex version

Revisions:
docbook.txt 1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/docbook.txt.diff?r1=1.9r2=1.10


CVS update: samba/source/include

2003-12-10 Thread jerry

Date:   Wed Dec 10 21:13:44 2003
Author: jerry

Update of /data/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv10770/include

Modified Files:
  Tag: SAMBA_3_0
rpc_misc.h 
Log Message:
Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail on local 
files on on domain members; bug 875

Revisions:
rpc_misc.h  1.33.2.6 = 1.33.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_misc.h.diff?r1=1.33.2.6r2=1.33.2.7


CVS update: samba/source/rpc_parse

2003-12-10 Thread jerry

Date:   Wed Dec 10 21:13:44 2003
Author: jerry

Update of /data/cvs/samba/source/rpc_parse
In directory dp.samba.org:/tmp/cvs-serv10770/rpc_parse

Modified Files:
  Tag: SAMBA_3_0
parse_misc.c 
Log Message:
Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail on local 
files on on domain members; bug 875

Revisions:
parse_misc.c1.94.2.14 = 1.94.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_misc.c.diff?r1=1.94.2.14r2=1.94.2.15


CVS update: samba/source/rpc_server

2003-12-10 Thread jerry

Date:   Wed Dec 10 21:13:44 2003
Author: jerry

Update of /data/cvs/samba/source/rpc_server
In directory dp.samba.org:/tmp/cvs-serv10770/rpc_server

Modified Files:
  Tag: SAMBA_3_0
srv_lsa_nt.c 
Log Message:
Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail on local 
files on on domain members; bug 875

Revisions:
srv_lsa_nt.c1.52.2.17 = 1.52.2.18

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_lsa_nt.c.diff?r1=1.52.2.17r2=1.52.2.18


CVS update: samba/source/bin

2003-12-10 Thread jerry

Date:   Wed Dec 10 21:14:38 2003
Author: jerry

Update of /data/cvs/samba/source/bin
In directory dp.samba.org:/tmp/cvs-serv10964/bin

Modified Files:
.cvsignore 
Log Message:
Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail on local 
files on on domain members; bug 875

Revisions:
.cvsignore  1.38 = 1.39

http://www.samba.org/cgi-bin/cvsweb/samba/source/bin/.cvsignore.diff?r1=1.38r2=1.39


CVS update: samba/source/include

2003-12-10 Thread jerry

Date:   Wed Dec 10 21:14:39 2003
Author: jerry

Update of /data/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv10964/include

Modified Files:
rpc_misc.h 
Log Message:
Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail on local 
files on on domain members; bug 875

Revisions:
rpc_misc.h  1.39 = 1.40

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_misc.h.diff?r1=1.39r2=1.40


CVS update: samba/source/rpc_parse

2003-12-10 Thread jerry

Date:   Wed Dec 10 21:14:39 2003
Author: jerry

Update of /data/cvs/samba/source/rpc_parse
In directory dp.samba.org:/tmp/cvs-serv10964/rpc_parse

Modified Files:
parse_misc.c 
Log Message:
Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail on local 
files on on domain members; bug 875

Revisions:
parse_misc.c1.118 = 1.119

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_misc.c.diff?r1=1.118r2=1.119


CVS update: samba

2003-12-10 Thread jerry

Date:   Wed Dec 10 21:57:13 2003
Author: jerry

Update of /data/cvs/samba
In directory dp.samba.org:/tmp/cvs-serv16672

Modified Files:
  Tag: SAMBA_3_0_RELEASE
WHATSNEW.txt 
Log Message:
last show stoppers for 3.0.1rc2 (i really mean it this time)

Revisions:
WHATSNEW.txt1.57.2.51 = 1.57.2.52

http://www.samba.org/cgi-bin/cvsweb/samba/WHATSNEW.txt.diff?r1=1.57.2.51r2=1.57.2.52


CVS update: samba/source/groupdb

2003-12-10 Thread jerry

Date:   Wed Dec 10 21:57:13 2003
Author: jerry

Update of /data/cvs/samba/source/groupdb
In directory dp.samba.org:/tmp/cvs-serv16672/source/groupdb

Modified Files:
  Tag: SAMBA_3_0_RELEASE
mapping.c 
Log Message:
last show stoppers for 3.0.1rc2 (i really mean it this time)

Revisions:
mapping.c   1.50.2.5 = 1.50.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/groupdb/mapping.c.diff?r1=1.50.2.5r2=1.50.2.6


CVS update: samba/source/include

2003-12-10 Thread jerry

Date:   Wed Dec 10 21:57:13 2003
Author: jerry

Update of /data/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv16672/source/include

Modified Files:
  Tag: SAMBA_3_0_RELEASE
rpc_misc.h 
Log Message:
last show stoppers for 3.0.1rc2 (i really mean it this time)

Revisions:
rpc_misc.h  1.37.2.1 = 1.37.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_misc.h.diff?r1=1.37.2.1r2=1.37.2.2


CVS update: samba/source/lib

2003-12-10 Thread jerry

Date:   Wed Dec 10 21:57:13 2003
Author: jerry

Update of /data/cvs/samba/source/lib
In directory dp.samba.org:/tmp/cvs-serv16672/source/lib

Modified Files:
  Tag: SAMBA_3_0_RELEASE
iconv.c 
Log Message:
last show stoppers for 3.0.1rc2 (i really mean it this time)

Revisions:
iconv.c 1.33.2.3 = 1.33.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/iconv.c.diff?r1=1.33.2.3r2=1.33.2.4


CVS update: samba/source/passdb

2003-12-10 Thread jerry

Date:   Wed Dec 10 21:57:13 2003
Author: jerry

Update of /data/cvs/samba/source/passdb
In directory dp.samba.org:/tmp/cvs-serv16672/source/passdb

Modified Files:
  Tag: SAMBA_3_0_RELEASE
passdb.c 
Log Message:
last show stoppers for 3.0.1rc2 (i really mean it this time)

Revisions:
passdb.c1.200.2.8 = 1.200.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/passdb.c.diff?r1=1.200.2.8r2=1.200.2.9


CVS update: samba/source/rpc_parse

2003-12-10 Thread jerry

Date:   Wed Dec 10 21:57:13 2003
Author: jerry

Update of /data/cvs/samba/source/rpc_parse
In directory dp.samba.org:/tmp/cvs-serv16672/source/rpc_parse

Modified Files:
  Tag: SAMBA_3_0_RELEASE
parse_misc.c 
Log Message:
last show stoppers for 3.0.1rc2 (i really mean it this time)

Revisions:
parse_misc.c1.112.2.5 = 1.112.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_misc.c.diff?r1=1.112.2.5r2=1.112.2.6


CVS update: samba/source/script

2003-12-10 Thread jerry

Date:   Wed Dec 10 21:57:14 2003
Author: jerry

Update of /data/cvs/samba/source/script
In directory dp.samba.org:/tmp/cvs-serv16672/source/script

Modified Files:
  Tag: SAMBA_3_0_RELEASE
installswat.sh 
Log Message:
last show stoppers for 3.0.1rc2 (i really mean it this time)

Revisions:
installswat.sh  1.12.4.6 = 1.12.4.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/script/installswat.sh.diff?r1=1.12.4.6r2=1.12.4.7


CVS update: samba/source/rpc_server

2003-12-10 Thread jerry

Date:   Wed Dec 10 21:57:13 2003
Author: jerry

Update of /data/cvs/samba/source/rpc_server
In directory dp.samba.org:/tmp/cvs-serv16672/source/rpc_server

Modified Files:
  Tag: SAMBA_3_0_RELEASE
srv_lsa_nt.c srv_samr_nt.c srv_util.c 
Log Message:
last show stoppers for 3.0.1rc2 (i really mean it this time)

Revisions:
srv_lsa_nt.c1.70.2.6 = 1.70.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_lsa_nt.c.diff?r1=1.70.2.6r2=1.70.2.7
srv_samr_nt.c   1.148.2.9 = 1.148.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_samr_nt.c.diff?r1=1.148.2.9r2=1.148.2.10
srv_util.c  1.75.2.4 = 1.75.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_util.c.diff?r1=1.75.2.4r2=1.75.2.5


CVS update: samba4/source/rpc_server

2003-12-10 Thread tridge

Date:   Wed Dec 10 22:21:04 2003
Author: tridge

Update of /home/cvs/samba4/source/rpc_server
In directory dp.samba.org:/tmp/cvs-serv20594

Added Files:
dcerpc_server.c dcerpc_server.h rpc_echo.c 
Log Message:
initial rpc server side infrastructure

Revisions:
dcerpc_server.c NONE = 1.1

http://www.samba.org/cgi-bin/cvsweb/samba4/source/rpc_server/dcerpc_server.c?rev=1.1
dcerpc_server.h NONE = 1.1

http://www.samba.org/cgi-bin/cvsweb/samba4/source/rpc_server/dcerpc_server.h?rev=1.1
rpc_echo.c  NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/rpc_server/rpc_echo.c?rev=1.1


CVS update: samba4/source

2003-12-10 Thread tridge

Date:   Wed Dec 10 22:24:07 2003
Author: tridge

Update of /home/cvs/samba4/source
In directory dp.samba.org:/tmp/cvs-serv20878

Modified Files:
Makefile.in 
Log Message:
the rest of the initial rpc server side infrastructure


Revisions:
Makefile.in 1.54 = 1.55

http://www.samba.org/cgi-bin/cvsweb/samba4/source/Makefile.in.diff?r1=1.54r2=1.55


CVS update: samba4/source/include

2003-12-10 Thread tridge

Date:   Wed Dec 10 22:24:15 2003
Author: tridge

Update of /home/cvs/samba4/source/include
In directory dp.samba.org:/tmp/cvs-serv20892

Modified Files:
context.h includes.h smb.h 
Log Message:
the rest of the initial rpc server side infrastructure


Revisions:
context.h   1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/context.h.diff?r1=1.2r2=1.3
includes.h  1.11 = 1.12

http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/includes.h.diff?r1=1.11r2=1.12
smb.h   1.10 = 1.11

http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/smb.h.diff?r1=1.10r2=1.11


CVS update: samba4/source/librpc/rpc

2003-12-10 Thread tridge

Date:   Wed Dec 10 22:24:21 2003
Author: tridge

Update of /home/cvs/samba4/source/librpc/rpc
In directory dp.samba.org:/tmp/cvs-serv20915

Modified Files:
dcerpc_smb.c 
Log Message:
the rest of the initial rpc server side infrastructure


Revisions:
dcerpc_smb.c1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/rpc/dcerpc_smb.c.diff?r1=1.5r2=1.6


CVS update: samba4/source/ntvfs/ipc

2003-12-10 Thread tridge

Date:   Wed Dec 10 22:24:26 2003
Author: tridge

Update of /home/cvs/samba4/source/ntvfs/ipc
In directory dp.samba.org:/tmp/cvs-serv20968

Modified Files:
vfs_ipc.c 
Log Message:
the rest of the initial rpc server side infrastructure


Revisions:
vfs_ipc.c   1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/ntvfs/ipc/vfs_ipc.c.diff?r1=1.4r2=1.5


CVS update: samba4/source/smbd

2003-12-10 Thread tridge

Date:   Wed Dec 10 22:24:33 2003
Author: tridge

Update of /home/cvs/samba4/source/smbd
In directory dp.samba.org:/tmp/cvs-serv20985

Modified Files:
process.c 
Log Message:
the rest of the initial rpc server side infrastructure


Revisions:
process.c   1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process.c.diff?r1=1.4r2=1.5


CVS update: samba4/source/build/pidl

2003-12-10 Thread tridge

Date:   Wed Dec 10 23:49:49 2003
Author: tridge

Update of /home/cvs/samba4/source/build/pidl
In directory dp.samba.org:/tmp/cvs-serv1048

Modified Files:
parser.pm 
Log Message:
more portable array of endpoints code from pidl


Revisions:
parser.pm   1.63 = 1.64

http://www.samba.org/cgi-bin/cvsweb/samba4/source/build/pidl/parser.pm.diff?r1=1.63r2=1.64


CVS update: samba4/source/librpc/rpc

2003-12-10 Thread tridge

Date:   Wed Dec 10 23:49:55 2003
Author: tridge

Update of /home/cvs/samba4/source/librpc/rpc
In directory dp.samba.org:/tmp/cvs-serv1064

Modified Files:
dcerpc.h 
Log Message:
more portable array of endpoints code from pidl


Revisions:
dcerpc.h1.13 = 1.14

http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/rpc/dcerpc.h.diff?r1=1.13r2=1.14


CVS update: samba

2003-12-10 Thread jerry

Date:   Thu Dec 11 04:13:48 2003
Author: jerry

Update of /data/cvs/samba
In directory dp.samba.org:/tmp/cvs-serv559

Modified Files:
  Tag: SAMBA_3_0_RELEASE
WHATSNEW.txt 
Log Message:
preparing for release of 3.0.1rc2

Revisions:
WHATSNEW.txt1.57.2.52 = 1.57.2.53

http://www.samba.org/cgi-bin/cvsweb/samba/WHATSNEW.txt.diff?r1=1.57.2.52r2=1.57.2.53


CVS update: samba/packaging/Fedora

2003-12-10 Thread jerry

Date:   Thu Dec 11 06:08:04 2003
Author: jerry

Update of /data/cvs/samba/packaging/Fedora
In directory dp.samba.org:/tmp/cvs-serv13299/Fedora

Modified Files:
  Tag: SAMBA_3_0
samba.spec.tmpl 
Log Message:
fix bug when installing pam config file on RedHat; remove references to 
/var/cache/samba in Fedora specfile

Revisions:
samba.spec.tmpl 1.1.2.3 = 1.1.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Fedora/samba.spec.tmpl.diff?r1=1.1.2.3r2=1.1.2.4


CVS update: samba/packaging/RedHat

2003-12-10 Thread jerry

Date:   Thu Dec 11 06:08:04 2003
Author: jerry

Update of /data/cvs/samba/packaging/RedHat
In directory dp.samba.org:/tmp/cvs-serv13299/RedHat

Modified Files:
  Tag: SAMBA_3_0
samba.spec.tmpl 
Log Message:
fix bug when installing pam config file on RedHat; remove references to 
/var/cache/samba in Fedora specfile

Revisions:
samba.spec.tmpl 1.1.2.19 = 1.1.2.20

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/RedHat/samba.spec.tmpl.diff?r1=1.1.2.19r2=1.1.2.20