From d6f4f618f9057f4b4a852732c3ac9eba0bf46f2a Mon Sep 17 00:00:00 2001 From: Olivier Lambert Date: Wed, 11 Nov 2015 14:34:00 +0100 Subject: [PATCH] Update external_authentication.md --- external_authentication.md | 1 + 1 file changed, 1 insertion(+) 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`):