From f21122b219c76fc7acd454c99c15199891b3f7a0 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sun, 31 Jul 2016 11:32:02 +0200 Subject: [PATCH] fix AD test configuration --- tests/cfg/attributes.yml | 2 +- tests/cfg/attributes_adldap.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cfg/attributes.yml b/tests/cfg/attributes.yml index 40fc3b7..27406ae 100644 --- a/tests/cfg/attributes.yml +++ b/tests/cfg/attributes.yml @@ -81,7 +81,7 @@ gidNumber: default: 10000 backends: ldap: gidNumber - ad: GIDNumber + ad: gidNumber shell: description: "Shell of the user" display_name: "Shell" diff --git a/tests/cfg/attributes_adldap.yml b/tests/cfg/attributes_adldap.yml index db368e5..42d3637 100644 --- a/tests/cfg/attributes_adldap.yml +++ b/tests/cfg/attributes_adldap.yml @@ -88,7 +88,7 @@ gidNumber: - '30000' backends: ldap: gidNumber - ad: GIDNumber + ad: gidNumber shell: description: "Shell of the user" display_name: "Shell"