hi, ppl
i\'m found that when i want change somthing in user accaunt\'s from
winnt usrmgr
samba say that can\'t open rid database. i look to source and see    in
passdb/pdb_tdb.c on the line 28:
#define PASSDB_FILE_NAME        \"/passdb.tdb\"
that shold be, imho:
#define PASSDB_FILE_NAME        \"passdb.tdb\"
and on my previouse message i wrote about strange records in log file:
[2001/12/28 10:12:09, 0] lib/charcnv.c:convert_string(144)
  Required 12, available 11
i\'m find that in lib/charcnv.c in function push_ascii that if set flag
STR_TERMINATE, when src_len increase:
        if (flags & STR_TERMINATE) {
                src_len++;
        }
but dest_len not increase. i\'m try fix it, but that not enouth :(
records in log files now less, but it exist :(