PANTHEON™ Help

 Toc
 Početna stranica - PANTHEON uputstva
[Collapse]PANTHEON
 [Collapse]PANTHEON priručnici
  [Expand]Vodič po Datalab PANTHEON FarmAccounting
  [Expand]Vodič po PANTHEON Retail
  [Expand]Vodič po DataLab PANTHEON™
  [Expand]Vodič po PANTHEON VET
 [Collapse]PANTHEON korisnički priručnici
  [Expand]Korisnički priručnik za DataLab PANTHEON
  [Expand]Korisnički priručnik za PANTHEON Vet
  [Expand]Korisnički priručnik za PANTHEON Maloprodaju
  [Expand]Korisnički priručnik za PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]Vodiči po PANTHEON Web
  [Expand]Vodič za PANTHEON Web Terminal
  [Expand]Vodič po PANTHEON Web Light
  [Expand]Vodič za PANTHEON Web Legal
  [Expand]Arhiva starih proizvoda
 [Collapse]Korisnički priručniki za PANTHEON Web
  [Expand]Kako započeti s programom PANTHEON Web
  [Expand]Korisnički priručnik za PANTHEON Web Light
   Korisnički priručnik za PANTHEON Web Terminal
  [Expand]Korisnički priručnik za PANTHEON Web Legal
  [Expand]Arhiva starih proizvoda
[Collapse]PANTHEON Granule
 [Collapse]Vodič za PANTHEON Granule
  [Expand]Granula Kadrovi
  [Expand]Granula Putni nalozi
  [Expand]Granula Dokumenti i zadaci
  [Expand]Granula Nadzorna ploča
  [Expand]Granula B2B naručivanje
  [Expand]Granula Servis na terenu
  [Expand]Inventar Fiksne Imovine Granula
  [Expand]Granula Inventura skladišta
 [Collapse]Korisnički priručnik za PANTHEON Granule
   Početak
   Primjer korištenja PANTHEON Granula u fiktivnom preduzeću
  [Expand]PANTHEON Granule i aktivacija
  [Expand]Granula Kadrovi
  [Expand]Granula Putni nalozi
  [Expand]Granula Dokumenti i zadaci
  [Expand]Granula B2B Naručivanje
  [Expand]Granula Nadzorna ploča
  [Expand]Granula Servis na terenu
   PANTHEON Granule - česta pitanja i odgovori
  [Expand]Inventar Fiksne Imovine Granula
  [Expand]Inventar u skladištu granula
  [Expand]Arhiva
[Collapse]Korisničke stranice
  Test 2
  Test 3
  Test 5
  TEST_Kreiranje noveg zaposlenika 1000003067
  TEST_Kreiranje noveg zaposlenika 1000003067-MK
  TEST3_Kreiranje novog dokumenta 1000003410-SL
  TEST2_Uređivanje kontaktnih podataka 1000003415-SL
  Test
 [Collapse]Test za CG
   Test podređeni 1
  TEST_Kreiranje noveg zaposlenika 1000003067-BA
  TEST_Kreiranje novog zaposlenika 1000003067-SR
  TEST_Kreiranje noveg zaposlenika 1000003067_EU_ORIG
 [Collapse]Pantheon hosting
  [Expand]Hosting robot
  [Expand]DEMO hosting
  Porez ( cookies )
 [Collapse]Prijava na korisničke stranice
   Registracija za Pantheon korisnike
   Glavna stranica
   Prva posjeta korisničkom sajtu
  Novosti
  Uvod u Wiki
  Upute za stranicu izbornika
 [Collapse]Potpora
  [Expand]Tehnička podrška
   Podrška na daljinu za Host korisnike
  [Expand]Daljinska podrška
  Kako upotrebljavam i dopunjujem wiki ?
 [Collapse]Pomoć
   Pantheon Hosting
   Uporedba verzija pantheona
  [Expand]Dokumentacija
   Vsa navodila
   Video uputstva
   Video novosti
   Pitaj druge korisnike
   Postanite PANTHEON svetovalec
   Sve vijesti
   Svi događaji
   Pregled opomb i planova
   Plan
 [Collapse]Informacije
   Obavijesti
  [Expand]Nastavitev deviznih tečajev
 [Collapse]Moji podaci
   Ugovor o osvježavanju
   Podaci o kompaniji
  [Expand]Pooblaščene osobe
   Dovoljenja
   Lični podaci
   Kontaktni podatci
   Osveževalna pogodba
 [Collapse]Forum
   Spremljanje foruma
 [Collapse]Video
   Instruktivni videozapisi
   Video Ažuriranja
  Portal za razvijače
  Tržnica
 [Collapse]Wiki uputstva
  [Expand]Uvod u wiki
  [Expand]Pretraga po Wikiju
  [Expand]Uređenje Wiki-a
   Pripenjanje dokumentov

Load Time: 343,7521 ms
"
  6613 | 1 | |
Label


SQL Server Logins in PANTHEON

PANTHEON creates a SQL Server login for each PANTHEON user.

The PANTHEON use AD uses the SQL Server user AD.

00001.gif
WARNING
If you attach a database from another server, users of that dabase exist for the database, but not for the server.
To create SQL Server users from existing database users, use the AddUsers utility.

 

Table of contents

  1. Passwords
  2. SysAdmin Users
  3. Setting a SysAdmin User in SQL Management Studio

1. Passwords

PANTHEON uses SQL authentication of users and their passwords. A PANTHEON user is created as a SQL Server login with the same name.

To prevent users from having unlimited access to the database (via Excel, Access, or Query Analyzer), as they could gain access to sensitive information through backdoors, the password is encrypted with a special algorithm after logging into PANTHEON.

Example: the user AD has the password 1234, but this is stored as a$32wzhfdfi42_. Because the encryption algorithm is secret, the user cannot encrypt the password on his own. The password entered at PANTHEON logon is  encrypted and compared to the stored value.

00001.gif Always change passwords in PANTHEON.
You will not be able to logon to PANTHEON if you change passwords with a database manager or query utility.

 

00001.gif If a user needs access to PANTHEON's data, create him or her a new SQL or NT login and allow it access only to the necessary tables.
WARNING: a user with a NT login or one with a username that is longer than two characters will not be able to edit data in PANTHEON (because of UNDO triggers), but will be able to read them.

 

 2. SysAdmin Users

At least one user must have SysAdmin privileges on the SQL Server instance. After installation, all users created by the installer (at least the AD user) have SysAdmin privileges.

The SysAdmin is able to add new users.

3. Setting a SysAdmin User in SQL Management Studio

Open SQL Management Studio, find the desired SQL Server instance, open the Security node, and then Logins.

62289.png

In the list of users, double-click the user that you want to grant SysAdmin privileges. Check the box next to sysadmin.

 

PANTHEON's Administration Panel now shows that that user now has access to all databases on the server instance.

Access to some databases can also be revoked in PANTHEON.

 

00001.gif
  1. For more information about SQL server editions and technical instructions, see the SQL Server websites.
  2. Microsoft SQL servers that run on the Linux operation system ARE NOT supported. The Microsoft SQL server on the Linux operation system does not support all features of servers on Windows operation systems, which means that PANTHEON cannot function properly.
  3. From January 2022, PANTHEON X is no longer supported on servers versions older than 2016. The Microsot SQL Server 2019 is recommended.

 

 

  

     


Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!