Re: trust relationship

2002-04-16 Thread Andrew Bartlett
Ariel Mella wrote: how is the state of trust relationship between samba domain and NT 4 domains? in what versions samba2.2x or samba3.x? thanks Developemnt currently underway in HEAD. This won't appear in 2.2. Andrew Bartlett -- Andrew Bartlett [EMAIL

Re: add cast for splint

2002-04-22 Thread Andrew Bartlett
Andreas Moroder wrote: Hello Andrew, what about a #ifdef IRIX or similar ? It would have to be #ifdef _SPLINT_ becouse only splint doesn't like this - the rest of the world is fine with it... Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager

Re: 2.2.3a-CVS HPUX 10.20 and source/nsswitch/hp_nss_common.h

2002-04-23 Thread Andrew Bartlett
MCCALL,DON (HP-USA,ex1) wrote: Andrew, Will need the same to the head branch (SAMBA_3_0, I guess, now), so it will compile on HPUX 10.20 as well... Thanks, Don To do that, I would need the patch attached, and it CCed to me. Thanks, Andrew Bartlett, -- Andrew Bartlett

Re: Samba 2.2.3a --with-nisplussam

2002-05-06 Thread Andrew Bartlett
? Andrew, -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net

Re: winbind authentication

2002-05-12 Thread Andrew Bartlett
controller. It is an ugly hack to get around the fact that we would normally need anonymous access to the DC to function. This of it as the machine account, except that MS don't allow us to use the machine account - so we need to create a second one as well. Andrew Bartlett -- Andrew Bartlett

Re: winbindd uid and gid range assumptions

2002-05-13 Thread Andrew Bartlett
. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net

Re: Question for someone

2002-05-15 Thread Andrew Bartlett
.samba.org/samba/support/ may still be around, but other then SerNet (www.sernet.de) I've not dealt with any of them, so can't really say much :-). Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student

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

2002-05-17 Thread Andrew Bartlett
got a chance to writing it yet. (Patches are more than welcome). Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http

Can I kill... 'add user script' behaviour in adding users during logon?

2002-05-17 Thread Andrew Bartlett
of winbind, but I digress) could we at least use a different option?Like 'dynamic login user add script'? Or keep these but rename the SAMR meanings? What do you think? Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba

Re: [PATCH] winbind id assignment module

2002-05-18 Thread Andrew Bartlett
Mike Gerdts wrote: On Sat, 2002-05-18 at 20:05, Andrew Bartlett wrote: I don't think I actually looked at the code for the first patch, only the comments. Unless a patch is *really* big (in which case you should consider why this is the case) you would do well to always include

Re: Attachments - Re: [PATCH] winbind id assignment module

2002-05-19 Thread Andrew Bartlett
John E. Malmberg wrote: Andrew Bartlett wrote: Mike Gerdts wrote: I am confused on list etiquette... I thought that samba-technical was one that everyone complained about attachments 'cause it screwed up the -digest version. I think that was just 'samba' BTW. This list has always

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

2002-05-20 Thread Andrew Bartlett
to writing it yet. (Patches are more than welcome). Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http

Re: [PATCH] winbind id assignment module

2002-05-20 Thread Andrew Bartlett
up before we shutdown winbind or we reload the plugin. How does that sound? Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED

Re: [PATCH]Make VFS modules work under Solaris and AIX

