﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Role Based Security  » SF Users - Importing</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 18 May 2026 18:22:55 GMT</lastBuildDate><ttl>20</ttl><item><title>SF Users - Importing</title><link>http://forum.strataframe.net/FindPost8653.aspx</link><description>Do you guys have a program to import users from a external file and/or from active directory? We have a customer with 500 users and they are looking for a way to import so they don't have to manually create.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I can write something but I thought I would check to see if you have done this before.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim</description><pubDate>Thu, 03 May 2007 08:49:47 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>RE: SF Users - Importing</title><link>http://forum.strataframe.net/FindPost8667.aspx</link><description>The data field gets set when you set the username, password, or any other field that doesn't show up as a column in the SFSUsers table.&amp;nbsp; If you override the data property, then you will get that error message.&amp;nbsp; Or, if you create the users without setting the application's security key that is used to encrypt the data.&amp;nbsp; It's the SecurityBasics.SetSecurityKeyAndVectorForUserAuthentication() and it needs to be set to the same value as the application.</description><pubDate>Thu, 03 May 2007 08:49:47 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: SF Users - Importing</title><link>http://forum.strataframe.net/FindPost8665.aspx</link><description>Thanks Trent.&amp;nbsp; When I populate the SF user table and then try to assign roles or permissions in the security editor, I get the message that the user is corrupted.&amp;nbsp;Is there something I need to set in the record, perhaps in the 'data' field, to prevent this?&lt;/P&gt;&lt;P&gt;Tim</description><pubDate>Thu, 03 May 2007 08:29:57 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>RE: SF Users - Importing</title><link>http://forum.strataframe.net/FindPost8656.aspx</link><description>No, we don't have anything like that.&amp;nbsp; However, you can easily use LDAP or&amp;nbsp;WinNT&amp;nbsp;with directory services to reflect over the users.&lt;/P&gt;&lt;P&gt;[codesnippet]Dim loResults As SearchResultCollection&lt;BR&gt;Dim loSearch As New DirectorySearcher(ObjectDirectoryEntryPoint)&lt;BR&gt;loSearch.Filter = "(objectClass=User)"&lt;BR&gt;loResults = loSearch.FindAll()[/codesnippet]</description><pubDate>Wed, 02 May 2007 10:07:17 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>