Problems with smbpasswd-program

Luke Kenneth Casson Leighton lkcl at cb1.com
Mon May 11 17:54:45 GMT 1998


> Can someone ( Luke, Jeremy, etc... ) verify / discredit the following
> observation
> 
> ------- smbpasswd .c ------------------------------------
> 
>   /*
>    * Open the smbpaswd file.
>    */
>   vp = startsmbpwent(True);
>   if (!vp && errno == ENOENT) {
>           fp = fopen(lp_smb_passwd_file(), "w");
>           if (fp) {
>                   fprintf(fp, "# Samba SMB password file\n");
>                   fclose(fp);
>                   vp = startsmbpwent(True);
>           }
>   }
>   if (!fp) {

my email system is running so slow that jeremy had fixed this before i'd
even received acknowledgement :-)



More information about the samba-ntdom mailing list