I guess you need to set ldap_auth_type=SIMPLEBIND ldap_userdn_format=sAMAccountName=%s,OU=Company,DC=medint,DC=local
I would start with ldap_admin_dn=CN=dummy,OU=Company,DC=medint,DC=local ldap_passwd=dummy07 ldap_search_base=OU=Company,DC=medint,DC=local ldap_search_query=(sAMAccountName=%s) ldap_auth_type=SEARCHANDBIND On Thu, Dec 4, 2014 at 12:24 PM, Ian <[email protected]> wrote: > According to the docs here: > http://openmeetings.apache.org/LdapAndADS.html > > "In: $RED5_HOME/webapps/openmeetings/conf you will find sample > configurations for LDAP and Active Directory." > > However, I only see an example configuration file for ldap, not AD. Have > the two been merged in 3.x? When searching for the AD example file in > Google, I'm finding examples, but the posts are all dated 2011 or earlier > and the settings are vastly different than those in the example LDAP > configuration file. > > I've got AD working correctly with other open source projects (OpenFire), > so I have some clue as to how to set things up, however, I don't see an > option to set the username field to sAMAccountName, and I'm confused about > what I need to set ldap_userdn_format to. > -- WBR Maxim aka solomax
