<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:56:26 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>[SERVER-1227] Make installService grant the &quot;Login as a Service&quot; right if necessary to the user that is running the service</title>
                <link>https://jira.mongodb.org/browse/SERVER-1227</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Making this part of 1225 a separate subtask.&lt;/p&gt;</description>
                <environment>Windows only</environment>
        <key id="12136">SERVER-1227</key>
            <summary>Make installService grant the &quot;Login as a Service&quot; right if necessary to the user that is running the service</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="2">Won&apos;t Fix</resolution>
                                        <assignee username="backlog-server-platform">DO NOT USE - Backlog - Platform Team</assignee>
                                    <reporter username="zippy1981">Justin Dearing</reporter>
                        <labels>
                    </labels>
                <created>Sat, 12 Jun 2010 16:45:50 +0000</created>
                <updated>Thu, 10 May 2018 15:50:24 +0000</updated>
                            <resolved>Thu, 10 May 2018 15:50:24 +0000</resolved>
                                    <version>1.4.0</version>
                    <version>1.4.1</version>
                    <version>1.4.2</version>
                    <version>1.4.3</version>
                    <version>1.5.0</version>
                    <version>1.5.1</version>
                    <version>1.5.2</version>
                                                    <component>Admin</component>
                    <component>Tools</component>
                    <component>Usability</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1888178" author="jason.carey" created="Thu, 10 May 2018 15:50:24 +0000"  >&lt;p&gt;Given the length of time this ticket has been open without resolution (and because we offer msi&apos;s on windows), closing as wontfix&lt;/p&gt;</comment>
                            <comment id="80078" author="tad" created="Mon, 16 Jan 2012 13:33:42 +0000"  >&lt;p&gt;Some thoughts ...&lt;/p&gt;

&lt;p&gt;1)  This seems a little bit questionable to me, just because it mixes changes to user permissions with the logically distinct operation of setting up the MongoDB service.  From a separation of functions standpoint, it seems like maybe it would be better to ask the user (who needs Administrator privileges anyway) to configure the user account themselves using the standard Windows tools to be usable as a service account.&lt;/p&gt;

&lt;p&gt;2)  Longer term, we would like to provide an MSI package for the MongoDB server on Windows, and the MSI package would take over responsibility for configuring MongoDB as a service.  This would make much of the code in ntservice.cpp redundant, and the code would likely be removed once the MSI package became the mechanism for setting up the service.&lt;/p&gt;

&lt;p&gt;I&apos;m not really against making this change, but I wanted to post my concerns.&lt;/p&gt;</comment>
                            <comment id="21459" author="zippy1981" created="Thu, 16 Dec 2010 03:43:03 +0000"  >&lt;p&gt;I finally figured out the Win32 API call to make this happen: LsaAddAccountRights() &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ms721786(v=vs.85).aspx&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://msdn.microsoft.com/en-us/library/ms721786(v=vs.85).aspx&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Figured it out by looking at the source code of the user management far plugin:&lt;br/&gt;
&lt;a href=&quot;http://code.google.com/p/evil-programmers/source/browse/trunk/UserManager/src/um_adds.cpp?r=311&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://code.google.com/p/evil-programmers/source/browse/trunk/UserManager/src/um_adds.cpp?r=311&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="19041" author="zippy1981" created="Sat, 9 Oct 2010 12:02:18 +0000"  >&lt;p&gt;My github branch with WIP. Currently does&apos;t work.&lt;/p&gt;</comment>
                            <comment id="19040" author="zippy1981" created="Sat, 9 Oct 2010 11:44:59 +0000"  >&lt;p&gt;I was working on a blog article about how to securely setup mongod as a service when I realized there is no easy way to do this from the command line, or powershell prompt. Makes it doubly important that this gets done.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://serverfault.com/questions/188383/looking-to-as-the-log-on-as-a-service-right-to-an-account-via-the-command-line/188410#188410&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://serverfault.com/questions/188383/looking-to-as-the-log-on-as-a-service-right-to-an-account-via-the-command-line/188410#188410&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 16 Jan 2012 13:33:42 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 39 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>mira.carey@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 39 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-platform</customfieldvalue>
            <customfieldvalue>zippy1981</customfieldvalue>
            <customfieldvalue>mira.carey@mongodb.com</customfieldvalue>
            <customfieldvalue>tad</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrplfj:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>20597</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|ht0e4v:</customfieldvalue>

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