2002-05-21 Thread Andrew Bartlett
meant to use the DYNEXP variable, rather than a new one? DYNEXP is meant to be set to the appropriate linker flags for dynamic function export (which is what you are trying to do, isn't it? (it is also used by pdbedit/smbpasswd for dynamic passdb modules) Andrew Bartlett -- Andrew Bartlett

Re: Proposed code cleanup

2002-05-23 Thread Andrew Bartlett
Jeremy Allison wrote: On Thu, May 23, 2002 at 01:01:05AM +1000, Andrew Bartlett wrote: (I was going to commit this, but decided that I should get some comment first) More code cleanup - this lot a bit more dodgy than the last: The aim is to trim pwd_cache down to size. Its overly

Re: [PATCH] Various

2002-05-24 Thread Andrew Bartlett
it and return that to the caller. Only return 'INVALID_PARAMATER' if the selected backend wasn't in the list etc. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker

Re: samba-patches heads up

2002-05-24 Thread Andrew Bartlett
-patches queue; I'm sorry to add to it. The 'direct to interested parties' queue is much shorter... CC me and the list on a bulk (but sane) patch, and I'll see what I can do. (I can apply these to HEAD, but I try not to mess with 2.2). Andrew Bartlett -- Andrew Bartlett

Stablising the winbind interface for squid's NTLM code

2002-05-25 Thread Andrew Bartlett
the second helper the challange packet, with a tag to say 'pretend you sent this'. How does this sound? Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College

Re: Stablising the winbind interface for squid's NTLM code

2002-05-25 Thread Andrew Bartlett
Henrik Nordstrom wrote: Andrew Bartlett wrote: Being a seperate execuable, licencing issues are overcome (not an issue for squid, but we can now allow the same thing for apache). I hope that we can also use the same NTLMSSP implementation inside Samba - which should ensure its

Interesting note to Passdb maintainers

2002-05-26 Thread Andrew Bartlett
if required, and should do lookups based on RID as much as possible. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org

NTLMv2 in NTLMSSP! (was: Re: NTLMv2 support for NT4 and Win2k Clients)

2002-05-26 Thread Andrew Bartlett
Andrew Bartlett wrote: Just a quick note: I finally got around to testing NTLMv2 support for NT and Win2k clients. The basic news is that it works. The restrictions are that for win2k it must be run with the 'use spnego = false' smb.conf option. (Without this Win2k will attempt to use

Re: Proposed code cleanup

2002-05-27 Thread Andrew Bartlett
Jeremy Allison wrote: On Thu, May 23, 2002 at 01:01:05AM +1000, Andrew Bartlett wrote: (I was going to commit this, but decided that I should get some comment first) More code cleanup - this lot a bit more dodgy than the last: The aim is to trim pwd_cache down to size. Its overly

Re: VFS mailing list

2002-05-28 Thread Andrew Bartlett
would probably do well to have team-folk at least glance at what they are doing. In any case, things are really still in development - we have a patch to rework the subsystem substantially that is yet to get applied, for example. Andrew Bartlett -- Andrew Bartlett

Re: Samba as a gateway to OpenAFS

2002-05-29 Thread Andrew Bartlett
to the plaintext passwords of all users. Yes, most of the current solutions are pretty nasty... Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College

Re: Samba as a gateway to OpenAFS

2002-05-29 Thread Andrew Bartlett
Love wrote: Andrew Bartlett [EMAIL PROTECTED] writes: 1. Get rid of AFS's need for plaintext passwords. [] Ah, of course credential forwarding/proxying would be a requirement for making this work without giving the gateway special privileges; I'd completely overlooked

Re: Samba as a gateway to OpenAFS

2002-05-29 Thread Andrew Bartlett
Love wrote: Andrew Bartlett [EMAIL PROTECTED] writes: I see no reason why this would not be possible. We would need to do a little bit of work on the smbd side of things, but credential forwarding is pretty standard. This assumes either a AD domain, or Samba modified

Re: Stablising the winbind interface for squid's NTLM code

2002-05-29 Thread Andrew Bartlett
it in samba would not pose a particular problem. Of course it is one thing to propose, quite another to actually implement... But I do think that this work (particularly the server end, but also the client) should live in the samba tree. Andrew Bartlett -- Andrew Bartlett

Re: known BUG multi-byte character set in usernames

2002-05-31 Thread Andrew Bartlett
that in. In the meantime, this looks bogus. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http

Re: Changing domain passwords

2002-06-03 Thread Andrew Bartlett
just noticed this for testparam. I might get to chase it up, but I've CC'ed 'ab', who I think was the last person messing in that area. (It could also be somthing comleatly unrealated) Thanks, Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager

'delete user script' behaviour in 2.2 series

2002-06-04 Thread Andrew Bartlett
(it just dos samr remote admin stuff now). Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org

Re: VS: Multiple SWAT admins

2002-06-10 Thread Andrew Bartlett
in the smb.conf file, so I can post my patch here if requested.) Any swat user is one 'root preexec' away from being root, so there is no security benifit from doing this. Other than that, I think the permissions are based on who can modify the smb.conf file. Andrew Bartlett -- Andrew Bartlett

Re: Modulize Group mapping

2002-06-13 Thread Andrew Bartlett
and new enthusiasm). Thanks! Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org

