diff options
author | Jim McDonough <jmcd@samba.org> | 2003-09-11 18:37:17 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2003-09-11 18:37:17 +0000 |
commit | d80e9b7e42c3b474dc04a635e6494dc6bfd11fe1 (patch) | |
tree | 9609bd39b6b0dd2f700c4886ef2f706c35b4a20d /examples/LDAP/samba.schema.oc.IBM-DS | |
parent | 95bfe31c1f4fda39195fcc2fea0648c277a0e49d (diff) | |
download | samba-d80e9b7e42c3b474dc04a635e6494dc6bfd11fe1.tar.gz samba-d80e9b7e42c3b474dc04a635e6494dc6bfd11fe1.tar.bz2 samba-d80e9b7e42c3b474dc04a635e6494dc6bfd11fe1.zip |
Updated 3.0 schema files for IBM Directory Server 5.1
keeps with IBM convention of separate attributetype and objectclass definitions
(This used to be commit 861f3b0d5fc11645f05494a6a5fe716031cfc79f)
Diffstat (limited to 'examples/LDAP/samba.schema.oc.IBM-DS')
-rw-r--r-- | examples/LDAP/samba.schema.oc.IBM-DS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/LDAP/samba.schema.oc.IBM-DS b/examples/LDAP/samba.schema.oc.IBM-DS new file mode 100644 index 0000000000..202c332407 --- /dev/null +++ b/examples/LDAP/samba.schema.oc.IBM-DS @@ -0,0 +1,15 @@ +## Samba 3.0 schema for IBM Directory Server 5.1 - object classes only + +objectclasses=( 1.3.6.1.4.1.7165.2.2.6 NAME 'sambaSamAccount' SUP top AUXILIARY DESC 'Samba 3.0 Auxilary SAM Account' MUST ( uid $ sambaSID ) MAY ( cn $ sambaLMPassword $ sambaNTPassword $ sambaPwdLastSet $ sambaLogonTime $ sambaLogoffTime $ sambaKickoffTime $ sambaPwdCanChange $ sambaPwdMustChange $ sambaAcctFlags $ displayName $ sambaHomePath $ sambaHomeDrive $ sambaLogonScript $ sambaProfilePath $ description $ sambaUserWorkstations $ sambaPrimaryGroupSID $ sambaDomainName )) + +objectclasses=( 1.3.6.1.4.1.7165.2.2.4 NAME 'sambaGroupMapping' SUP top AUXILIARY DESC 'Samba Group Mapping' MUST ( gidNumber $ sambaSID $ sambaGroupType ) MAY ( displayName $ description )) + +objectclasses=( 1.3.6.1.4.1.7165.2.2.5 NAME 'sambaDomain' SUP top STRUCTURAL DESC 'Samba Domain Information' MUST ( sambaDomainName $ sambaSID ) MAY ( sambaNextRid $ sambaNextGroupRid $ sambaNextUserRid $ sambaAlgorithmicRidBase ) ) + +objectclasses=( 1.3.6.1.4.1.7165.1.2.2.7 NAME 'sambaUnixIdPool' SUP top AUXILIARY DESC 'Pool for allocating UNIX uids/gids' MUST ( uidNumber $ gidNumber ) ) + +objectclasses=( 1.3.6.1.4.1.7165.1.2.2.8 NAME 'sambaIdmapEntry' SUP top AUXILIARY DESC 'Mapping from a SID to an ID' MUST ( sambaSID ) MAY ( uidNumber $ gidNumber ) ) + +objectclasses=( 1.3.6.1.4.1.7165.1.2.2.9 NAME 'sambaSidEntry' SUP top STRUCTURAL DESC 'Structural Class for a SID' MUST ( sambaSID ) ) + + |