Search found 19 matches: roles

Return to advanced search

Re: España: Normativa sancionadora sistemas informáticos

... tenemos los que aún utilizamos DBF. No se puede evitar el acceso desde terceros. Posibles soluciones serían: - utilizar el sistema de usuarios, roles y permisos de Windows aplicado a las carpetas del programa - encriptar los dbf de facturas, esto supondría desencriptar y encriptar los ficheros ...
by VictorCasajuana
Sat Dec 09, 2023 8:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 95
Views: 28847

Re: Usar o no variables publicas.

To All I only use Publics for defining System wide user roles .. Read, Write, Supervisor and Admin... Statics work fine in a .prg with many functions .. specifically if you need to update a Static value within your .prg and have visibility within the ...
by Rick Lipkin
Thu Mar 25, 2021 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usar o no variables publicas.
Replies: 16
Views: 3037

Re: Restful API

... leverage to see if it is possible to communicate between two applications. Let me point sth about Rest APIs. AFAIK, in a Rest API there are 2 roles, a sever and a client, so if your plan is to communicate 2 apps then both will have to act as both server and client. Said this, count my +1 to ...
by Carlos Mora
Fri Nov 16, 2018 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Restful API
Replies: 12
Views: 2948

Re: How do you handle User Access on your FW App

... := SUBSTR(xLOGIN,1,15)  Take the results of xLogin and search your user table .. if you find a match .. like Marc mentions .. grant roles to that user based on your logic .. the only time I force a login is if the search for xLogin is not found ... http://i66.tinypic.com/2hq9f6q.jpg ...
by Rick Lipkin
Sat Aug 18, 2018 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do you handle User Access on your FW App
Replies: 5
Views: 968

Re: Password protected access to menu. Advice ?

Marc Like you .. I have roles for each of the users of my applications .. I set PUBLIC charactors (YN) values for each role : http://i65.tinypic.com/35au4pk.jpg In this case xRead := "Y" xWrite := "Y" ...
by Rick Lipkin
Mon May 08, 2017 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Password protected access to menu. Advice ?
Replies: 25
Views: 3511

Re: Experiencias de RDDs lentos

... del dominio la administración de recursos está concentrada, en cambio si es un grupo de trabajo SMB tiene un sistema horroroso para asignar los roles administrativos, hace 'votaciones' entre todos los nodos participantes para elegir los Master Browsers y cosas así. Usando Samba este último problema ...
by Carlos Mora
Mon Jul 07, 2014 7:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Experiencias de RDDs lentos
Replies: 42
Views: 14461

Re: WNetGetUser() y nombres de usuario

... user to put in their own userid that I have assigned in the User Table. That way you control the users ( id ) in your table and can then assign roles to those users to manager rights in your application. Consider ONLY the "logic" in this code ..the data tables are ADO and not DBF .. ...
by Rick Lipkin
Mon Mar 10, 2014 6:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WNetGetUser() y nombres de usuario
Replies: 7
Views: 1235

Re: Any other encryption system besides Blowfish?

... the data. · Use access controls: Use a data dictionary with user logins to restrict who can connect to the database. · Permissions: Use database roles and assign user and group permissions to fine-tune levels of access that users can have. · Require logins: Disable free connections on the Advantage ...
by reinaldocrespo
Mon Dec 09, 2013 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any other encryption system besides Blowfish?
Replies: 6
Views: 2024

Re: Problem connecting to MSSQL 2008R2 via Windows Auth.

Darrell I would re-think your Windows authentication idea and use a single ( user ) database connection string and control your users and roles with a table you maintain at the application level. Every time you get or want to drop a user .. you will have to go into the Sql Server utility and ...
by Rick Lipkin
Mon Oct 28, 2013 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem connecting to MSSQL 2008R2 via Windows Auth.
Replies: 2
Views: 696

Re: Metro style

... or the same code running on any platform, I don't really think that is the answer. It is just like any company, many people have many different roles. You do not want or need the same screen doing AP as Email. You cannot expect to do the same spreadsheet on a desktop with a 23" monitor/mouse ...
by Gale FORd
Fri Sep 28, 2012 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro style
Replies: 83
Views: 18572

Re: A Database Design Question

regarding data security, you have to encrypt/decrypt your informations with different keys! Don't use other technologies, e.g. roles or other, for this purpose, they are not safe. For example: For an admin it's normally not a big problem to get the Master-role, but if he hasn't the suitable ...
by frose
Tue Mar 02, 2010 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Database Design Question
Replies: 7
Views: 1898

Re: A Database Design Question

Hi James Yes, reading about roles is probably one of the antecedents of the idea. Pretty much all my code is OO. My code generator is OO and generates OO code. Although, at this stage, it could be held that the templates that the generator ...
by xProgrammer
Tue Mar 02, 2010 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Database Design Question
Replies: 7
Views: 1898

Re: A Database Design Question

You are describing the concept of roles. A person may have one or more roles; patient, doctor, dept head, vendor, etc. Using OOP you can create a classes that automatically handle this. These classes would also insulate the rest of your code ...
by James Bott
Mon Mar 01, 2010 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Database Design Question
Replies: 7
Views: 1898

Re: Conectar con BD desde otros puestos

... ficha General e indicamos cual va a ser la base de datos por defecto y el idioma donde va a acceder. Luego entramos en reglas de servidor / server roles y espeficicamos por defecto dbcreator y diskadmin Luego entramos en User Mapping -> marcamos la casilla de la base de datos que hemos indicado ...
by jfafive
Fri Apr 24, 2009 9:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar con BD desde otros puestos
Replies: 17
Views: 3379

Re: Hide a radio button

Hey Rick, I have a redefine on two radio buttons and on certain roles I have set up by the following conditions .. I want to HIDE or DISABLE the second radio button defined as ID 123. Any ideas ?? Rick Lipkin SC Dept of Health, USA DO CASE CASE xSUPER = ...
by Patrick Mast
Fri Sep 19, 2008 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide a radio button
Replies: 3
Views: 646
Next

Return to advanced search