diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-01-24 15:55:00 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-01-24 15:55:00 +0100 |
| commit | e2ee93b2351537b81cc1b7330f97e8ded531e018 (patch) | |
| tree | 2cb5ab960e82329d2efbf4158dc6250e5675228f | |
| parent | de24f2b9f25bc28f079242619ce5f41f6ca38707 (diff) | |
Rename schema file to drop the '2' from cristal
| -rw-r--r-- | bin/openldap/cristal.schema (renamed from bin/openldap/cristal2.schema) | 0 | ||||
| -rw-r--r-- | bin/openldap/slapd.conf | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/openldap/cristal2.schema b/bin/openldap/cristal.schema index 2370964..2370964 100644 --- a/bin/openldap/cristal2.schema +++ b/bin/openldap/cristal.schema diff --git a/bin/openldap/slapd.conf b/bin/openldap/slapd.conf index 4502164..ebf42df 100644 --- a/bin/openldap/slapd.conf +++ b/bin/openldap/slapd.conf @@ -1,5 +1,5 @@ include /etc/openldap/schema/core.schema
-include cristal-kernel/bin/openldap/cristal2.schema
+include cristal-kernel/bin/openldap/cristal.schema
pidfile /var/run/slapd/slapd.pid
argsfile /var/run/slapd/slapd.args
|
