commit | 392f478443ca35eed52b1f7bcc92e8a02d1f00a1 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Mon May 02 13:23:18 2022 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sat May 14 15:54:36 2022 +0200 |
tree | a19e0c36256cb019c1e98469347af31390456721 | |
parent | 9d59959ae999536f94895dc398bb827040027bf4 [diff] |
Rename ldap .properties to .conf Change-Id: I8a6a49fa5c8ae1e03c9f699d22825a767b8041ea
diff --git a/full/src/main/resources/ldap.properties b/full/src/main/resources/embedded-ldap-default.conf similarity index 72% rename from full/src/main/resources/ldap.properties rename to full/src/main/resources/embedded-ldap-default.conf index c822988..ccb912e 100644 --- a/full/src/main/resources/ldap.properties +++ b/full/src/main/resources/embedded-ldap-default.conf
@@ -1,3 +1,5 @@ +# default and sample configuration for an automatically starting +# embedded LDAP server ldapHost=localhost ldapPort=3267 ldapBase=dc=example,dc=com