mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
- index the fqdn and macAddress attributes for the sake of the compat plugin
This commit is contained in:
committed by
Martin Kosek
parent
d7f7bb11df
commit
1c26c06d61
@@ -91,3 +91,22 @@ dn: cn=ntUserDomainId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
|||||||
changetype: modify
|
changetype: modify
|
||||||
replace: nsIndexType
|
replace: nsIndexType
|
||||||
nsIndexType: eq,pres
|
nsIndexType: eq,pres
|
||||||
|
|
||||||
|
dn: cn=fqdn,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||||||
|
changetype: add
|
||||||
|
ObjectClass: top
|
||||||
|
ObjectClass: nsIndex
|
||||||
|
cn: fqdn
|
||||||
|
nsSystemIndex: false
|
||||||
|
nsIndexType: eq
|
||||||
|
nsIndexType: pres
|
||||||
|
|
||||||
|
dn: cn=macAddress,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||||||
|
changetype: add
|
||||||
|
ObjectClass: top
|
||||||
|
ObjectClass: nsIndex
|
||||||
|
cn: macAddress
|
||||||
|
nsSystemIndex: false
|
||||||
|
nsIndexType: eq
|
||||||
|
nsIndexType: pres
|
||||||
|
|
||||||
|
|||||||
@@ -32,3 +32,19 @@ default:ObjectClass: top
|
|||||||
default:ObjectClass: nsIndex
|
default:ObjectClass: nsIndex
|
||||||
default:nsSystemIndex: false
|
default:nsSystemIndex: false
|
||||||
default:nsIndexType: eq
|
default:nsIndexType: eq
|
||||||
|
|
||||||
|
dn: cn=fqdn,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||||||
|
default:cn: fqdn
|
||||||
|
default:ObjectClass: top
|
||||||
|
default:ObjectClass: nsIndex
|
||||||
|
default:nsSystemIndex: false
|
||||||
|
default:nsIndexType: eq
|
||||||
|
default:nsIndexType: pres
|
||||||
|
|
||||||
|
dn: cn=macAddress,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||||||
|
default:cn: macAddress
|
||||||
|
default:ObjectClass: top
|
||||||
|
default:ObjectClass: nsIndex
|
||||||
|
default:nsSystemIndex: false
|
||||||
|
default:nsIndexType: eq
|
||||||
|
default:nsIndexType: pres
|
||||||
|
|||||||
Reference in New Issue
Block a user