aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-21 23:10:17 +0000
committerMichael Scherer <misc@mageia.org>2012-01-21 23:10:17 +0000
commit4010080941e65b96b7339ff9f60d54c9007d0908 (patch)
tree6bae3d6cc87ade7126dd3346da7c29ef7ad404a1 /modules/openldap
parentcef8ef60e96d84890311c2a76fc0422795db1938 (diff)
downloadpuppet-4010080941e65b96b7339ff9f60d54c9007d0908.tar
puppet-4010080941e65b96b7339ff9f60d54c9007d0908.tar.gz
puppet-4010080941e65b96b7339ff9f60d54c9007d0908.tar.bz2
puppet-4010080941e65b96b7339ff9f60d54c9007d0908.tar.xz
puppet-4010080941e65b96b7339ff9f60d54c9007d0908.zip
comment last commit, do not work as expected
Diffstat (limited to 'modules/openldap')
-rw-r--r--modules/openldap/templates/slapd.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/openldap/templates/slapd.conf b/modules/openldap/templates/slapd.conf
index 6ae637c2..077584eb 100644
--- a/modules/openldap/templates/slapd.conf
+++ b/modules/openldap/templates/slapd.conf
@@ -102,8 +102,11 @@ unique_uri ldap:///?mail?sub?
overlay dynlist
dynlist-attrset groupOfURLs memberURL member
-overlay constraint
-constraint_attribute sshPublicKey regex ^ssh-[rd]sa [[:graph:]]+ [[:graph:]]+$
+# do not work as advertised in the man page :
+# /etc/openldap/slapd.conf: line 106: constraint_attribute sshPublicKey: unrecognized arg #4 ([[:graph:]]+)
+
+#overlay constraint
+#constraint_attribute sshPublicKey regex ^ssh-[rd]sa [[:graph:]]+ [[:graph:]]+$
# uncomment if you want to automatically update group
# memberships when an user is removed from the tree