diff options
author | Jeremy Allison <jra@samba.org> | 2005-03-17 01:25:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:05 -0500 |
commit | fa6085a5bfdd7969e582e635f971fe78b69108ca (patch) | |
tree | c77dc71c6330f572efa31caf2b63f99caefeba0e /examples/LDAP | |
parent | 2aaf23ed64f93056655e78f1601254058ee7a6e0 (diff) | |
download | samba-fa6085a5bfdd7969e582e635f971fe78b69108ca.tar.gz samba-fa6085a5bfdd7969e582e635f971fe78b69108ca.tar.bz2 samba-fa6085a5bfdd7969e582e635f971fe78b69108ca.zip |
r5847: Fixes from Lars Müller and Vince Brimhall @Novell for NDS
schema.
Jeremy.
(This used to be commit 0d3075b2c06709b05513d4be1530ef6df2471480)
Diffstat (limited to 'examples/LDAP')
-rw-r--r-- | examples/LDAP/samba-nds.schema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/LDAP/samba-nds.schema b/examples/LDAP/samba-nds.schema index c623b4da67..de01f5115a 100644 --- a/examples/LDAP/samba-nds.schema +++ b/examples/LDAP/samba-nds.schema @@ -128,7 +128,7 @@ attributeTypes: ( 1.3.6.1.4.1.7165.2.1.47 NAME 'sambaMungedDial' DESC '' EQUALIT dn: cn=schema changetype: modify add: attributetypes -attributeTypes: ( 1.3.6.1.4.1.7165.2.1.54 NAME 'sambaPasswordHistory' DESC 'Concatenated MD4 hashes of the unicode passwords used on this account' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} ) +attributeTypes: ( 1.3.6.1.4.1.7165.2.1.54 NAME 'sambaPasswordHistory' DESC 'Concatenated MD4 hashes of the unicode passwords used on this account' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{64} ) ## ## SID, of any type |