[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Tue Mar 1 15:44:01 MST 2011


The branch, master has been updated
       via  64e06b7 Revert "examples/LDAP: remove overoutdated samba-schema.IBMSecureWay"
       via  90b0f86 examples/LDAP: remove overoutdated samba-schema.IBMSecureWay
       via  24e257c examples/LDAP: delete unmaintained samba-schema-netscapeds4.x
      from  e1e3b5c libds/common/flag_mapping.c - fix another build dependency

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 64e06b743b1c2f956945d27860f10f6e387834ba
Author: Björn Jacke <bj at sernet.de>
Date:   Tue Mar 1 22:55:39 2011 +0100

    Revert "examples/LDAP: remove overoutdated samba-schema.IBMSecureWay"
    
    This reverts commit 90b0f86d81d4c68bf326c3e7c2247d9dabd75058.
    
    this isn't that outdated at all. Got confused by the splitted oc/at files
    
    Autobuild-User: Björn Jacke <bj at sernet.de>
    Autobuild-Date: Tue Mar  1 23:43:51 CET 2011 on sn-devel-104

commit 90b0f86d81d4c68bf326c3e7c2247d9dabd75058
Author: Björn Jacke <bj at sernet.de>
Date:   Tue Mar 1 22:46:53 2011 +0100

    examples/LDAP: remove overoutdated samba-schema.IBMSecureWay

commit 24e257c87d38dbd77f6e51d506fff2a93bf64cd2
Author: Björn Jacke <bj at sernet.de>
Date:   Tue Mar 1 22:38:35 2011 +0100

    examples/LDAP: delete unmaintained samba-schema-netscapeds4.x

-----------------------------------------------------------------------

Summary of changes:
 examples/LDAP/samba-schema-netscapeds4.x |  112 ------------------------------
 1 files changed, 0 insertions(+), 112 deletions(-)
 delete mode 100644 examples/LDAP/samba-schema-netscapeds4.x


Changeset truncated at 500 lines:

diff --git a/examples/LDAP/samba-schema-netscapeds4.x b/examples/LDAP/samba-schema-netscapeds4.x
deleted file mode 100644
index 082471b..0000000
--- a/examples/LDAP/samba-schema-netscapeds4.x
+++ /dev/null
@@ -1,112 +0,0 @@
-#
-# LDAP Schema file for SAMBA 3.0 attribute storage
-# For Netscape Directory Server 4.1x
-# Prepared by Osman Demirhan
-
-attribute	sambaLMPassword			1.3.6.1.4.1.7165.2.1.24		cis single
-attribute	sambaNTPassword			1.3.6.1.4.1.7165.2.1.25		cis single
-attribute	sambaAcctFlags			1.3.6.1.4.1.7165.2.1.26		cis single
-attribute	sambaPwdLastSet			1.3.6.1.4.1.7165.2.1.27		int single
-attribute	sambaPwdCanChange		1.3.6.1.4.1.7165.2.1.28		int single
-attribute	sambaPwdMustChange		1.3.6.1.4.1.7165.2.1.29		int single
-attribute	sambaLogonTime			1.3.6.1.4.1.7165.2.1.30		int single
-attribute	sambaLogoffTime			1.3.6.1.4.1.7165.2.1.31		int single
-attribute	sambaKickoffTime		1.3.6.1.4.1.7165.2.1.32		int single
-attribute	sambaHomeDrive			1.3.6.1.4.1.7165.2.1.33		cis single
-attribute	sambaLogonScript		1.3.6.1.4.1.7165.2.1.34		cis single
-attribute	sambaProfilePath		1.3.6.1.4.1.7165.2.1.35		cis single
-attribute	sambaUserWorkstations	1.3.6.1.4.1.7165.2.1.36		cis single
-attribute	sambaHomePath			1.3.6.1.4.1.7165.2.1.37		cis single
-attribute	sambaDomainName			1.3.6.1.4.1.7165.2.1.38		cis single
-attribute	sambaSID				1.3.6.1.4.1.7165.2.1.20		cis single
-attribute	sambaPrimaryGroupSID	1.3.6.1.4.1.7165.2.1.23		cis single
-attribute	sambaGroupType			1.3.6.1.4.1.7165.2.1.19		int single
-attribute	sambaNextUserRid		1.3.6.1.4.1.7165.2.1.21		int single
-attribute	sambaNextGroupRid		1.3.6.1.4.1.7165.2.1.22		int single
-attribute	sambaNextRid			1.3.6.1.4.1.7165.2.1.39		int single
-attribute	sambaAlgorithmicRidBase	1.3.6.1.4.1.7165.2.1.40		int single
-
-objectclass sambaSamAccount
-		oid
-				1.3.6.1.4.1.7165.2.2.6
-		superior
-				top
-		requires
-				objectClass,
-				uid,
-				sambaSID
-		allows
-				cn,
-				sambaLMPassword,
-				sambaNTPassword,
-				sambaPwdLastSet,
-				sambaLogonTime,
-				sambaLogoffTime,
-				sambaKickoffTime,
-				sambaPwdCanChange,
-				sambaPwdMustChange,
-				sambaAcctFlags,
-				displayName,
-				sambaHomePath,
-				sambaHomeDrive,
-				sambaLogonScript,
-				sambaProfilePath,
-				description,
-				sambaUserWorkstations,
-				sambaPrimaryGroupSID,
-				sambaDomainName
-
-objectclass sambaGroupMapping
-		oid
-				1.3.6.1.4.1.7165.2.2.4
-		superior
-				top
-		requires
-				gidNumber,
-				sambaSID,
-				sambaGroupType
-		allows
-				displayName,
-				description
-
-objectclass sambaDomain
-		oid
-				1.3.6.1.4.1.7165.2.2.5
-		superior
-				top
-		requires
-				sambaDomainName,
-				sambaSID
-		allows
-				sambaNextRid,
-				sambaNextGroupRid,
-				sambaNextUserRid,
-				sambaAlgorithmicRidBase
-
-objectclass sambaUnixIdPool
-		oid
-				1.3.6.1.4.1.7165.2.2.7
-		superior
-				top
-		requires
-				uidNumber,
-				gidNumber
-
-objectclass sambaIdmapEntry
-		oid
-				1.3.6.1.4.1.7165.2.2.8
-		superior
-				top
-		requires
-				sambaSID
-		allows
-				uidNumber,
-				gidNumber
-
-objectclass sambaSidEntry
-		oid
-				1.3.6.1.4.1.7165.2.2.9
-		superior
-				top
-		requires
-				sambaSID


-- 
Samba Shared Repository


More information about the samba-cvs mailing list