diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-22 12:38:39 (GMT) |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-22 12:38:39 (GMT) |
commit | fad1722d88d7946babd56be8198561950a653b8c (patch) | |
tree | b5f1d9c99cfacf7608e55f54ded830a935fbebe3 | |
parent | 6e28aa003136510a41fd70d04e4453020b70a0b1 (diff) | |
download | kolab-schema-fad1722d88d7946babd56be8198561950a653b8c.tar.gz |
Fix typo: kolab2 -> kolab3
-rw-r--r-- | kolab3.ldif | 2 | ||||
-rw-r--r-- | kolab3.schema | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kolab3.ldif b/kolab3.ldif index 080c392..48c37e1 100644 --- a/kolab3.ldif +++ b/kolab3.ldif @@ -35,7 +35,7 @@ # include /kolab/etc/openldap/schema/cosine.schema # include /kolab/etc/openldap/schema/inetorgperson.schema # include /kolab/etc/openldap/schema/rfc2739.schema -# include /kolab/etc/openldap/schema/kolab2.schema +# include /kolab/etc/openldap/schema/kolab3.schema # Prefix for OIDs: 1.3.6.1.4.1.19414 <- registered # Prefix for OIDs: 1.3.6.1.4.1.19414.2000 <-- temporarily reserved for ob # Prefix for attributes: 1.3.6.1.4.1.19414.1 diff --git a/kolab3.schema b/kolab3.schema index 16de46f..fc1bd2f 100644 --- a/kolab3.schema +++ b/kolab3.schema @@ -35,7 +35,7 @@ # include /kolab/etc/openldap/schema/cosine.schema # include /kolab/etc/openldap/schema/inetorgperson.schema # include /kolab/etc/openldap/schema/rfc2739.schema -# include /kolab/etc/openldap/schema/kolab2.schema +# include /kolab/etc/openldap/schema/kolab3.schema # Prefix for OIDs: 1.3.6.1.4.1.19414 <- registered # Prefix for OIDs: 1.3.6.1.4.1.19414.2000 <-- temporarily reserved for ob # Prefix for attributes: 1.3.6.1.4.1.19414.1 |