Re: [PATCH] add pdb_set_{user,group}_sid_from_string

2002-06-13 Thread Andrew Bartlett
much rather see it implemented using pdb_set_user_sid() and a local variable. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http

Re: [PATCH] lp_passdb_backend() - list, sid_copy() fix

2002-06-13 Thread Andrew Bartlett
% of the time you *know* its a valid sid. (So add the check to the code that is reading it from secrets.tdb). Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker

Re: [PATCH] lp_passdb_backend() - list, sid_copy() fix

2002-06-13 Thread Andrew Bartlett
to secrets.tdb) Applied, but I've done the sid_copy() problem differently. We really should be checking the return from get_global_sam_sid() where it could possibly not exist - or make that fn panic or somthing. Andrew, -- Andrew Bartlett [EMAIL PROTECTED] Manager

passdb TODO list

2002-06-14 Thread Andrew Bartlett
Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net

Re: passdb TODO list

2002-06-14 Thread Andrew Bartlett
are gone in 3.0, what should I do? is this translation needed at all in 3.0? passdb should not do any translation, unless it wants to use unicode or the backend uses a particular (fixed) encoding. Otherwise, all strings are 'unix strings'. Andrew Bartlett -- Andrew Bartlett

Re: [PATCH] add pdb_set_{user,group}_sid_from_string

2002-06-14 Thread Andrew Bartlett
, libxml, etc) but still can build packages with only a plugin Sounds like a nice idea - I'll see what others think of it. Andrew Bartlett, -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network

Re: passdb TODO list

2002-06-15 Thread Andrew Bartlett
Jeremy Allison wrote: On Sat, Jun 15, 2002 at 12:25:42AM +1000, Andrew Bartlett wrote: Otherwise, all strings are 'unix strings'. But what character set is a unix string ? What if we get an incoming UCS2 string that doesn't map ? We need to use utf8 in all the backends

Re: Cascaded VFS patch

2002-06-18 Thread Andrew Bartlett
and auth modules. It also works much better for the builtin-and-or-external case. My only issue is with the complete loss of compile-time type checking. How should that be addressed? Andrew Bartlett, -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication

Re: Cascaded VFS patch

2002-06-18 Thread Andrew Bartlett
Simo Sorce wrote: On Tue, 2002-06-18 at 09:05, Andrew Bartlett wrote: Simo Sorce wrote: + /* Handles on dlopen() call */ + smb_vfs_dl_handle *dl_handle; + void **vfs_private; Why a void** ? Because you really do not know what the module wants to put

Re: UTF-8 support and other quirks in the LDAP backend (in 2.2.4).

2002-06-18 Thread Andrew Bartlett
use it at my site. (It was a the subject of a mildly hostile takeover earlier this year, along with the rest of the passdb subsystem ;-) Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student

Re: NTLM authentication with smblib against AD

2002-06-18 Thread Andrew Bartlett
of the protocol, and therefore fail when the remote server only accepts NT authenticaion (not the LM used in older versions). Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator

Re: Winbindd!

2002-06-19 Thread Andrew Bartlett
this, but takes 'guesses' at the username instead... Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http

Re: CIFS VFS posted

2002-06-20 Thread Andrew Bartlett
such as access control and Kerberos integration. Apart from the 'sombody killed my conn' issue, the issue that prevents kerberos intergration in smbfs is NTSTATUS support - again, becouse it uses the samba mount-time helper. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED

Re: CIFS VFS posted

2002-06-20 Thread Andrew Bartlett
:-) Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net

Re: Rant re mutation [Was libsmbclient functionality addition]

2002-06-20 Thread Andrew Bartlett
for, and what (it appears) has been implemented. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http

Re: PATCH: context based libsmbclient

