I've created an LDAP entry for my firm's ActiveDirectory server in user_databases.xml (didn't use this file for anything previously) and refreshed the TeamSite server configs.
How can I confirm that TeamSite can now access the new LDAP server? We've always been able to log in using domain accounts against AD without this entry. We've had iw.cfg set up as follows for quite some time:
[iwcgi]
launchpad_hostname=our_host
domain_list=OUR_DMN
[iwserver]
use_adsi=yes
enable_user_group_disk_cache=false
domain_local_groups=yes
domain_list=OUR_DMN
You may ask why I've added an LDAP entry if I can already gain access to AD via iw.cfg as shown above. I'm asking the same question:
If I can already gain access to AD via iw.cfg, why would I add an LDAP entry for it? What's the difference?
Thanks.