diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-12-13 13:18:31 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-12-13 13:18:31 +0100 |
commit | 74dc0d35a2f4d56a1e4621092809d2aedb7f9024 (patch) | |
tree | 0cd642caa8032195b1c2396ef7d50ce428aef5b9 /ldap/db | |
parent | a7929743367910d084f6ac78fe07a7b78d89a600 (diff) |
Improve description field of SAM account to clarify its abbreviation for Security Accounts Manager.
Diffstat (limited to 'ldap/db')
-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 04e39d1..afd7e18 100644 --- a/ldap/db/base.ldif.in +++ b/ldap/db/base.ldif.in @@ -14,7 +14,7 @@ ou: Mail dn: ou=SAM,@SUFFIX@ objectclass: organizationalUnit ou: SAM -description: Samba and NSS stuff +description: Security Accounts Manager (POSIX + Windows stuff) dn: ou=Groups,ou=SAM,@SUFFIX@ objectClass: organizationalUnit |