<?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: manually creating user in database in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/manually-creating-user-in-database/m-p/88058#M59712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can not create stuff direct in the DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you use web services? If so, you should be able to do what you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 15:39:11 GMT</pubDate>
    <dc:creator>andy</dc:creator>
    <dc:date>2007-06-19T15:39:11Z</dc:date>
    <item>
      <title>manually creating user in database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/manually-creating-user-in-database/m-p/88057#M59711</link>
      <description>i'm testing alfresco 2.0 and there has been a problem that i'm not able to solve. my companies wants to be able to insert users into the database (not via the client) through another webapp. Is this possible? i tried manually inserting some entries to the database but it doesnt seem to work. i get u</description>
      <pubDate>Thu, 14 Jun 2007 15:41:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/manually-creating-user-in-database/m-p/88057#M59711</guid>
      <dc:creator>guestbcs</dc:creator>
      <dc:date>2007-06-14T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: manually creating user in database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/manually-creating-user-in-database/m-p/88058#M59712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can not create stuff direct in the DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you use web services? If so, you should be able to do what you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 15:39:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/manually-creating-user-in-database/m-p/88058#M59712</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2007-06-19T15:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: manually creating user in database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/manually-creating-user-in-database/m-p/88059#M59713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If i used the NovellChainsRequestAuthenticationFilter and modified it like what&amp;nbsp; some of the people here did to become CASAuthenticationFilter and changed this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;String authHdr = (String) req.getSession().getAttribute(CASFilter.CAS_FILTER_USER); &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; authComponent = (AuthenticationComponent) ctx.getBean("AuthenticationComponent");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; authService = (AuthenticationService) ctx.getBean("AuthenticationService");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;to have the capital letter thingy. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;after i made these changes, if i login via CAS using admin and i go to administration console, i wont be able to see the create user link. the isAlfrescoAuth returns false instead of true like what it used to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;did i left out anything?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 05:34:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/manually-creating-user-in-database/m-p/88059#M59713</guid>
      <dc:creator>guestbcs</dc:creator>
      <dc:date>2007-06-20T05:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: manually creating user in database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/manually-creating-user-in-database/m-p/88060#M59714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A basic user entry will be created automatically if the user logs in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only other way is to constrain your ldap query to pull in only the users you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;People have done thier own code to sync from LDAP as users login.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;More modifications to the filter ….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 15:45:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/manually-creating-user-in-database/m-p/88060#M59714</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2007-06-20T15:45:15Z</dc:date>
    </item>
  </channel>
</rss>

