<?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>article Example: How DMS authorization works in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Example-How-DMS-authorization-works/ta-p/1714502</link>
    <description>&lt;P&gt;QlikView provides two Authorization methods: &lt;STRONG&gt;NTFS &lt;/STRONG&gt;and &lt;STRONG&gt;DMS&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;For detailed information about the authorization methods, see the Qlik Online Help &amp;gt; Deploying QlikView &amp;gt; Security &amp;gt; &lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Server/Content/QV_Server/QlikView-Server/QVSRM_Security_Overview.htm" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Authorization&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;Summary:&amp;nbsp;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;NTFS mode&lt;/STRONG&gt; makes use of Windows file system security and all authorization information is stored on Windows file level. This means only Windows users can access the QlikView documents.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;DMS mode&lt;/STRONG&gt;, on the other hand, allows for QlikView itself to store authorization information. Unlike NTFS, this allows non-Windows users and groups to be authorized.&lt;/LI&gt;
&lt;LI&gt;All authorization information for DMS mode is stored in the&amp;nbsp;&lt;STRONG&gt;.META&amp;nbsp;&lt;/STRONG&gt;file, located next to the&amp;nbsp;&lt;STRONG&gt;.qvw&amp;nbsp;&lt;/STRONG&gt;in the User Document file share/mount.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;BR /&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;In the below example, we use a &lt;STRONG&gt;Windows Active Directory Domain&lt;/STRONG&gt; called&amp;nbsp;&lt;STRONG&gt;domain.local&lt;/STRONG&gt;&amp;nbsp;with user&amp;nbsp;&lt;STRONG&gt;User1.&lt;/STRONG&gt;&lt;BR /&gt;The document we are providing access to is called&amp;nbsp;&lt;STRONG&gt;Test.qvw&lt;/STRONG&gt;. The file is stored in &lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;\\dc1\share\Front-end\UserDocuments&lt;/SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;STRONG&gt;Everyone&amp;nbsp;&lt;/STRONG&gt;has been granted access in Windows file level access.&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Enable DMS mode&lt;/H3&gt;
&lt;P&gt;&lt;SPAN style="font-size: 24px;"&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/SPAN&gt; DMS mode can be restricted by the applied license. If the QlikView server is licensed with a Small Business edition LEF, a tag in the LEF will disable this authorization method. Contact your account manager for details on how to convert the license.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;To enable DMS mode:&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Open the &lt;STRONG&gt;QlikView Management Console&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Navigate to &lt;STRONG&gt;System&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Setup&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Chose the applicable QlikView Server (&lt;STRONG&gt;QVS@hostname&lt;/STRONG&gt;)&lt;/LI&gt;
&lt;LI&gt;Click on the &lt;STRONG&gt;Security &lt;/STRONG&gt;tab&lt;/LI&gt;
&lt;LI&gt;Switch from &lt;STRONG&gt;NTFS &lt;/STRONG&gt;to &lt;STRONG&gt;DMS &lt;/STRONG&gt;mode&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 723px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57250i7A57AD1ABD643D19/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;H3&gt;Set up the Directory Service Connector&lt;/H3&gt;
&lt;P&gt;Generally, QlikView does not synchronize users or store them in its own repository. QlikView will need access to a User Directory from which user information can be queried.&amp;nbsp;&lt;BR /&gt;&lt;SPAN style="font-size: 24px;"&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/SPAN&gt; The only exception is the Custom Directory, which stores user information and password (encrypted) on disk. See&amp;nbsp;&lt;A href="https://support.qlik.com/articles/Basic/Implementing-Custom-Directory-In-QlikView-Server" target="_blank" rel="noopener"&gt;Implementing Custom Directory In QlikView Server&lt;/A&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In our example we use an Active Directory named &lt;STRONG&gt;domain.local&lt;/STRONG&gt;. This can be a custom directory (&lt;A href="https://support.qlik.com/articles/Basic/Implementing-Custom-Directory-In-QlikView-Server" target="_blank" rel="noopener"&gt;Implementing Custom Directory In QlikView Server&lt;/A&gt;) or a Configurable ODBC/LDAP connection as well. Note that for Configurable ODBC/LDAP, a custom&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;authentication&amp;nbsp;&lt;/STRONG&gt;&lt;/I&gt;module/method is required. This article does not cover the extra steps required for further customization.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 948px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57251i8F4A5C06478A6E05/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;H3&gt;Add Users and Groups to the QlikView document&lt;/H3&gt;
&lt;P&gt;Unlike with NTFS mode, authorization to documents is now being configured in the QlikView Management console.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open the &lt;STRONG&gt;QlikView Management Console&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Navigate to &lt;STRONG&gt;Documents &lt;/STRONG&gt;(or &lt;STRONG&gt;Source Documents&lt;/STRONG&gt; if the document is being distributed)&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Open the applicable QlikView Server folder (&lt;STRONG&gt;QVS@hostname&lt;/STRONG&gt;)&lt;/LI&gt;
&lt;LI&gt;Select the QlikView document (.&lt;STRONG&gt;qvw&lt;/STRONG&gt;)&lt;/LI&gt;
&lt;LI&gt;Select the &lt;STRONG&gt;Authorization &lt;/STRONG&gt;tab&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 923px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57252i1883440657079716/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Click the &lt;STRONG&gt;green plus &lt;/STRONG&gt;on the right side of the screen.&lt;/LI&gt;
&lt;LI&gt;Select a&amp;nbsp;&lt;STRONG&gt;User type&lt;/STRONG&gt;. For our example we need&amp;nbsp;&lt;STRONG&gt;Named Users&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="margin-left: 40px;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 18px;"&gt;!&lt;/SPAN&gt;&lt;/STRONG&gt; Named Users are any authenticated users that are either explicitly added to the document individually, or are added as part of a group.&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 18px;"&gt;!&lt;/SPAN&gt;&lt;SPAN style="font-size: 22px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;All Users means&amp;nbsp;&lt;I&gt;Everyone.&amp;nbsp;&lt;/I&gt;This is necessary for anonymous access.&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 18px;"&gt;!&lt;/SPAN&gt;&lt;SPAN style="font-size: 22px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;All Authenticated Users means everyone who is considered an authenticated user.&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.png" style="width: 638px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57253i76340FAF975C5422/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.png" alt="4.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Click the icon on the right.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5.png" style="width: 469px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57254i6235206FD893F30F/image-size/large?v=v2&amp;amp;px=999" role="button" title="5.png" alt="5.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A new pop up will appear.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Either&amp;nbsp;&lt;STRONG&gt;Search for Users&amp;nbsp;&lt;/STRONG&gt;using the search interface and adding them by clicking&amp;nbsp;&lt;STRONG&gt;Add &amp;gt;&amp;nbsp;&lt;/STRONG&gt;after selecting the user or group,&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;OR&amp;nbsp;&lt;/STRONG&gt;manually define the user or group in the free text field at the bottom.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;OK&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.png" style="width: 577px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57255iC2773021F0985F47/image-size/large?v=v2&amp;amp;px=999" role="button" title="6.png" alt="6.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Apply all changes.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;The users defined will now have access to the document in the AccessPoint, or when using the QlikView Desktop client and Open in Server...&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 19:38:44 GMT</pubDate>
    <dc:creator>Yoichi_Hirotake</dc:creator>
    <dc:date>2021-06-21T19:38:44Z</dc:date>
    <item>
      <title>Example: How DMS authorization works</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Example-How-DMS-authorization-works/ta-p/1714502</link>
      <description>&lt;P&gt;QlikView provides two Authorization methods: &lt;STRONG&gt;NTFS &lt;/STRONG&gt;and &lt;STRONG&gt;DMS&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;For detailed information about the authorization methods, see the Qlik Online Help &amp;gt; Deploying QlikView &amp;gt; Security &amp;gt; &lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Server/Content/QV_Server/QlikView-Server/QVSRM_Security_Overview.htm" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Authorization&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;Summary:&amp;nbsp;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;NTFS mode&lt;/STRONG&gt; makes use of Windows file system security and all authorization information is stored on Windows file level. This means only Windows users can access the QlikView documents.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;DMS mode&lt;/STRONG&gt;, on the other hand, allows for QlikView itself to store authorization information. Unlike NTFS, this allows non-Windows users and groups to be authorized.&lt;/LI&gt;
