diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2008-09-16 19:40:35 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2008-09-16 19:40:35 +0200 |
| commit | c919e2fb2364fba8ed1835c3e3689caec031bae1 (patch) | |
| tree | c6fb56489e29be0ed54d9be85f5573dbfb5e7017 | |
| parent | 65fa4c6f74141e00303f8db3d7fb6a130f85033e (diff) | |
Fix typo in base.ldif.
| -rw-r--r-- | ldap/db/base.ldif.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/db/base.ldif.in b/ldap/db/base.ldif.in index 88f4eaa..9b350cd 100644 --- a/ldap/db/base.ldif.in +++ b/ldap/db/base.ldif.in @@ -28,7 +28,7 @@ description: Hosts at @ORG@ dn: ou=Services,ou=SAM,@SUFFIX@ objectClass: organizationalUnit -ou: Hosts +ou: Services description: System services at @ORG@ dn: ou=idMap,ou=SAM,@SUFFIX@ |
