summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2009-06-10 10:01:08 -0400
committerRob Crittenden <rcritten@redhat.com>2009-07-10 16:45:45 -0400
commitc21e003cdfcda7915dc183aaab121be265185fd1 (patch)
treefad0707d226eadb67e21c90193971b23f21a1b32 /install
parentfe84ffd0f1dfbdea158a07f177a174f41b803723 (diff)
downloadfreeipa-c21e003cdfcda7915dc183aaab121be265185fd1.tar.gz
freeipa-c21e003cdfcda7915dc183aaab121be265185fd1.tar.xz
freeipa-c21e003cdfcda7915dc183aaab121be265185fd1.zip
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
Diffstat (limited to 'install')
-rw-r--r--install/share/Makefile.am1
-rw-r--r--install/share/anonymous-vlv.ldif9
2 files changed, 10 insertions, 0 deletions
diff --git a/install/share/Makefile.am b/install/share/Makefile.am
index df329d00f..2a1d90e2d 100644
--- a/install/share/Makefile.am
+++ b/install/share/Makefile.am
@@ -9,6 +9,7 @@ app_DATA = \
60ipaconfig.ldif \
60basev2.ldif \
60policyv2.ldif \
+ anonymous-vlv.ldif \
bootstrap-template.ldif \
caJarSigningCert.cfg.template \
default-aci.ldif \
diff --git a/install/share/anonymous-vlv.ldif b/install/share/anonymous-vlv.ldif
new file mode 100644
index 000000000..c58b74bea
--- /dev/null
+++ b/install/share/anonymous-vlv.ldif
@@ -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"; )
+
+