mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 16:51:55 -06:00
Let anonymous users browse the VLV index
This is needed for automount support on Solaris http://docs.sun.com/app/docs/doc/819-5201/6n7a588i7?l=en&a=view
This commit is contained in:
parent
fe84ffd0f1
commit
c21e003cdf
@ -9,6 +9,7 @@ app_DATA = \
|
|||||||
60ipaconfig.ldif \
|
60ipaconfig.ldif \
|
||||||
60basev2.ldif \
|
60basev2.ldif \
|
||||||
60policyv2.ldif \
|
60policyv2.ldif \
|
||||||
|
anonymous-vlv.ldif \
|
||||||
bootstrap-template.ldif \
|
bootstrap-template.ldif \
|
||||||
caJarSigningCert.cfg.template \
|
caJarSigningCert.cfg.template \
|
||||||
default-aci.ldif \
|
default-aci.ldif \
|
||||||
|
9
install/share/anonymous-vlv.ldif
Normal file
9
install/share/anonymous-vlv.ldif
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Needed to enable automount browsing on Solaris
|
||||||
|
dn: oid=2.16.840.1.113730.3.4.9,cn=features,cn=config
|
||||||
|
changetype: modify
|
||||||
|
add: aci
|
||||||
|
aci: (targetattr !="aci")\
|
||||||
|
(version 3.0; acl "VLV Request Control"; allow (compare,read,search) \
|
||||||
|
userdn = "ldap:///anyone"; )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user