search for: smb_assert_array

Displaying 3 results from an estimated 3 matches for "smb_assert_array".

2001 Apr 11
6
Changing Domains from NT4 / AD 2000
Hello all. AIX 4.3.3 / Samba 2.0.6 / Production NT4.0 domain Security = DOMAIN encrypt passwords = yes update encrypted = yes Action: Moving from NT4.0 domain called nt40 to AD 2000 Domain called ad-domain Problem: Users that have been migrated to ad-domain cannot authenticate to AIX SAMBA shares . . . the AIX SAMBA server is still part of the nt40 domain. Explanation: I can however, map /
2000 Aug 29
1
PANIC: assert failed rpc_parse/parse_net.c
Has anyone come across the above in 2.0.7 in a Solaris/Sunos environment. The result is that certain users cann't map drives. Thought it might be something specifc to this version and the user being a secondary member of a large group (not netgroups)... Then I checked the source and the parse_net.c is the same version.... Anyone.... TIA Gordon
2003 Dec 01
0
No subject
...Hello, I hit the assert error in parse_samr.c line 1651, which I think is not correct in its current form: --- parse_samr.c-orig Mon Jul 2 21:34:49 2001 +++ parse_samr.c Mon Jul 2 21:25:03 2001 @@ -1648,7 +1648,7 @@ if(!prs_align(ps)) return False; - SMB_ASSERT_ARRAY(sam->sam, num_entries); + //SMB_ASSERT_ARRAY(sam->sam, num_entries); for (i = 0; i < num_entries; i++) { if(!sam_io_sam_entry3("", &sam->sam[i], ps, depth)) Interesting enough, when I remove the ASSERT (and with my patch sent earlier toda...