
6 Jul
2012
6 Jul
'12
4:51 p.m.
Hi,
On Fri, 2012-07-06 at 13:47 +0000, Daniel Hooper wrote:
Not knowing much but should the LDAP suffix have “,” at the beginning?
Yes, it is.
$config['auth_ldap_suffix'] = ",dc=test,dc=com";
Basically we do prefix+username+suffix, so it should end up like uid=tom,dc=observium,dc=org.
Guessing you’ve hashed out the real AD domain to protect the innocent?
Also.. try port 3268, this goes onto explain the difference between hitting port 389 and 3268;http://technet.microsoft.com/en-us/library/cc978012.aspx
Other than that, I have no clue about AD or how to auth LDAP against it... Does it contain uid= "posix user" fields and memberUid groups?
Tom