From d190dc64052050ee309efa0dc61d72e6bfda0d2c Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Mon, 3 Apr 2017 14:21:10 +0200 Subject: [PATCH] Fix typo --- application.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.example.yaml b/application.example.yaml index 2b9373b..25c94ab 100644 --- a/application.example.yaml +++ b/application.example.yaml @@ -89,7 +89,7 @@ ldap: # Phone numbers use the MSISDN format: https://en.wikipedia.org/wiki/MSISDN # This format does not include international prefix (+ or 00) and therefore has to be put in the query. # Adapt this to your needs for each attribute. - msisdn: "(|(telephoneNumber=+%3pid)(mobile=+%3pid)(homePhone=+%3pid)(otherMobile=+3pid)(otherHomePhone=+%3pid)(otherTelephone=+%3pid))" + msisdn: "(|(telephoneNumber=+%3pid)(mobile=+%3pid)(homePhone=+%3pid)(otherMobile=+%3pid)(otherHomePhone=+%3pid)(otherTelephone=+%3pid))"