Re: --with-cracklib for Samba

2003-01-16 Thread Andrew Bartlett
On Fri, 2003-01-17 at 06:43, Pierre Belanger wrote: > Hi, > > I need "expert" comments on the following, it's "kind of" > related to "cracklib". I could dig another 3 hours in the > code but I prefer to keep that 3 hours for cracklib ;-) > > - rpc_server/srv_samr_nt.c line ~ 2836 & line ~ 2898 :

Re: --with-cracklib for Samba

2003-01-16 Thread Pierre Belanger
Hi, I need "expert" comments on the following, it's "kind of" related to "cracklib". I could dig another 3 hours in the code but I prefer to keep that 3 hours for cracklib ;-) - rpc_server/srv_samr_nt.c line ~ 2836 & line ~ 2898 : /* update the UNIX password */ if (lp_unix_password_sync() )

Re: --with-cracklib for Samba

2003-01-16 Thread Andrew Bartlett
On Thu, 2003-01-16 at 20:42, David Lee wrote: > On Wed, 15 Jan 2003, Pierre Belanger wrote: > > > Last night I did a "grep -i todo" in the source code, to see > > if I could contribute a little bit more ;-) I found the > > following: > > > > smbd/chgpasswd.c: /* TODO: Add cracklib support here

Re: --with-cracklib for Samba

2003-01-16 Thread David Lee
On Wed, 15 Jan 2003, Pierre Belanger wrote: > Last night I did a "grep -i todo" in the source code, to see > if I could contribute a little bit more ;-) I found the > following: > > smbd/chgpasswd.c: /* TODO: Add cracklib support here */ > > I started working on this last night (using SAMBA_3

Re: --with-cracklib for Samba

2003-01-15 Thread Andrew Bartlett
On Thu, 2003-01-16 at 16:17, John H Terpstra wrote: > Pierre, > > Sounds interesting. Please keep this going as there is a lot of interest > in forced secure password change process. I certainly agree, as the one who put the comment there in the first place :-). We already have 'min password age

Re: --with-cracklib for Samba

2003-01-15 Thread John H Terpstra
Pierre, Sounds interesting. Please keep this going as there is a lot of interest in forced secure password change process. Strongly suggest getting the official sources updated, as you have already suggested. There should be someone who might want to help get this into the official code tree. Who

--with-cracklib for Samba

2003-01-15 Thread Pierre Belanger
Hi all, Last night I did a "grep -i todo" in the source code, to see if I could contribute a little bit more ;-) I found the following: smbd/chgpasswd.c: /* TODO: Add cracklib support here */ I started working on this last night (using SAMBA_3_0 branch) and do have something working (the "con