&lt;LI&gt;All authorization information for DMS mode is stored in the&amp;nbsp;&lt;STRONG&gt;.META&amp;nbsp;&lt;/STRONG&gt;file, located next to the&amp;nbsp;&lt;STRONG&gt;.qvw&amp;nbsp;&lt;/STRONG&gt;in the User Document file share/mount.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;BR /&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;In the below example, we use a &lt;STRONG&gt;Windows Active Directory Domain&lt;/STRONG&gt; called&amp;nbsp;&lt;STRONG&gt;domain.local&lt;/STRONG&gt;&amp;nbsp;with user&amp;nbsp;&lt;STRONG&gt;User1.&lt;/STRONG&gt;&lt;BR /&gt;The document we are providing access to is called&amp;nbsp;&lt;STRONG&gt;Test.qvw&lt;/STRONG&gt;. The file is stored in &lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;\\dc1\share\Front-end\UserDocuments&lt;/SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;STRONG&gt;Everyone&amp;nbsp;&lt;/STRONG&gt;has been granted access in Windows file level access.&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Enable DMS mode&lt;/H3&gt;
&lt;P&gt;&lt;SPAN style="font-size: 24px;"&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/SPAN&gt; DMS mode can be restricted by the applied license. If the QlikView server is licensed with a Small Business edition LEF, a tag in the LEF will disable this authorization method. Contact your account manager for details on how to convert the license.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;To enable DMS mode:&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Open the &lt;STRONG&gt;QlikView Management Console&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Navigate to &lt;STRONG&gt;System&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Setup&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Chose the applicable QlikView Server (&lt;STRONG&gt;QVS@hostname&lt;/STRONG&gt;)&lt;/LI&gt;
&lt;LI&gt;Click on the &lt;STRONG&gt;Security &lt;/STRONG&gt;tab&lt;/LI&gt;
&lt;LI&gt;Switch from &lt;STRONG&gt;NTFS &lt;/STRONG&gt;to &lt;STRONG&gt;DMS &lt;/STRONG&gt;mode&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 723px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57250i7A57AD1ABD643D19/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;H3&gt;Set up the Directory Service Connector&lt;/H3&gt;
&lt;P&gt;Generally, QlikView does not synchronize users or store them in its own repository. QlikView will need access to a User Directory from which user information can be queried.&amp;nbsp;&lt;BR /&gt;&lt;SPAN style="font-size: 24px;"&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/SPAN&gt; The only exception is the Custom Directory, which stores user information and password (encrypted) on disk. See&amp;nbsp;&lt;A href="https://support.qlik.com/articles/Basic/Implementing-Custom-Directory-In-QlikView-Server" target="_blank" rel="noopener"&gt;Implementing Custom Directory In QlikView Server&lt;/A&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In our example we use an Active Directory named &lt;STRONG&gt;domain.local&lt;/STRONG&gt;. This can be a custom directory (&lt;A href="https://support.qlik.com/articles/Basic/Implementing-Custom-Directory-In-QlikView-Server" target="_blank" rel="noopener"&gt;Implementing Custom Directory In QlikView Server&lt;/A&gt;) or a Configurable ODBC/LDAP connection as well. Note that for Configurable ODBC/LDAP, a custom&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;authentication&amp;nbsp;&lt;/STRONG&gt;&lt;/I&gt;module/method is required. This article does not cover the extra steps required for further customization.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 948px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57251i8F4A5C06478A6E05/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;H3&gt;Add Users and Groups to the QlikView document&lt;/H3&gt;
&lt;P&gt;Unlike with NTFS mode, authorization to documents is now being configured in the QlikView Management console.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open the &lt;STRONG&gt;QlikView Management Console&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Navigate to &lt;STRONG&gt;Documents &lt;/STRONG&gt;(or &lt;STRONG&gt;Source Documents&lt;/STRONG&gt; if the document is being distributed)&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Open the applicable QlikView Server folder (&lt;STRONG&gt;QVS@hostname&lt;/STRONG&gt;)&lt;/LI&gt;
&lt;LI&gt;Select the QlikView document (.&lt;STRONG&gt;qvw&lt;/STRONG&gt;)&lt;/LI&gt;
&lt;LI&gt;Select the &lt;STRONG&gt;Authorization &lt;/STRONG&gt;tab&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 923px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57252i1883440657079716/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Click the &lt;STRONG&gt;green plus &lt;/STRONG&gt;on the right side of the screen.&lt;/LI&gt;
&lt;LI&gt;Select a&amp;nbsp;&lt;STRONG&gt;User type&lt;/STRONG&gt;. For our example we need&amp;nbsp;&lt;STRONG&gt;Named Users&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="margin-left: 40px;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 18px;"&gt;!&lt;/SPAN&gt;&lt;/STRONG&gt; Named Users are any authenticated users that are either explicitly added to the document individually, or are added as part of a group.&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 18px;"&gt;!&lt;/SPAN&gt;&lt;SPAN style="font-size: 22px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;All Users means&amp;nbsp;&lt;I&gt;Everyone.&amp;nbsp;&lt;/I&gt;This is necessary for anonymous access.&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 18px;"&gt;!&lt;/SPAN&gt;&lt;SPAN style="font-size: 22px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;All Authenticated Users means everyone who is considered an authenticated user.&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.png" style="width: 638px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57253i76340FAF975C5422/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.png" alt="4.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Click the icon on the right.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5.png" style="width: 469px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57254i6235206FD893F30F/image-size/large?v=v2&amp;amp;px=999" role="button" title="5.png" alt="5.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A new pop up will appear.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Either&amp;nbsp;&lt;STRONG&gt;Search for Users&amp;nbsp;&lt;/STRONG&gt;using the search interface and adding them by clicking&amp;nbsp;&lt;STRONG&gt;Add &amp;gt;&amp;nbsp;&lt;/STRONG&gt;after selecting the user or group,&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;OR&amp;nbsp;&lt;/STRONG&gt;manually define the user or group in the free text field at the bottom.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;OK&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.png" style="width: 577px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57255iC2773021F0985F47/image-size/large?v=v2&amp;amp;px=999" role="button" title="6.png" alt="6.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Apply all changes.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;The users defined will now have access to the document in the AccessPoint, or when using the QlikView Desktop client and Open in Server...&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 19:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Example-How-DMS-authorization-works/ta-p/1714502</guid>
      <dc:creator>Yoichi_Hirotake</dc:creator>
      <dc:date>2021-06-21T19:38:44Z</dc:date>
    </item>
  </channel>
</rss>

