<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Database or OS Authentication? How does this affect data owner? in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/database-or-os-authentication-how-does-this-affect/m-p/860572#M5685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, I would avoid saving passwords on the admin connections when you create them, which is typically a good habit to practice in general if you can.&lt;/P&gt;&lt;P&gt;Here is some other good doc as well:&amp;nbsp;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/user-accounts-groups.htm" title="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/user-accounts-groups.htm"&gt;User accounts and groups—Help | Documentation&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2020 16:56:54 GMT</pubDate>
    <dc:creator>ColinWerle1</dc:creator>
    <dc:date>2020-03-11T16:56:54Z</dc:date>
    <item>
      <title>Database or OS Authentication? How does this affect data owner?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-or-os-authentication-how-does-this-affect/m-p/860569#M5682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are thinking about moving toward OS Authentication for our enterprise geodatabases on SQL Server 17. I'm curious how this will affect data owner ship and the ability of edit schemas/domains. We have two Users set up, Viewer and Modify&amp;nbsp; So in this example, a user with OS Authentication to an SDE creates a feature class and applies the correct privileges to the feature class for the Viewer and Modify users. Can someone else make their own connection to the SDE and make schema changes/edit the domain? Or will that be restricted to the person who originally created the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we go the database authentication route, I'm thinking about creating two 'SDE' accounts: SDE_Admin and SDE_Editor. SDE_Admin would have full rights to the geodatabase but SDE_Editor would only have the ability to create and modify data but not delete. Then put at Admin SDE in a secure location for only the admin while the Editor SDE connection would be in a shared location? Would a setup like this be feasible/make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2020 20:44:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-or-os-authentication-how-does-this-affect/m-p/860569#M5682</guid>
      <dc:creator>NeelKumar</dc:creator>
      <dc:date>2020-03-10T20:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Database or OS Authentication? How does this affect data owner?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-or-os-authentication-how-does-this-affect/m-p/860570#M5683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a headless account (db authentication) creating/owning the data, managing domains, etc. you will not have to worry about future user changes to the environment (e.g. user turnover, new users, etc.). A headless user can be easily managed by a single user, or multiple, and you can change the password as you wish if necessary. If the geodatabase system tables are owned by sde, then that sde user mapped to the geodatabase is your&amp;nbsp;geodatabase administrator, no need for a new user called "sde_admin".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OS authenticated users are certainly helpful for efficiently tracking edits, versioning, etc. in the geodatabase. So if you would like to use OS authenticated users, then it sounds like a possible configuration could be having a db authenticated user create the data and domains, then map OS authenticated users to the database and grant necessary privileges on the datasets that they will be editing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extra documentation:&lt;BR /&gt;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/privileges-sqlserver.htm" title="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/privileges-sqlserver.htm"&gt;Privileges for geodatabases in SQL Server—Help | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/modifying-and-deleting-attribute-domains.htm" title="https://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/modifying-and-deleting-attribute-domains.htm"&gt;Modifying and deleting attribute domains—ArcGIS Help | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Colin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2020 22:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-or-os-authentication-how-does-this-affect/m-p/860570#M5683</guid>
      <dc:creator>ColinWerle1</dc:creator>
      <dc:date>2020-03-10T22:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Database or OS Authentication? How does this affect data owner?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-or-os-authentication-how-does-this-affect/m-p/860571#M5684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! My reasoning behind having the sde_admin/sde_editor users is to prevent data from being deleted by non-admins. With one headless sde account, anyone who finds the sde connection file could, in theory, start editing or deleting data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2020 01:00:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-or-os-authentication-how-does-this-affect/m-p/860571#M5684</guid>
      <dc:creator>NeelKumar</dc:creator>
      <dc:date>2020-03-11T01:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Database or OS Authentication? How does this affect data owner?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-or-os-authentication-how-does-this-affect/m-p/860572#M5685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, I would avoid saving passwords on the admin connections when you create them, which is typically a good habit to practice in general if you can.&lt;/P&gt;&lt;P&gt;Here is some other good doc as well:&amp;nbsp;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/user-accounts-groups.htm" title="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/user-accounts-groups.htm"&gt;User accounts and groups—Help | Documentation&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2020 16:56:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-or-os-authentication-how-does-this-affect/m-p/860572#M5685</guid>
      <dc:creator>ColinWerle1</dc:creator>
      <dc:date>2020-03-11T16:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Database or OS Authentication? How does this affect data owner?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-or-os-authentication-how-does-this-affect/m-p/860573#M5686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When we had to move to OSA, I needed to keep the DBA account for schema changes. So I have do have 2 connections and only use the DBA one when I need to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OSA links to network security, so it has the huge advantage of automatically keeping up with personnel changes. Whenever someone's Active Directory account is removed because they have left, they cannot access our enterprise data, without having to involve the server administrator. When someone new comes in, we can refer to the Active Directory privileges groups for file and database access that we want for that person. Our DBA passwords were ancient, so of no use really to protect anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2020 19:45:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-or-os-authentication-how-does-this-affect/m-p/860573#M5686</guid>
      <dc:creator>DanaNolan</dc:creator>
      <dc:date>2020-03-16T19:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Database or OS Authentication? How does this affect data owner?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-or-os-authentication-how-does-this-affect/m-p/860574#M5687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Collin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To follow up with your original response..would it work if we had a connection using the 'SDE' login (database authentication) and this user could create datasets, assign permissions, ect..and then a separate OS authentication sde connections for users to actually work with the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Neel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2020 13:53:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-or-os-authentication-how-does-this-affect/m-p/860574#M5687</guid>
      <dc:creator>NeelKumar</dc:creator>
      <dc:date>2020-03-24T13:53:30Z</dc:date>
    </item>
  </channel>
</rss>

