Hello,
I had some problems to join EFW2.4 to AD, after long night I find the solution:
my configuration:
domain FQDN: domain-fullname.com
short domain name (workgroup): domain
AD server: sbs2003
IP of AD: 192.168.1.100
IP of EFW: 192.168.1.15
EFW: Endian Firewall Community release 2.4.0
Server: SBS2003 with AD
1. install EWF
2. make sure, that the time is the same on EWF and AD: SERVICES->TIMESERVER: overvride default NTP services, put AD server name (sbs2003)
3. NETWORK->EDIT HOST->ADD HOST: ip:192.168.1.100; hostname: sbs2003; domain name: domain-fullname.com;
4. after that, goto PROXY-> enable it and try to join to AD... probably will fall
5. go to SSH :
nano /var/efw/proxy/settings and modify as is bellow:
AUTH_METHOD=ntlm
AUTH_REALM=
domain-fullname.comFORWARD_USERNAME=
GREEN_ENABLED=transparent
HAVP_ENABLED=on
LOGUSERAGENT=
NTLM_DOMAIN=
domainNTLM_PDC=
sbs2003OFFLINE_MODE=off
PDC_ADDRESS=
192.168.1.100PROXY_ENABLED=on
6.
nano /etc/samba/winbind.conf[global]
security = ADS
password server =
sbs2003.domainrealm =
domain-fullname.com# handle logging
syslog only = Yes
log level = 0 winbind:2
syslog = 1
max log size = 1000
local master = no
hosts allow = 192.168.1.15/24
interfaces = br0
bind interfaces only = yes
preferred master = no
dns proxy = no
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
workgroup =
domainwinbind uid = 10000-20000
winbind gid = 10000-20000
winbind use default domain = Yes
winbind separator = +
unix charset = UTF8
ntlm auth = Yes
min protocol = NT1
client NTLMv2 auth = Yes
lm announce = No
7.
/etc/init.d/winbind start8.
net ads join –U<ADadminusername> -s /etc/samba/winbind.conf Enter the password and it should be OK…
Hope, that this manuals help someone ; please for feedback