<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in metadata.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>208fe81a1d46425114eb6a90e8eceeed153c5f2d - automatic code style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/pureldap/conf/metadata.php#208fe81a1d46425114eb6a90e8eceeed153c5f2d</link>
        <description>automatic code style fixes

            List of files:
            /plugin/pureldap/conf/metadata.php</description>
        <pubDate>Tue, 05 Dec 2023 08:13:56 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>0f498d06932ad0cbbdcc8844b96d4913174c7968 - implement password expiry warnings. fixes #4</title>
        <link>http://127.0.0.1:8080/history/plugin/pureldap/conf/metadata.php#0f498d06932ad0cbbdcc8844b96d4913174c7968</link>
        <description>implement password expiry warnings. fixes #4

            List of files:
            /plugin/pureldap/conf/metadata.php</description>
        <pubDate>Thu, 03 Aug 2023 15:48:44 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>5dcabeda2fad4e4ee9d5e2783f1e5e830b0344f4 - make use of file system caching optional</title>
        <link>http://127.0.0.1:8080/history/plugin/pureldap/conf/metadata.php#5dcabeda2fad4e4ee9d5e2783f1e5e830b0344f4</link>
        <description>make use of file system caching optional

            List of files:
            /plugin/pureldap/conf/metadata.php</description>
        <pubDate>Fri, 30 Jul 2021 06:22:05 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>f17bb68b5a2d095b69b9e951aa10c6b366b7a7ce - new approach for recursive groups</title>
        <link>http://127.0.0.1:8080/history/plugin/pureldap/conf/metadata.php#f17bb68b5a2d095b69b9e951aa10c6b366b7a7ce</link>
        <description>new approach for recursive groupsInstead of implementing the recursion client side, we ask the AD serverto resolve nested group memberships for us. This saves potentially manynetwork requests but may have performance penalties on the AD serverside. However it ensures, we can&apos;t make a mistake and thus makes ourcode safer to run - also turns out my first attempt was checking nestedgroups backwards.See https://stackoverflow.com/q/40024425 for more discussions onperformance for this.A config option allows to use the former much faster approach for setupswithout nested groups.Still to do: supporting user lookups by group this way.

            List of files:
            /plugin/pureldap/conf/metadata.php</description>
        <pubDate>Wed, 28 Jul 2021 12:53:28 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>bf69b89c042d8a8a10fdd1dd78cc14b8f933bfe1 - first go at SSO</title>
        <link>http://127.0.0.1:8080/history/plugin/pureldap/conf/metadata.php#bf69b89c042d8a8a10fdd1dd78cc14b8f933bfe1</link>
        <description>first go at SSOThis basically copies the functionality from authAD

            List of files:
            /plugin/pureldap/conf/metadata.php</description>
        <pubDate>Wed, 21 Jul 2021 06:43:26 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>9b7cfb1a50438b43ac6cbe61113eb124dfb3f467 - added missing metadata</title>
        <link>http://127.0.0.1:8080/history/plugin/pureldap/conf/metadata.php#9b7cfb1a50438b43ac6cbe61113eb124dfb3f467</link>
        <description>added missing metadata

            List of files:
            /plugin/pureldap/conf/metadata.php</description>
        <pubDate>Thu, 15 Jul 2021 08:00:16 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>c2500b4410d7943a5b4952a0bb25d20d1a95cb79 - make the primary group configurable</title>
        <link>http://127.0.0.1:8080/history/plugin/pureldap/conf/metadata.php#c2500b4410d7943a5b4952a0bb25d20d1a95cb79</link>
        <description>make the primary group configurableBecause the Domain Users group can be localized, this makes itconfigurable. The authAD library had a config to use &quot;real&quot; primarygroups where it would look up the primary group by calculating the SIDand doing another check. We could copy that mechanism if needed lateron.

            List of files:
            /plugin/pureldap/conf/metadata.php</description>
        <pubDate>Thu, 15 Jul 2021 07:47:31 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>b914569fe2bf0cc586f78951bd0c636bc6597916 - allow fetching of additional user attributes</title>
        <link>http://127.0.0.1:8080/history/plugin/pureldap/conf/metadata.php#b914569fe2bf0cc586f78951bd0c636bc6597916</link>
        <description>allow fetching of additional user attributesCurrently we reuqest all attributes from the server and only filterlater. This needs fixing.

            List of files:
            /plugin/pureldap/conf/metadata.php</description>
        <pubDate>Wed, 07 Jul 2021 10:57:14 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>4b0f7b759b9aafb7c3fecc594f35b6bd0f8480fd - make page size configurable</title>
        <link>http://127.0.0.1:8080/history/plugin/pureldap/conf/metadata.php#4b0f7b759b9aafb7c3fecc594f35b6bd0f8480fd</link>
        <description>make page size configurableThe default of 1000 will quickly exhaust the memory available on typicalPHP setups. This lowers it to 150 which should be fine as is forvirtuallly everyone.

            List of files:
            /plugin/pureldap/conf/metadata.php</description>
        <pubDate>Wed, 07 Jul 2021 09:55:44 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>9446f9efcf6a07f32e7ce6e6706899c1a2a9ef42 - fix admin user access</title>
        <link>http://127.0.0.1:8080/history/plugin/pureldap/conf/metadata.php#9446f9efcf6a07f32e7ce6e6706899c1a2a9ef42</link>
        <description>fix admin user access

            List of files:
            /plugin/pureldap/conf/metadata.php</description>
        <pubDate>Wed, 07 Jul 2021 09:01:02 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>6d90d5c87387cafcb884bda8c1b3c7ab80656146 - some cleanup for the options</title>
        <link>http://127.0.0.1:8080/history/plugin/pureldap/conf/metadata.php#6d90d5c87387cafcb884bda8c1b3c7ab80656146</link>
        <description>some cleanup for the options

            List of files:
            /plugin/pureldap/conf/metadata.php</description>
        <pubDate>Wed, 07 Jul 2021 08:18:34 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>b21740b4f161dc4f7eea5b46986e251641fc409a - added bulk data retrieval</title>
        <link>http://127.0.0.1:8080/history/plugin/pureldap/conf/metadata.php#b21740b4f161dc4f7eea5b46986e251641fc409a</link>
        <description>added bulk data retrieval

            List of files:
            /plugin/pureldap/conf/metadata.php</description>
        <pubDate>Sun, 29 Mar 2020 10:59:51 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>1078ec268114f0851ebf8a4280d0599a5fccb7d5 - first working login with active directory</title>
        <link>http://127.0.0.1:8080/history/plugin/pureldap/conf/metadata.php#1078ec268114f0851ebf8a4280d0599a5fccb7d5</link>
        <description>first working login with active directory

            List of files:
            /plugin/pureldap/conf/metadata.php</description>
        <pubDate>Fri, 27 Mar 2020 11:01:53 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>79f39653646dbe91196636a4fb016f788f558bf9 - wizard generated</title>
        <link>http://127.0.0.1:8080/history/plugin/pureldap/conf/metadata.php#79f39653646dbe91196636a4fb016f788f558bf9</link>
        <description>wizard generated

            List of files:
            /plugin/pureldap/conf/metadata.php</description>
        <pubDate>Thu, 26 Mar 2020 19:26:43 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
