search for: 1119999

Displaying 2 results from an estimated 2 matches for "1119999".

Did you mean: 1199999
2013 Dec 07
2
samba4 DC, internal winbind_server: external idmap problem
Hi! i run samba 4.1.2 in DC mode. win7 client joined to this domain successfully. now i try to configure external idmap. i would like it to use our existing ldap server: idmap config DOM : backend = rfc2307 idmap config DOM : range = 1110000-1119999 idmap config DOM : ldap_server = stand-alone idmap config DOM : ldap_url = ldap://ldap.domain.ru idmap config DOM : ldap_user_dn = uid=ldapmaster,cn=ldap.domain.ru idmap config DOM : bind_path_user = cn=dom.domain.ru idmap config DOM : bind_path_group = cn=dom.domain.ru idmap config DOM : cache tim...
2019 Dec 23
0
[PATCH net] virtio_net: CTRL_GUEST_OFFLOADS depends on CTRL_VQ
The only way for guest to control offloads (as enabled by VIRTIO_NET_F_CTRL_GUEST_OFFLOADS) is by sending commands through CTRL_VQ. So it does not make sense to acknowledge VIRTIO_NET_F_CTRL_GUEST_OFFLOADS without VIRTIO_NET_F_CTRL_VQ. The spec does not outlaw devices with such a configuration, but Linux assumed that with VIRTIO_NET_F_CTRL_GUEST_OFFLOADS control vq is always there, resulting in