diff --git a/external_authentication.md b/external_authentication.md index 4d676cf04..549c0b1df 100644 --- a/external_authentication.md +++ b/external_authentication.md @@ -24,6 +24,7 @@ To configure your LDAP, go need to go in the plugin section in "Settings": LDAP Filters allow you to match properly your user. It's not an easy task to always find the right filter, and it's entirely depending of your LDAP configuration. Still, here is a list of common filters: * `'(uid={{name}})'` is usually the default filter for *Open LDAP* +* `'(cn={{name}})'`, `'(sAMAccountName={{name}})'`, `'(sAMAccountName={{name}}@)'` or even `'(userPrincipalName={{name}})'` are widely used for *Active Directory*. Please check with your AD Admin to find the right one. If you don't find the LDAP plugin in the list, be sure to have it displayed in your Xen Orchestra configuration (in `/etc/xo-server/config.yaml`):