2002-06-20 Thread Andrew Bartlett
://niihau.student.utwente.nl/~sketch/libsmbc2-1.diff I only gave it a quick glance, but it looks good to me. I'll try to give it a bit more review, perhaps when I've out of exams. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL

Re: [PATCH]Authentication failures with security=server

2002-06-21 Thread Andrew Bartlett
Richard Sharpe wrote: On Fri, 21 Jun 2002, Andrew Bartlett wrote: Juergen Hasch wrote: Hi, this is a simple backport of Andrew Bartlett's mutex fix from HEAD to 2.2.5. It fixes spurious authentication failures when using security=server. For the record, this is the Win2k

Re: Where discuss VFS issues

2002-06-21 Thread Andrew Bartlett
, and I think I've some usefull ideas. samba-technical is the place. In particular, you might want to look at the current patch, and see if you have any issues with it etc. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems

Re: PATCH: context based libsmbclient

2002-06-22 Thread Andrew Bartlett
/tab interaction, but watch that indent. Again, thanks for the patch, it looks pretty good. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL

Re: PATCH: context based libsmbclient

2002-06-23 Thread Andrew Bartlett
what needs to be fixed. Thanks! Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org

Breaking up some of samba's includes.

2002-06-23 Thread Andrew Bartlett
not convinced that the current situation is ideal. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http

Re: [Samba] RE: FW: samba woes

2002-06-26 Thread Andrew Bartlett
the team). Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net

Re: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread Andrew Bartlett
. I can not access shares as it stands now... Joined domain INS. So it joined fine. sessionid.tdb is not related to this at all - and should be created on the first login to the server. Look into the smbd logs for connections, not the domain join. Andrew Bartlett -- Andrew Bartlett

Re: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread Andrew Bartlett
it mean it can't execvp it? I dunno - but just make it a simple 'panic action = /bin/sleep 9000' and attach manually. Then lets look at it from there. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL

Re: Draft of branch maintainence and release plans....

2002-07-02 Thread Andrew Bartlett
due to the risk of destabilizing the branch. There will be a 2.2.6 release most likely, but all efforts should be concentrated on HEAD. Finally! :-) Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL

Re: Is it a bug or a feature?

2002-07-03 Thread Andrew Bartlett
, but have not got around to it yet. -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http

Re: NetUserGetInfo

2002-07-04 Thread Andrew Bartlett
, not domain properties. Also, we probably don't have the full story on exactly what is in that struct - but I know its been looked at a little. Andrew Bartlett, -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED

Re: What is the case for preserving case under Samba ...

2002-07-05 Thread Andrew Bartlett
' case. You need a real case-insensitive filesystem. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http

Some notes on Netlogon SAMSYNC

2002-07-07 Thread Andrew Bartlett
that there are some more flags and stuff to sort out there... Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http

Re: Question related to DEBUG

2002-07-07 Thread Andrew Bartlett
still have problems. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http

Re: Head Compile Errors in rpc_server/srv_reg_nt.c on sparc-sun-solaris2.8 cc: WorkShop Compilers 5.0 98/12/15 C 5.0

