From 7ee490e35c00626f5b62778977e6132dbdb86d98 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 13 Jan 2011 16:57:23 -0500 Subject: Remove radius options completely. This has been completely abandoned since ipa v1 and is not built by default. Instead of carrying dead weight, let's remove it for now. Fixes: https://fedorahosted.org/freeipa/ticket/761 --- ipapython/README | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipapython/README') diff --git a/ipapython/README b/ipapython/README index c1db2996b..ec2bb3a52 100644 --- a/ipapython/README +++ b/ipapython/README @@ -10,8 +10,6 @@ dnsclient.py - find IPA information via DNS ipautil.py - helper functions -radius_util.py - helper functions for Radius - entity.py - entity is the main data type. User and Group extend this class (but don't add anything currently). -- cgit