[Samba] filename mapping

2004-10-07 Thread Philip Chambers
Using samba.2.2.5 I have a problem with Windows-Unix filename mapping. On Unix the file is named: ?,???.HTM On Windows it is displayed as ~N#.HTM However, when I try to delete the file I get a file not found failure. It appears that the mapping may not be symetric. I will be moving the

[Samba] limits on quota sizes

2004-09-23 Thread Philip Chambers
Can anyone confirm the maximum quota that is allowed? The individual quota files record the current usage in bytes and the quota in kilobytes. I am hoping that quota and usage calculations use 64 bit integers so that there is no practical limit. However, if 32 bit integers are used then I

[Samba] PANIC in pdb_ldap.c

2004-09-17 Thread Philip Chambers
I have just installed 3.0.7 so that I can use write list and force user together and it panics! I have diagnosed the problem to the line at which it fails, but not yet back to the root cause. The first call to append_attr() in ldapsam_getsampwnam() is being made with new_attr having a value

Re: [Samba] PANIC in pdb_ldap.c

2004-09-17 Thread Philip Chambers
to this bug? Phil. --- Phil Chambers ([EMAIL PROTECTED]) University of Exeter On Fri, 17 Sep 2004 10:25:11 +0100 (GMT Daylight Time) Philip Chambers [EMAIL PROTECTED] wrote: I have just installed 3.0.7 so that I can use write list and force user together

Re: [Samba] PANIC in pdb_ldap.c

2004-09-17 Thread Philip Chambers
. --- Phil Chambers ([EMAIL PROTECTED]) University of Exeter On Fri, 17 Sep 2004 12:20:06 +0100 (GMT Daylight Time) Philip Chambers [EMAIL PROTECTED] wrote: I have now identified the cause and it appears that mods applied pdb_ldap.c did not take ldapsam_compat mode into account

[Samba] force user problem

2004-09-15 Thread Philip Chambers
I have samba 3.0.4 set up as a PDC and have a problem with using force user with thie following share: [shared] path = /usr/local/samba/shared write list = usera, userb, userc force user = usera guest ok = true If I try to write a file from an XP system as usera I get an Access is

[Samba] setsockopt returning Invalid argument

2004-09-03 Thread Philip Chambers
I have built samba 3.0.4 on Solaris 9 and it appeared to compile and build OK. It starts up and runs with a PDC smb.conf. It becomes the brows master for the domain and generally seems to look OK. However, when I try to join a PC into the domain I get Invalid argument logged by

[Samba] samba 3.0.4 and -with-ldapsam

2004-09-02 Thread Philip Chambers
I am trying to get samba 3.0.4 to work as a PDC using LDAP with my old samba 2 schema. I used -with-ldapsam when building in the hope that that would be OK. I had a problem when it came to net groupmap ... because samba was trying to use the samba 3 schema attribute sambaSID. I got round this

[Samba] configure not detecting IRIX6

2004-06-15 Thread Philip Chambers
A couple of days ago I sent a message about trying to build 3.0.4 under IRIX6 and having make fail because smbd/quota.h could not find devnm.h. I got no suggestions as to how to work out what the problem was. I have now identified why the problem arose and that moves me to the next problem!

[Samba] devnm.h problem with 3.0.4

2004-06-14 Thread Philip Chambers
I have been using 2.2.5 since soon after its release and all has been well. I decided it was time to go to version 3 if possible, so downloaded 3.0.4. This is on IRIX 6.5. I have tried to build with the same options as before, except I now have to use --without-ads and --without-ldap.