Displaying 1 result from an estimated 1 matches for "qtype_tkey".
2011 Feb 02
1
Samba 3.5.6 - numerous regressions while running as AD member against Samba4alpha14 DC
...ource3/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, but memberships in any other
groups is lost. I did not found a...