From 6e5c8b25bffa2b62a2233c0347c2ed3dd081d4a9 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 6 Apr 2012 04:56:46 -0400 Subject: Limit permission and selfservice names to alphanumerics, -, _, space The DN and ACI code doesn't always escape special characters properly. Rather than trying to fix it, this patch takes the easy way out and enforces that the names are safe. https://fedorahosted.org/freeipa/ticket/2585 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index 77572ea68..a8327a056 100644 --- a/VERSION +++ b/VERSION @@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=33 +IPA_API_VERSION_MINOR=34 -- cgit