summaryrefslogtreecommitdiffstats
path: root/ipa-server
diff options
context:
space:
mode:
authorJohn Dennis <jdennis@redhat.com>2007-11-14 16:01:27 -0500
committerJohn Dennis <jdennis@redhat.com>2007-11-14 16:01:27 -0500
commit087d11af5cebe7bb7a87d0581c7fa95353d9aa3b (patch)
tree540c7869846e2f64935dd1b98455b1820e22c91f /ipa-server
parentc4dbe6433da131b618ea2bfd9f0bfc5076c40ff2 (diff)
downloadfreeipa.git-087d11af5cebe7bb7a87d0581c7fa95353d9aa3b.tar.gz
freeipa.git-087d11af5cebe7bb7a87d0581c7fa95353d9aa3b.tar.xz
freeipa.git-087d11af5cebe7bb7a87d0581c7fa95353d9aa3b.zip
map attrs to friendly name
Diffstat (limited to 'ipa-server')
-rw-r--r--ipa-server/ipa-install/share/60radius.ldif2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-install/share/60radius.ldif b/ipa-server/ipa-install/share/60radius.ldif
index ac9e3bef..47692352 100644
--- a/ipa-server/ipa-install/share/60radius.ldif
+++ b/ipa-server/ipa-install/share/60radius.ldif
@@ -565,5 +565,5 @@ objectClasses:
SUP top STRUCTURAL
DESC 'A Container Objectclass to be used for describing radius clients'
MUST (radiusClientNASIpAddress $ radiusClientSecret)
- MAY ( radiusClientNASType $ radiusClientShortName $ nsEncryptionAlgorithm $ description )
+ MAY ( radiusClientNASType $ radiusClientShortName $ description )
)