From: Alan T. DeKok Date: Mon, 21 Jan 2013 19:13:30 +0000 (-0500) Subject: Note edir changes X-Git-Tag: release_3_0_0_beta1~1298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc2b2c081cd5bfb6a18a73f579e83684fbd25f19;p=thirdparty%2Ffreeradius-server.git Note edir changes --- diff --git a/raddb/README.rst b/raddb/README.rst index 594370586cd..85cd9f2631d 100644 --- a/raddb/README.rst +++ b/raddb/README.rst @@ -171,12 +171,9 @@ You will need to read your old LDAP configuration, and migrate it manually to the new configuration. Simply copying the old configuration WILL NOT WORK. -The eDirectory support has been removed. It was written by -duplicating large amounts of code in the module. As a result, it was -incomprehensible, and unmaintainable. It's probably easy to add the -code back, but doing so requires access to an eDirectory server. - -As always, patches are welcome. +Users upgrading from 2.0.0 who used to call the ldap module in +post-auth should now set ``edir_autz = yes``, and remove the ``ldap`` +module from the post-auth section. EAP