From f455ae1485f4a685e15f6a8eb7c077788d9dc883 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 15 Feb 2016 13:16:58 +0100 Subject: [PATCH] fix ordering in ldap_client_base_dn --- marmoset.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marmoset.conf.example b/marmoset.conf.example index 387a0bf..a5ef893 100644 --- a/marmoset.conf.example +++ b/marmoset.conf.example @@ -62,4 +62,4 @@ ldap_server = localhost ldap_port = 389 ldap_bind_dn = cn=root,dc=example,dc=com ldap_passwort = secret -ldap_client_base_dn = cn=DHCP Service Config,cn=static,dc=example,dc=com +ldap_client_base_dn = cn=static,cn=DHCP Service Config,dc=example,dc=com