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:
Rob Crittenden 2009-06-10 10:01:08 -04:00
parent fe84ffd0f1
commit c21e003cdf
2 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,7 @@ app_DATA = \
60ipaconfig.ldif \
60basev2.ldif \
60policyv2.ldif \
anonymous-vlv.ldif \
bootstrap-template.ldif \
caJarSigningCert.cfg.template \
default-aci.ldif \

View 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"; )