<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:42:20 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-1962] More information needed for ldap and saslauthd in the release notes</title>
                <link>https://jira.mongodb.org/browse/DOCS-1962</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;1. On the release notes page, there is no mention of installing ldap, however, this link below gives a valuable summary of how to do it, step by step - we should link to something that doesn&apos;t leave the users wondering.&lt;/p&gt;

&lt;p&gt;For anyone who wants to test, we should encourage those persons to actually create an organization, org unit, and at least a user in it.&lt;br/&gt;
    &lt;a href=&quot;http://docs.adaptivecomputing.com/viewpoint/hpc/Content/topics/1-setup/installSetup/settingUpOpenLDAPOnCentos6.htm&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.adaptivecomputing.com/viewpoint/hpc/Content/topics/1-setup/installSetup/settingUpOpenLDAPOnCentos6.htm&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2. In the Configuration section of &quot;LDAP Support for Authentication&quot; in the release notes, it should be noted that the saslauthd.conf file for saslauthd daemon shall reside in the /etc folder.&lt;/p&gt;

&lt;p&gt;3. We should mention that we either assume that LDAP is already installed somewhere and accessible from the machine on which sasl was installed, or if someone follows everything from step 1., they should add users whose LDIF entries actually contain a key value pair with the key being uid specifically, and the value being their user ID.&lt;/p&gt;

&lt;p&gt;This is crucial as a new user will not know that the filter on the authentication is being done on the uid attribute. If it was e-mail, then the setting, &lt;/p&gt;

&lt;p&gt;&quot;ldap_filter: (uid=%u)&quot;&lt;/p&gt;

&lt;p&gt;would change to &lt;br/&gt;
&quot;ldap_filter: (email:%u)&quot; &lt;/p&gt;

&lt;p&gt;necessitating a corresponding &apos;email&apos; attribute.&lt;br/&gt;
In addition, we should mention that if the user installed ldap on the local machine they can use ldap://localhost:389 as their &quot;ldap_servers&quot; setting &lt;/p&gt;

&lt;p&gt;The setting:&lt;/p&gt;

&lt;p&gt;&quot;ldap_search_base: ou=Users,dc=example,dc=com&quot; is only relevant if the steps to set up ldap include all of the users in the organizational Unit of users under dc=example,dc=com. And that should be explained or linked to.&lt;/p&gt;

&lt;p&gt;4. We ask the user to test the saslauthd facility by running the testsaslauthd tool with the following command:&lt;/p&gt;

&lt;p&gt;&quot;testsaslauthd -u testuser -p testpassword -s mongod -f /var/run/saslauthd/mux&quot;&lt;/p&gt;

&lt;p&gt;It is important to realize that that &apos;-s mongod&apos; is not required. Just to verify that saslauthd is installed and working correctly with the ldap server, only the -u, -p and -f parameters are needed.&lt;/p&gt;

&lt;p&gt;5. mongod must be launched with --auth thus we should also mention that the mongod.conf file should have auth=true in addition to the parameters that are mentioned&lt;/p&gt;</description>
                <environment></environment>
        <key id="90053">DOCS-1962</key>
            <summary>More information needed for ldap and saslauthd in the release notes</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="bgrabar">Bob Grabar</assignee>
                                    <reporter username="rohit.nijhawan@10gen.com">rohit.nijhawan@10gen.com</reporter>
                        <labels>
                    </labels>
                <created>Mon, 16 Sep 2013 15:35:55 +0000</created>
                <updated>Mon, 25 Nov 2013 15:39:44 +0000</updated>
                            <resolved>Fri, 18 Oct 2013 02:04:33 +0000</resolved>
                                    <version>mongodb-2.6</version>
                                    <fixVersion>mongodb-2.6</fixVersion>
                                        <due>Mon, 30 Sep 2013 00:00:00 +0000</due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="442531" author="auto" created="Thu, 17 Oct 2013 20:23:36 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;kay-kim&apos;, u&apos;name&apos;: u&apos;kay&apos;, u&apos;email&apos;: u&apos;kay.kim@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-1962&quot; title=&quot;More information needed for ldap and saslauthd in the release notes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-1962&quot;&gt;&lt;del&gt;DOCS-1962&lt;/del&gt;&lt;/a&gt; more info for ldap&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/aef7164b31fdc6fef16553deecbc8b6311344424&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/aef7164b31fdc6fef16553deecbc8b6311344424&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 16 Oct 2013 01:50:12 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 17 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>jess.mokrzecki@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 17 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>bgrabar</customfieldvalue>
            <customfieldvalue>rohit.nijhawan@10gen.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrroef:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrswv3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>82568</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrycg7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>