Re: please report to samba-technical@samba.org

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 14 Jan 2003, Tim Potter wrote: On Mon, Jan 13, 2003 at 08:40:55AM -0500, Green, Paul wrote: [2003/01/08 08:26:20, 0] rpc_parse/parse_spoolss.c:spoolss_io_devmode(607) spoolss_io_devmode: Unknown specversion in devicemode [0x0]

False positive from net ads testjoin

2003-01-17 Thread Ken Cross
Samba critters: Running with SAMBA_3_0, the following sequence gives incorrect results from the last net ads testjoin: # net ads testjoin -P ERROR: Unable to fetch machine password # net ads join -U ... Joined 'KJCTST' to realm 'WIN2DOM.LOCAL' # net ads testjoin -P Join is OK #

disk_free routines

2003-01-17 Thread Ron Cococcia
Hi, I've been working with samba for a few days (2.2.7a), trying to get it to use my dfree program. I've added a global option dfree command = /usr/local/samba/bin/dfree, and testparms displays that line. I had been trying to get it to call my program, but it never seems to call

Re: --with-cracklib (phase 2)

2003-01-17 Thread Pierre Belanger
[Q] Do we want to be able to configure the dictionnary name within the smb.conf (char *) or hard-coded in cracklib? Perhaps we want to be able to specify multiple directories (char **). npasswd uses (char **) (mutliple). I have no preference. I forgot to mention the following

Re: --with-cracklib (phase 2)

2003-01-17 Thread Andrew Bartlett
On Sat, 2003-01-18 at 08:20, Pierre Belanger wrote: Hi, Here's what I've done so far: - Added a simple API in cracklib for Samba, works great. - Sent an email to Alec Muffett, author of cracklib asking him if he can add this new API that doesn't use getuid() getpwuid(). - Sent an

Re: --with-cracklib (phase 2)

2003-01-17 Thread Pierre Belanger
Hello, Issues questions: - Will we ever see more work on cracklib, nothing changed since 1997. We know we need to add an API that doesn't use getuid() / getpwuid(). If Alec and/or Chris don't want to add an API that doesn't use the get{pw}uid(), we can: 1- Add a patch to cracklib

Re: --with-cracklib (phase 2)

2003-01-17 Thread Andrew Bartlett
On Sat, 2003-01-18 at 09:32, Pierre Belanger wrote: Hello, Issues questions: - Will we ever see more work on cracklib, nothing changed since 1997. We know we need to add an API that doesn't use getuid() / getpwuid(). If Alec and/or Chris don't want to add an API that doesn't

How do I enable groupname map functionality?

2003-01-17 Thread Eric Boehm
I can see code in Samba 2.2.7a in source/smbd/groupname.c to do groupname map functionality. I see #ifdef USING_GROUPNAME_MAP but I don't see any option to configure to enable this. Is this feature available or is it still under development. -- Eric M. Boehm /\ ASCII Ribbon

Re: How do I enable groupname map functionality?

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 17 Jan 2003, Eric Boehm wrote: I can see code in Samba 2.2.7a in source/smbd/groupname.c to do groupname map functionality. I see #ifdef USING_GROUPNAME_MAP This is all removed in Samba 3.0. It has probably bit rotted since I think