diff options
author | Björn Jacke <bj@sernet.de> | 2009-09-09 20:07:19 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2009-09-09 20:09:12 +0200 |
commit | 7748d3098aa1d72aa62bfcca21148d9d5c9a4d25 (patch) | |
tree | d717f238734319853b2369a75757e6e305c3bb44 /examples/LDAP | |
parent | 4d7685c1d493897096d5adae74c71f99398faeff (diff) | |
download | samba-7748d3098aa1d72aa62bfcca21148d9d5c9a4d25.tar.gz samba-7748d3098aa1d72aa62bfcca21148d9d5c9a4d25.tar.bz2 samba-7748d3098aa1d72aa62bfcca21148d9d5c9a4d25.zip |
s3:examples:ldap: allow substing search on more attributes in nds schema file
Diffstat (limited to 'examples/LDAP')
-rw-r--r-- | examples/LDAP/samba-nds.schema | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/LDAP/samba-nds.schema b/examples/LDAP/samba-nds.schema index 901ac9b4bc..2fc220f9e6 100644 --- a/examples/LDAP/samba-nds.schema +++ b/examples/LDAP/samba-nds.schema @@ -35,7 +35,7 @@ attributeTypes: ( 1.3.6.1.4.1.7165.2.1.25 NAME 'sambaNTPassword' DESC 'MD4 hash dn: cn=schema changetype: modify add: attributetypes -attributeTypes: ( 1.3.6.1.4.1.7165.2.1.26 NAME 'sambaAcctFlags' DESC 'Account Flags' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{16} SINGLE-VALUE ) +attributeTypes: ( 1.3.6.1.4.1.7165.2.1.26 NAME 'sambaAcctFlags' DESC 'Account Flags' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{16} SINGLE-VALUE ) ## ## Password timestamps & policies @@ -137,7 +137,7 @@ attributeTypes: ( 1.3.6.1.4.1.7165.2.1.54 NAME 'sambaPasswordHistory' DESC 'Conc dn: cn=schema changetype: modify add: attributetypes -attributeTypes: ( 1.3.6.1.4.1.7165.2.1.20 NAME 'sambaSID' DESC 'Security ID' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{64} SINGLE-VALUE ) +attributeTypes: ( 1.3.6.1.4.1.7165.2.1.20 NAME 'sambaSID' DESC 'Security ID' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{64} SINGLE-VALUE ) ## ## Primary group SID, compatible with ntSid |