search for: ifmap

Displaying 4 results from an estimated 4 matches for "ifmap".

Did you mean: idmap
2009 Jun 08
1
problem compiling ctdb
...2-Jun-2009. During make it fails with error: Compiling utils/ipmux/ipmux.c In file included from /usr/include/linux/netfilter_ipv4/ip_queue.h:10, from /usr/include/libipq.h:37, from utils/ipmux/ipmux.c:31: /usr/include/linux/if.h:59: error: redefinition of `struct ifmap' /usr/include/linux/if.h:77: error: redefinition of `struct ifreq' /usr/include/linux/if.h:126: error: redefinition of `struct ifconf' make: *** [utils/ipmux/ipmux.o] Error 1 After some investigation, I found out that there two conflicting includes: 1. utils/ipmux/ipmux.c -> ./inc...
2009 Jan 29
1
Samba 3.2.7 and XP authentication error
...security = ads winbind use default domain = yes winbind enum users = yes winbind enum groups = yes idmap domains = WG-NAME idmap config WG-NAME:default = yes idmap config WG-NAME:backend = rid idmap config WG-NAME:range = 100-200000 ifmap config WG-NAME:base_rid = 1 allow trusted domains = no winbind refresh tickets = true inherit permissions = yes ------------------------------ krb5.conf kerberos works via DNS. This is based on an article (which I can't locate at the moment) in samba wiki. [logging] d...
2007 Nov 22
1
[Bridge] Conflict between net/if.h and linux/if.h
...two lib (libnl first and libbridgge after) and I've a conflict with the inclusion of linux/if.h (in libnl headers) and net/if.h (in libbridge.h), I've this error : /usr/include/net/if.h:45: error: parse error before numeric constant /usr/include/net/if.h:111: error: redefinition of `struct ifmap' /usr/include/net/if.h:126: error: redefinition of `struct ifreq' /usr/include/net/if.h:176: error: redefinition of `struct ifconf' I modify the libbridge.h to include the net/if.h only if the linux/if.h is not define : --- libbridge.h 2007-11-22 12:16:17.000000000 +0100 +++ libbridge...
2008 Sep 17
1
winbind problems
...winbind use default domain = yes winbind enum users = yes winbind enum groups = yes allow trusted domains = no idmap domains = NNNN idmap config NNNN:default = yes idmap config NNNN:backend = rid idmap config NNNN:range = 100-200000 ifmap config NNNN:base_rid = 0 ---snip--- Kerberos information is resolved via DNS, and to my knowledge this works OK. So, I have not made any changes in the /etc/krb5.conf as was instructed in Samba documentation. Kinit tests do return what they should return. Ntp is configured and running OK. Now the...