diff options
author | Gerald Carter <jerry@samba.org> | 2003-08-20 16:08:39 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-08-20 16:08:39 +0000 |
commit | f72f51d39ff3e6d22dbda8b9c115ca10e93e7022 (patch) | |
tree | 983632754ff746cd23a07453e7f7702b1cabc1cc /examples | |
parent | dd2cf4897ec3db25c24a2724ffdef4f905625f6a (diff) | |
download | samba-f72f51d39ff3e6d22dbda8b9c115ca10e93e7022.tar.gz samba-f72f51d39ff3e6d22dbda8b9c115ca10e93e7022.tar.xz samba-f72f51d39ff3e6d22dbda8b9c115ca10e93e7022.zip |
fix comments about schema dependencies
Diffstat (limited to 'examples')
-rw-r--r-- | examples/LDAP/samba.schema | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 6e8387f16e7..14cd7205880 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -1,10 +1,11 @@ ## -## schema file for OpenLDAP 2.0.x -## Schema for storing Samba's smbpasswd file in LDAP +## schema file for OpenLDAP 2.x +## Schema for storing Samba user accounts and group maps in LDAP ## OIDs are owned by the Samba Team ## -## Prerequisite schemas - uid (cosine.schema) +## Prerequisite schemas - uid (cosine.schema) ## - displayName (inetorgperson.schema) +## - gidNumber (nis.schema) ## ## 1.3.6.1.4.1.7165.2.1.x - attributetypes ## 1.3.6.1.4.1.7165.2.2.x - objectclasses |