2002-07-07 Thread Andrew Bartlett
failed for target `rpc_server/srv_reg_nt.o' Fix is: Thanks, I've fixed that. I hope jerry isn't too mad at me for it ;-) Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network

Link less to smbmnt

2002-07-07 Thread Andrew Bartlett
removes most of that - in an attempt to allow for easier verification of its security status. I would also (but not included in this patch) like to remove its use of includes.h (for the same reason), but I know tridge has different opinions on things like that. What do people think? Andrew Bartlett

Re: Draft of branch maintainence and release plans....

2002-07-08 Thread Andrew Bartlett
David Collier-Brown wrote: On Wed, 3 Jul 2002, Andrew Bartlett wrote: * Full Windows NT 4.0 PDC support - Trust relationships - SAM replication [And someone said] I don't see this being in 3.0. Maybe a later release, but there is more work 'todo' in this area

Re: Draft of branch maintainence and release plans....

2002-07-08 Thread Andrew Bartlett
Gerald Carter wrote: On Tue, 9 Jul 2002, Andrew Bartlett wrote: I've never suggested that anybody put any work on hold. I'm just worried about others promising features that I personally feel might not be compleated in the timeframe and that I *know* have major hurdles in the way

Re: [Draft #2] Samba 3.0 roadmap...idmap storage centralidmaprepository

2002-07-09 Thread Andrew Bartlett
seem good, but I would really prefer to smb_ucs2_t types in it :) We will see... Andrew, -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http

Re: Preventing users from changing password

2002-07-10 Thread Andrew Bartlett
subsystem with such features. PasswordCanChange is also not yet implemented, but I'll take patches (to HEAD) to improve that support. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student

Re: Status Codes.

2002-07-10 Thread Andrew Bartlett
mechinism. The best available is found on Win2k - but we like keeping at arms length from that stuff. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College

Re: [PATCH] Password Locked Account Control

2002-07-12 Thread Andrew Bartlett
Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net

Re: [PATCH] Password Locked Account Control

2002-07-13 Thread Andrew Bartlett
to get the scope of the problem. I definately will. I'm still trying to get a feel for how a password change flows through the code -- But I thought I had it. It is a complex beast. -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba

Re: [PATCH] Password Locked Account Control

2002-07-13 Thread Andrew Bartlett
authorization' fuction - but getting this all in one place would be good. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http

Re: cvs commit: tng/source/include debug.h tng/source/lib debug.c

2002-07-14 Thread Andrew Bartlett
1.7 +8 -11 tng/source/include/debug.h 1.14 +295 -78 tng/source/lib/debug.c -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED

Re: Password change code

2002-07-14 Thread Andrew Bartlett
also use. We should test if machines are premitted to change their password this way at all. (They *should* make a netlogon call). Did I mention this code is complex? Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba

Re: Password change code

2002-07-19 Thread Andrew Bartlett
password change in that case, (current behaviour) but I'm not sure thats correct. I'll think about it. Andrew Bartlett -- Patrick McCarty Video Technician Azusa Pacific University Logic is a systematic method of coming to the wrong conclusion with confidence

Re: compiling smbtorture on win32 (cygwin)

2002-07-19 Thread Andrew Bartlett
really should not be hard. We could rewrite the configure script to only block compiling smbd without locking. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker

Re: Fwd: PAMSMBD ?

2002-07-19 Thread Andrew Bartlett
winbindd to do the same thing, without any of these problems. Samba HEAD adds 'winbind use default domain', where users don't need to 'prefix' their username like so 'domain\username'. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication

Re: [Samba] Parameter hide unwritable

2002-07-26 Thread Andrew Bartlett
familiar with samba sourcecode and would drop some lines for it? It doesn't really work like that - you have to produce the patch, and argue why it's a good idea... Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team

Re: Winbind patch fixes broken client. Please have a look.

2002-07-28 Thread Andrew Bartlett
, (struct sockaddr *)sunaddr, sizeof(sunaddr)) == -1) { close_sock(); *** *** 167,172 --- 191,197 return winbindd_fd; } + /* Write data to winbindd socket */ -- Andrew Bartlett [EMAIL PROTECTED] Manager

Re: Patch to do LSA 0x2e rpc - next gen

2002-07-29 Thread Andrew Bartlett
, the kerberos realm is an smb.conf paramater. (lp_realm()) Andrew, -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http

Re: SNIA CIFS TR

2002-07-31 Thread Andrew Bartlett
Michael B.Allen wrote: On Tue, 30 Jul 2002 20:24:48 +1000 Andrew Bartlett [EMAIL PROTECTED] wrote: I wish someone would do a real analysis and write some practical documentation. A volenteer! Great! I'll see what help I can be, but you might want

Re: New sam system

2002-07-31 Thread Andrew Bartlett
Kai Krueger wrote: P.S. perhaps adding const all along would make it clear which parameters are in parameters and which are out paramters Yes, that would be a very good idea. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication

Re: Samba function test

2002-07-31 Thread Andrew Bartlett
is invalid\n, fname)); return(ERROR_NT(NT_STATUS_INVALID_PARAMETER)); } Jim Myers IBM Almaden Research Center B3-239, 408-927-2013 -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network

Re: Samba function test

2002-07-31 Thread Andrew Bartlett
codes...) Even better would be to be able to replicate Win2k when it speaks DOS error codes too (you would need to use smbfilter), but we *know* that our NTSTATUS codes are often wrong, and need fixing. Thanks, Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED

Re: Winbind patch fixes broken client. Please have a look.

2002-07-31 Thread Andrew Bartlett
/alternate behaviours if required) I think I'll be able to apply it. Nice work! Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED

Re: Eliminating gettimeofday from construct_reply

2002-08-01 Thread Andrew Bartlett
. Sounds like a fair optimization to me - assuming that's what it is for. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http

Re: Visual Studio 6 + Samba 2.2.5 misbehaves.

2002-08-01 Thread Andrew Bartlett
Security Policies/User Manager (depending on OS) you need to set the advanced options to allow Users can change system time. By default Administrators and Power users only can. Or setup an NTP server an use 'ntptime' to syncronise them as 'system'. Andrew Bartlett -- Andrew Bartlett

Re: Samba function test

2002-08-01 Thread Andrew Bartlett
slath. This is illegal and should return an invalid parameter status. This looks like a *very* intersting tool. Particulary with the NTSTATUS codes displayed etc. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team

Re: Win2K resetting connections. Is there a service pack?

2002-08-01 Thread Andrew Bartlett
' it with some security=domain bugs, and saw the real implications... Anyway, the solution is to always do an anonymous session setup straight after the negprot, which will insulate that particular connection from this bug. Andrew Bartlett -- Andrew Bartlett [EMAIL

Re: LDAP an %variables

2002-08-03 Thread Andrew Bartlett
store the expanded strings back, unless they are modified by a client. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http

Re: LDAP an %variables

2002-08-03 Thread Andrew Bartlett
Marcel Ritter wrote: On Sat, 3 Aug 2002, Andrew Bartlett wrote: Marcel Ritter wrote: Hi there! I recently set up a samba server with LDAP support. After some tests with different windows versions my profile was trashed. So I tried to store the profile in a subdirectory

Re: dox not up to date for head

2002-08-08 Thread Andrew Bartlett
it ever made it into a cronjob. Andrew, -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http

Re: [Fwd: CVS update: samba/source/registry]

2002-08-08 Thread Andrew Bartlett
Andrew Bartlett wrote: Bradley W. Langhorst wrote: On Tue, 2002-08-06 at 06:42, Andrew Bartlett wrote: If you track CVS too closly you occasionally get bitten :-) This may interest those who used Samba HEAD CVS between 15 and 26 July and can no longer use usrmgr on their domain

Re: cvs dead?

2002-08-10 Thread Andrew Bartlett
Guenther Deschner wrote: hello, just wanted to let you know that pserver.samba.org refuses cvs-connections. maybe the server has died? Nope, just moved house. By the time you read this DNS should have caught up with the new reality. Andrew Bartlett -- Andrew Bartlett

Re: group mapping

2002-08-10 Thread Andrew Bartlett
, map.comment, map.systemaccount); reads in the group mapping from group_mapping.tdb It should, yes. -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED

Re: NT BDC on SAMBA-LDAP Domain

2002-08-12 Thread Andrew Bartlett
Nucleo Anti-Virus wrote: Does anybody knows about SAM replication in HEAD ?? I need to put a NT BDC server to work in my SAMBA-LDAP Domain . Not possible in any version of Samba. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication

Re: Odd error message in winbind

2002-08-12 Thread Andrew Bartlett
Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net

Re: FW: Samba intermittently rejecting connection requests (PR#25232 )

2002-08-13 Thread Andrew Bartlett
:08:35, 3] smbd/service.c:make_connection_snum(524) ** Connect path is (I monkied with the times to do a diff between the two connects, so ignore the timestamps). Yep, I broke it :-) Fixed in current HEAD. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED

Re: winbind template homedir

2002-08-14 Thread Andrew Bartlett
. -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net

Re: unresolved symbols in pam_smbpass (again)

2002-08-14 Thread Andrew Bartlett
to use it :-) Andrew, -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net

  1   2   3   4   5   >