From 3d64ecec87325a55fbc4672fa03886895c5ede5c Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 12 Feb 2012 12:07:03 +0000 Subject: fix regexp for matching dsa key ( since it would have been too logical to call that dsa key and use ssh-dsa.. ) --- modules/openldap/templates/slapd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/openldap/templates/slapd.conf b/modules/openldap/templates/slapd.conf index 57e5cbab..9451d6cd 100644 --- a/modules/openldap/templates/slapd.conf +++ b/modules/openldap/templates/slapd.conf @@ -104,7 +104,7 @@ dynlist-attrset groupOfURLs memberURL member overlay constraint -constraint_attribute sshPublicKey regex "^ssh-[rd]sa [[:graph:]]+ [[:graph:]]+$" +constraint_attribute sshPublicKey regex "^ssh-(rsa|dss) [[:graph:]]+ [[:graph:]]+$" # uncomment if you want to automatically update group # memberships when an user is removed from the tree -- cgit v1.2.1