[PATCH] SAMBA.SCHEMA

Stefan (metze) Metzmacher metze at metzemix.de
Fri Aug 2 02:55:02 GMT 2002


Hi Andrew,
here's the patch...

for the samba.schema

added 'userPassword' as MAY to sambaAccount



metze
-----------------------------------------------------------------------------
Stefan "metze" Metzmacher <metze at metzemix.de>
-------------- next part --------------
diff -Npur --exclude=CVS HEAD/examples/LDAP/samba.schema HEAD-pdb/examples/LDAP/samba.schema
--- HEAD/examples/LDAP/samba.schema	Mon Jul 22 07:37:12 2002
+++ HEAD-pdb/examples/LDAP/samba.schema	Fri Aug  2 11:55:40 2002
@@ -5,6 +5,7 @@
 ##
 ## Prerequisite schemas - uid (cosine.schema)
 ##                      - displayName (inetorgperson.schema)
+##   			 - userPassword (core.schema)
 ##
 ## 1.3.6.1.4.1.7165.2.1.x - attributetypes
 ## 1.3.6.1.4.1.7165.2.2.x - objectclasses
@@ -134,7 +135,7 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.15 
 objectclass ( 1.3.6.1.4.1.7165.2.2.3 NAME 'sambaAccount' SUP top AUXILIARY
 	DESC 'Samba Auxilary Account'
 	MUST ( uid $ rid ) 
-	MAY  ( cn $ lmPassword $ ntPassword $ pwdLastSet $ logonTime $
+	MAY  ( cn $ lmPassword $ ntPassword $ userPassword $ pwdLastSet $ logonTime $
                logoffTime $ kickoffTime $ pwdCanChange $ pwdMustChange $ acctFlags $ 
                displayName $ smbHome $ homeDrive $ scriptPath $ profilePath $
                description $ userWorkstations $ primaryGroupID $ domain ))


More information about the samba-technical mailing list