RE: [Samba] Samba quotas (one more)

2003-02-06 Thread P Ranjit Kumar
The problem is with Windows doing delayed writes. Windows before it writes anything, it sets the file properties. Setting the file properties always succeeds. So even though the file copy is unsuccessful, file size is shown correctly. You can use smb.conf variable strict allocate = yes to prevent

RE: [Samba] Who and When

2003-01-23 Thread P Ranjit Kumar
smbstatus command also gives you useful information on who logged in and at what time. - Ranjit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, January 23, 2003 3:15 PM To: [EMAIL PROTECTED] Subject: [Samba] Who and When

RE: Samba + ACL and Windows NT

2003-01-21 Thread P Ranjit Kumar
Can you post your smb.conf. It will help in solving the problem. - Ranjit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bertil Starck Sent: Tuesday, January 21, 2003 5:49 AM To: [EMAIL PROTECTED] Subject: Samba + ACL and Windows NT Hi! I have

Samba 3.0 Alpha 21 - TZ environment variable.

2003-01-10 Thread P Ranjit Kumar
Hi Samba 3.0 Alpha21 tries to emulate the timegm() call. When it does that, it sets the TZ= before it invokes the mktime() call. However, on HP-UX, setting TZ= makes the timezone to be EST but what we want is GMT for time_t computation. This results in Samba failing to a join a domain. Code

RE: Samba 3.0 Alpha 21 - TZ environment variable.

2003-01-10 Thread P Ranjit Kumar
That will be a cool solution. I will take a look at it. - Ranjit -Original Message- From: Andrew Bartlett [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 2:34 PM To: [EMAIL PROTECTED] Cc: P Ranjit Kumar; [EMAIL PROTECTED] Subject: Re: Samba 3.0 Alpha 21 - TZ environment

[Samba] smbd using alot of cpu on HP-UX 11.11

2003-01-07 Thread P Ranjit Kumar
Hello Danny Travis, I am assuming you are using generic Samba 2.2.3a version. We came across the problem and you can fix it by setting the cache variable on the devnm() system cal to 1. Just set the last parameter to the devnm() call in smbd/quotas.c to 1. ### #

RE: [Samba] Permissions problem

2002-12-05 Thread P Ranjit Kumar
Did u set "encrypt passwords" smb.conf option to yes? Did you set the password using 'smbpasswd -a username command? Can you attach a levlel 10log file. - Ranjit -Original Message- -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

net ads join

2002-11-27 Thread P Ranjit Kumar
Hi I don't know if you were helped. But, Here is what you need to do to join ads domain. 1. you need a user in ADS with administrator privileges. 2. Support you have a user joinuser with Administrators membership. Create the same user id on Unix too. 3. Run kinit to make sure your set up is

Samba 3.0 alpha 20 problem with timegm-mktime() on HP-UX

2002-11-27 Thread P Ranjit Kumar
Hi I had a problem with net ads join on HP-UX. I used mktime() instead of the timegm() that was used in Samba 3.0 alpha 20. net ads join gives error saying that the times are out of sync (Windows 2000 DC and Samba HP Unix Box) But they are in perfectly in sync. mktime() interprets the time as

RE: Samba 3.0 won't work with smbclient using Kerberos.

2002-05-20 Thread P Ranjit Kumar
stored in secrets.tdb). I am currently trying to find a compromise, if you have already worked on it or have ideas let me know. I can spend time on it. Thanks, Ranjit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 2:30 AM To: P Ranjit Kumar

Samba 3.0 won't work with smbclient using Kerberos.

2002-05-16 Thread P Ranjit Kumar
Hi I am trying to get smbclient to work with Samba 3.0 server. Samba 3.0 server joined a Win2k Native domain successfully. Two sample Kerberos applications on the machine (on which Samba runs) talk to each other successfully using Win2K as the KDC. I am trying to use the smbclient program to

not able to get Samba 3.0alpha17 work with Win2k PDC using kerberos

2002-04-24 Thread P Ranjit Kumar
Hi I am trying to get Samba 3.0 alpha 17 on my HP-UX box to talk to a Win2k PDC using Kerberos. I have compiled Samba with all necessary defines in config.h. My HP-UX machine can work with the Win2K Kerberos Server. I can get the TGT by doing a kinit. I verified it with klist. net join ads