We now have trunk building compat/ and lib/ properly on Windows.

I need a little bit of help now identifying what bundled helpers to auto-disable because they are unnecessary on Windows. Which will leave us the set of helpers to work on fixing bugs in.

This is what I have so far:

helpers/basic_auth:
LDAP
MSNT (disable - SSPI is available)
MSNT-multi-domain
NCSA
NIS
PAM
POP3
RADIUS
SASL
SMB
getpwnam

helpers/digest_auth:
LDAP
eDirectory

helpers/external_acl:
AD_group
LDAP_group
LM_group
eDirectory_userip
kerberos_ldap_group
session
time_quota
unix_group
wbinfo_group

helpers/negotiate_auth:
kerberos

helpers/ntlm_auth:
smb_lm (disable - SSPI is available)


(others elided here [SSPI, fake, file, DB etc] are *supposed* to build on Windows).

Amos

Reply via email to