Displaying 1 result from an estimated 1 matches for "num_answ".
2011 Feb 02
1
Samba 3.5.6 - numerous regressions while running as AD member against Samba4alpha14 DC
...dnsgss.c 2010-10-07
19:41:16.000000000 +0300
+++ samba-3.5.6/source3/libaddns/dnsgss.c 2011-02-01 16:31:35.000000000 +0200
@@ -175,7 +175,7 @@
* TODO: Compare id and keyname
*/
- if ((resp->num_additionals != 1) ||
+ if (/*(resp->num_additionals != 1) ||*/
(resp->num_answers == 0) ||
(resp->answers[0]->type != QTYPE_TKEY)) {
err = ERROR_DNS_INVALID_MESSAGE;
3. nss_winbind shows only a single group for each domain user. I mean
when I issue the 'id username' command the 'Domain Users' group is
returned as primary group for username,...