suport language for installation

This commit is contained in:
Tuncay ÇOLAK 2022-08-02 10:15:38 +03:00
parent 6e6dcadd0e
commit 8bbc7b662a
26 changed files with 559 additions and 0 deletions

View File

@ -0,0 +1,51 @@
**Lider-Ahenk Repo Defining**
The Ahenk package is available at "repo.liderahenk.org". On Pardus computers, this address is defined and the Ahenk package
can be downloaded from the repository. In the terminal (console) to define this repository to your system;
sudo wget http://repo.liderahenk.org/liderahenk-archive-keyring.asc && sudo apt-key add liderahenk-archive-keyring.asc && rm liderahenk-archive-keyring.asc
The "liderahenk-archive-keyring.asc" key file should be downloaded and installed on the system with the commands. Next;
sudo printf "deb [arch=amd64] http://repo.liderahenk.org/liderahenk stable main" | sudo tee -a /etc/apt/sources.list
The repository address is added to the "/etc/apt/sources.list" file with the command.
**Ahenk Installation**
After the repo definition process, the following operations are applied respectively.
Firstly ;
sudo apt update
The current package list should be obtained with the command.
sudo apt install ahenk
The current Ahenk version is downloaded with the command.
**Ahenk Register**
After the Ahenk is downloaded;
sudo ahenk-register
Ahenk is activated with the command.
![Ahenkregister](./images/ahenkregister.jpeg)
Click the Yes button in the window that opens and the installation continues.
![Ahenkregister](./images/ahenkregisterinfo.jpeg)
After the necessary information is entered, the installation starts by clicking the OK button.
![Ahenkregister](./images/hosgeldiniz.jpeg)
After the installation is completed, continue by clicking the OK button in the window that opens.
![Ahenkregister](./images/restart.jpeg)
Installation completed successfully. After clicking the OK button, the computer restarts.
The computer has been taken to the domain.<link href=/lider2.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,51 @@
**Lider-Ahenk Repo Tanımlama**
Ahenk paketi "repo.liderahenk.org" adresinde sunulmaktadır. Pardus bilgisayarlarda bu adres tanımlanarak ahenk paketi
depodan yüklenebilmektedir. Bu deponun sisteminize tanımlanması için uçbirim(konsol)da;
sudo wget http://repo.liderahenk.org/liderahenk-archive-keyring.asc && sudo apt-key add liderahenk-archive-keyring.asc && rm liderahenk-archive-keyring.asc
komutları ile "liderahenk-archive-keyring.asc" key dosyası indirilerek sisteme yüklenmelidir. Ardından;
sudo printf "deb [arch=amd64] http://repo.liderahenk.org/liderahenk stable main" | sudo tee -a /etc/apt/sources.list
komutu ile depo adresi "/etc/apt/sources.list" dosyasına eklenir.
**Ahenk Kurulum**
Repo tanımlama işleminden sonra sırasıyla aşağıdaki işlemler uygulanır.
İlk önce ;
sudo apt update
komutu ile güncel paket listesini alınmalıdır.
sudo apt install ahenk
komutu ile güncel Ahenk versiyonu indirilir.
**Ahenk Kayıt**
Ahenk indirildikten sonra ;
sudo ahenk-register
komutu ile ahenk çalıştırılır.
![Ahenkregister](./images/ahenkregister.jpeg)
ılan pencereden Evet butonuna tıklanır ve kuruluma devam edilir.
![Ahenkregister](./images/ahenkregisterinfo.jpeg)
Gerekli bilgiler girildikten sonra Tamam butonuna tıklayarak kurulum başlatırlır.
![Ahenkregister](./images/hosgeldiniz.jpeg)
Kurulum tamamlandıktan sonra açılan pencereden Tamam butonuna tıklayarak devam edilir.
![Ahenkregister](./images/restart.jpeg)
Kurulum başarılı bir şekilde tamamlanmıştır. Tamam butonuna tıkladıktan sonra bilgisayar yeniden başlatılır.
Bilgisayar domaine alınmıştır.<link href=/lider2.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,96 @@
**What to Do During the Lider Server Installation Phase**
**NOTE :** Follow the installation steps in order.
**1)** For setup application : Pardus-21.0-GNOME version https://indir.pardus.org.tr/ISO/Pardus21/Pardus-21.0-GNOME-amd64.iso or Pardus-21.0-XFCE version https://indir.pardus.org.tr/ISO/Pardus21/Pardus-21.0-XFCE-amd64.iso can be installed.
**2)** You can download the Pardus-21.0-SERVER version for the Lider server from https://indir.pardus.org.tr/ISO/Pardus21/Pardus-21.0-SERVER-amd64.iso. Set the server language to English.
**3)** The next steps are the necessary steps to run the Lider Server Installation Application. ( Please run the commands below on the version of Pardus-21.0-GNOME or Pardus-21.0-XFCE that you installed in step **1**.)
**Installing Dependencies**
The following commands are typed in the terminal.
````
sudo apt-get install python3-paramiko python3-pyqt5 python3-pip python3-psutil xterm
````
````
pip install mysql-connector-python argon2-cffi
````
**Downloading the Application**
To download the Leader Installation App;
````
sudo apt-get install git
````
Git package is installed with the command.
````
git clone https://github.com/Pardus-LiderAhenk/lider-ahenk-installer.git
````
The Lider Installation Application is downloaded with the command.
**Running the Application**
To run the setup application;
````
cd lider-ahenk-installer/src/
````
With the command, go to the src directory and
````
python3 app.py
````
The installation application is run with the command.
**Note** : Before running the application, the ssh package must be installed on the machine where the Lider Ahenk installation application is running and on the machines to be installed.
**Lider Ahenk Server Access Information**
It is the area where the leader server components (Database, OpenLDAP, XMPP and Leader) will be installed on which server or servers are determined. If all components will be installed on a single server, the "**Install All Components on Single Server**" option is selected.
The image below shows the installation of components on a single server.
![1](./images/1.png)
In case components are required to be installed on separate servers, the component to be installed is selected and access information is entered.
The image below shows the installation of components on individual servers.
![2](./images/2.png)
After entering the server access information, the "**Check Connection**" button is clicked to check whether there is access to the server.
**Lider Repository Settings**
Installing the Lider components using which package repository is performed in this menu. The Main Package Repository is selected for stable Lider Ahenk packages, and the Test Package Repository for test Lider Ahenk packages.
Repository Key File: It refers to the key file created for the Lider Ahenk package repository.
**NOTE:** If the package repositories for the server to be installed are mirrored to the local (mirror), local addresses must be entered for the Repository Address and Repository Key File.
**Lider Server Configurations**
The following fields must be entered for Lider server configurations.
![3](./images/3.png)
**LDAP Base DN:** LDAP base node,<br>
**System Admin Password:** Admin password for Lider Ahenk components,<br>
**Lider Interface Username:** Username to use the Lider Interface (Lider Admin or System Administrator), <br>
**Lider Interface User Password:** User password to use the Lider Interface, <br>
**Lider Interface User Email Address:** The e-mail address that the Lider interface user can use when she forgets his/her password.
By clicking the **Start Installation** button, Lider Ahenk server installation is started.
<link href=/lider2.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,96 @@
**Lider Sunucu Kurulum Aşamasında Yapılması Gerekenler**
**NOT :** Kurulum adımlarını sıra ile uygulayınız.
**1)** Kurulum uygulaması için : Pardus-21.0-GNOME sürümü https://indir.pardus.org.tr/ISO/Pardus21/Pardus-21.0-GNOME-amd64.iso veya Pardus-21.0-XFCE sürümü https://indir.pardus.org.tr/ISO/Pardus21/Pardus-21.0-XFCE-amd64.iso kurulur.
**2)** Lider sunucusu için Pardus-21.0-SERVER sürümünü https://indir.pardus.org.tr/ISO/Pardus21/Pardus-21.0-SERVER-amd64.iso adresinden indirebilirsiniz. Sunucu dilini ingilizce olarak ayarlayınız.
**3)** Sıradaki adımlar Lider Sunucu Kurulum Uygulamasını çalıştırmak için gerekenli adımlardır. ( Lütfen aşağıda bulunan komutları **1** inci adımda kurmuş olduğumuz Pardus-21.0-GNOME veya Pardus-21.0-XFCE sürümü üzerinde çalıştırınız.)
**Bağımlılıkların Kurulması**
Uçbirimde aşağıdaki komutlar sırasıyla yazılır.
````
sudo apt-get install python3-paramiko python3-pyqt5 python3-pip python3-psutil xterm
````
````
pip install mysql-connector-python argon2-cffi
````
**Uygulamanın İndirilmesi**
Lider Kurulum Uygulamasını indirmek için;
````
sudo apt-get install git
````
komutu ile git paketi yüklenir.
````
git clone https://github.com/Pardus-LiderAhenk/lider-ahenk-installer.git
````
Komutu ile Lider Kurulum Uygulaması indirilir.
**Uygulamanın Çalıştırılması**
Kurulum uygulamasını çalıştırmak için;
````
cd lider-ahenk-installer/src/
````
komutu ile src dizinine gidilir ve
````
python3 app.py
````
komutu ile kurulum uygulaması çalıştırılır.
**Not** : Uygulamayı çalıştırmadan önce lider ahenk kurulum uygulamasının çalıştırıldığı makinede ve kurulum yapılacak makinelerde ssh paketi kurulu olmalıdır.
**Lider Ahenk Sunucu Erişim Bilgileri**
Lider sunucu bileşenlerinin (Veritabanı, OpenLDAP, XMPP ve Lider) hangi sunucu ya da sunuculara kurulucağının belirlendiği alandır. Tüm bileşenler tek sunucuya kurulacaksa "**Tüm Bileşenler Tek Sunucuya Kurulsun**" seçeneği seçilir.
Aşağıdaki resimde bileşenlerin tek sunucuya kurulması durumu gösterilmiştir.
![1](./images/1.png)
Bileşenlerin ayrı ayrı sunuculara kurulması istenildiği durumda hangi bileşen kurulcaksa o bileşen seçilir ve erişim bilgileri girilir.
Aşağıdaki resimde bileşenlerin ayrı ayrı sunuculara kurulması durumu gösterilmiştir.
![2](./images/2.png)
Sunucu erişim bilgileri girildikten sonra "**Bağlantıyı Kontrol Et**" butonuna tıklanarak sunucuya erişim olup olmadığı kontrol edilir.
**Lider Deposu Ayarları**
Lider bileşenlerinin hangi paket deposu kullanılarak kurulması bu menüde gerçekleştirilir. Stable lider ahenk paketleri için Ana Paket Deposu, test lider ahenk paketleri için Test Paket Deposu seçilir.
Depo Key Dosyası: Lider Ahenk paket deposu için oluşturulan anahtar dosyasıyı ifade eder.
**NOT:** Kurulum yapılacak sunucu için paket depoları yerele aynalanmış ise(mirror) Depo Adresi ve Depo Key Dosyası için yerel adresler girilmelidir.
**Lider Sunucu Konfigürasyonları**
Lider sunucu konfigürasyonları için aşağıdaki alanların girilmesi gerekmektedir.
![3](./images/3.png)
**LDAP Base DN:** LDAP temel düğümü,<br>
**Sistem Admin Parolası:** Lider Ahenk bileşenleri için admin yönetici parolası,<br>
**Lider Arayüz Kullanıcı Adı:** Lider arayüzü kullanacak kullanıcı adı (Lider Admini veya Sistem Yönetici), <br>
**Lider Arayüz Kullanıcı Parolası:** Lider arayüzü kullanacak kullanıcı parolası, <br>
**Lider Arayüz Kullanıcı Mail Adresi:** Lider arayüz kullanısının parolasını unuttuğunda kullanabileceği mail adresi.
**Kuruluma Başla** butonuna tıklanarak Lider Ahenk sunucu kurulumu başlatılır.
<link href=/lider2.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,13 @@
**Script Definitions**
This plugin maintains a list of previously defined scripts. New script can be created or already created script can be deleted
[![Betik Tanımları](../images/scriptDefinition/scriptList.png)](../images/scriptDefinition/scriptList.png)
Script plugin is a task plugin that enables specially written script files to be run on Ahenk machines.
The script name is entered. Then the type of script is selected from one of Python, Bash, Perl and Ruby.
One of the created scripts is selected and
the task is run by specifying the script parameters(if any).
[![Betik Tanımları](../images/scriptDefinition/scriptCreate.png)](../images/scriptDefinition/scriptCreate.png)
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,14 @@
**Betik Tanımları**
Bu eklenti daha önceden tanımlanan betiklerinin listesini tutar. Yeni betik oluşturulur veya daha önceden
oluşturulmuş betik silinir.
[![Betik Tanımları](../images/scriptDefinition/scriptList.png)](../images/scriptDefinition/scriptList.png)
Betik eklentisi, özel olarak yazılmış betik dosyalarının Ahenk makinelerde çalıştırılmasını sağlayan
bir görev eklentisidir. Betik adı girilir. Ardından betiğin türü Python, Bash, Perl ve Ruby olmak üzere
4 betik çeşidinden biri seçilir. Oluşturulan betiklerden biri seçilir ve betik parametreleri
(eğer var ise) belirtilerek görev çalıştırılır.
[![Betik Tanımları](../images/scriptDefinition/scriptCreate.png)](../images/scriptDefinition/scriptCreate.png)
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,8 @@
**File Server Settings**
This is the area where the file server information is kept. In this area the transfer type, file server address, port, username and user password can be changed.
[![Dosya Sunucu Ayaları](../images/serverSettings/fileServerSettings.png)](../images/serverSettings/fileServerSettings.png)
By clicking the Edit button, the desired information is changed and by clicking Save Changes button settings are saved.
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,9 @@
**Dosya Sunucu Ayarları**
Dosya sunucu bilgilerinin tutulduğu alandır.Bu alan transfer tipi, dosya sunucu adresi, port, kullanıcı
adı ve kullanıcı şifresi değiştirilebilir.
[![Dosya Sunucu Ayaları](../images/serverSettings/fileServerSettings.png)](../images/serverSettings/fileServerSettings.png)
Düzenle butonuna tıklanarak istenilen bilgiler değiştirilir ve Değişiklikleri Kaydet butonuna
tıklayarak ayarlar kaydedilir.<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,10 @@
**LDAP Server Settings**
In this section, if the LDAP server information and clients are taken to the domain through the active directory
active directory information is shown.
[![LDAP Sunucu Ayaları](../images/serverSettings/ldapSettings.png)](../images/serverSettings/ldapSettings.png)
By clicking the Edit button, the desired information is changed and by clicking Save Changes button settings are saved.
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,10 @@
**LDAP Sunucu Ayarları**
Bu kısımda LDAP sunucu bilgileri ve istemciler aktif dizin üzerinden domaine alınmış ise
aktif dizin bilgileri gösterilmektedir.
[![LDAP Sunucu Ayaları](../images/serverSettings/ldapSettings.png)](../images/serverSettings/ldapSettings.png)
Düzenle butonuna tıklanarak istenilen bilgiler değiştirilir ve Değişiklikleri Kaydet butonuna
tıklayarak ayarlar kaydedilir.
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,9 @@
**Email Server Settings**
In this section, information about the mail server is displayed.
[![Email Sunucu Ayaları](../images/serverSettings/mailSettings.png)](../images/serverSettings/mailSettings.png)
By clicking the Edit button, the desired information is changed and by clicking Save Changes button settings are saved.
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,9 @@
**Email Sunucu Ayarları**
Bu kısımda mail sunucusuna ait bilgiler gözükmektedir.
[![Email Sunucu Ayaları](../images/serverSettings/mailSettings.png)](../images/serverSettings/mailSettings.png)
Düzenle butonuna tıklanarak istenilen bilgiler değiştirilir ve Değişiklikleri
Kaydet butonuna tıklayarak ayarlar kaydedilir.
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,11 @@
**Other Settings**
Disabling local users on machines with Ahenk installed in the Other settings section,
from which domain to be included in the domain, where to authorize users (sudo) and remotely
There are warehouse address and signature settings to be used during the Ahenk setup.
[![Diğer Sunucu Ayaları](../images/serverSettings/otherSettings.png)](../images/serverSettings/otherSettings.png)
By clicking the Edit button, the desired information is changed and by clicking Save Changes button settings are saved.
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,10 @@
**Diğer Ayarlar**
Diğer ayarlar bölümünde Ahenk kurulan makinelerde yerel kullanıcıları pasif hale getirme, istemcilerin
hangi etki alanı üzerinden domaine dahil edileceği, kullanıcıların nereden yetkilendirileceği(sudo) ve uzaktan
ahenk kurulumu sırasında kullanılacak depo adresi ve imzası ayarları bulunmaktadır.
[![Diğer Sunucu Ayaları](../images/serverSettings/otherSettings.png)](../images/serverSettings/otherSettings.png)
Düzenle butonuna tıklanarak istenilen bilgiler değiştirilir ve Değişiklikleri Kaydet butonuna tıklayarak
ayarlar kaydedilir.<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,12 @@
**XMPP Server Settings**
In this section, information about the XMPP server is displayed.
[![XMPP Sunucu Ayaları](../images/serverSettings/xmppSettings.png)](../images/serverSettings/xmppSettings.png)
By clicking the Edit button, the desired information is changed and by clicking Save Changes button settings are saved.
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,13 @@
**XMPP Sunucu Ayarları**
Bu kısımda XMPP sunucusuna ait bilgiler gözükmektedir.
[![XMPP Sunucu Ayaları](../images/serverSettings/xmppSettings.png)](../images/serverSettings/xmppSettings.png)
Düzenle butonuna tıklanarak istenilen bilgiler değiştirilir ve Değişiklikleri Kaydet butonuna tıklayarak
ayarlar kaydedilir.
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,9 @@
**System Observer Definitions**
It allows text-based information to be viewed on the user's desktop. Template Content and Template Settings
The template is entered completely and saved. Template Content and Template Settings must be entered separately. Settings,
It can be customized to be like the content presented as #DEFAULT in the Template Settings tab.
[![Sistem Gözlemcisi Tanımları](../images/systemMonitoringDefinitions/systemMonitoringDefinition.png)](../images/systemMonitoringDefinitions/systemMonitoringDefinition.png)
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,9 @@
**Sistem Gözlemcisi Tanımları**
Metin tabanlı bilgilerin kullanıcının masaüstünde görülmesini sağlar. Şablon İçeriği ve Şablon Ayarları
eksiksiz girilerek şablon kaydedilir. Şablon İçeriği ve Şablon Ayarları ayrı ayrı girilmelidir. Ayarlar,
Şablon Ayarları sekmesinde #VARSAYILAN olarak sunulan içerik gibi olacak şekilde özelleştirilebilir.
[![Sistem Gözlemcisi Tanımları](../images/systemMonitoringDefinitions/systemMonitoringDefinition.png)](../images/systemMonitoringDefinitions/systemMonitoringDefinition.png)
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,13 @@
**AD Management**
The AD synchronization section shows the tree structure in Active Directory as it is.
Users or groups in Active Directory can be selected and imported into LDAP.
Thanks to the tree structure that appears on the left, Active Directory can be searched. In the entire directory structure that has Active Directory,
Filtering can be done by SAM-Account-Name, CN, Surname, Folder, Description, Address, Phone Number and Object Class.
[![AD Yonetimi](../images/adManagement/adManagement.png)](../images/adManagement/adManagement.png)
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,14 @@
**AD Yönetimi**
AD senkronizasyon bölümü Active Directoryde bulunan ağaç yapısını olduğu gibi göstermektedir.
Active Directoryde bulunan kullanıcılar veya gruplar seçilerek LDAPa aktarılabilir.
Sol kısımda gözüken ağaç yapısı sayesinde Active Directoryde arama yapılabilir. Active Directory bulunan
dizin yapısının tamamında SAM-Account-Name, CN, Soyad, Klasör, Açıklama, Adres,
Telefon Numarası ve Nesne Sınıfı olarak filtreleme yapılabilir.
[![AD Yonetimi](../images/adManagement/adManagement.png)](../images/adManagement/adManagement.png)
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,12 @@
**User Authorization (SUDO)**
On this page, users can be set on which clients to be authorized. To do this, from the menu
Click on create new authorization group button. 'sudoHost', at least one each from 'sudoUser' and 'sudoCommand' properties are added. sudoHost: Indicates which clients will be authorized to operate. The client DN address must be added to this field. Multiple client DN addresses can be added.
sudoCommand: Indicates which commands can be run on clients. (You can add 'ALL' for all commands). More than one command can be added.
sudoUser: Indicates which users will be authorized on the selected clients. User DN address must be added to this field. Multiple user DN addresses can be added
After these operations, authorized users can run the added commands in the sudoCommand field on the added clients.
[![Kullanıcı Yetkilendirme(sudo)](../images/userAuthorizationSudo/userAuthorization.png)](../images/userAuthorizationSudo/userAuthorization.png)
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,14 @@
**Kullanıcı Yetkilendirme (SUDO)**
Bu sayfada kullanıcıların hangi istemcilerde yetkili olacağı ayarlanabilir. Bu işlem için menüden
yeni yetki grubu oluştur butonu tıklanır. Ardından çıkan ekrandan en az birer adet olmak üzere 'sudoHost',
'sudoUser' ve 'sudoCommand' özellikleri eklenir.sudoHost: Hangi istemcilerde verilen yetkininin işleyeceğini gösterir. Bu alana istemci DN adresi eklenmelidir. Birden fazla istemci DN adresi eklenebilir.
sudoCommand: İstemcilerde hangi komutların çalıştırılabileceğini gösterir.(Tüm komutlar için 'ALL' eklenebilir). Birden fazla komut eklenebilir.
sudoUser: Seçilen istemcilerde hangi kullanıcıların yetkili olacağını gösterir. Bu alana kullanıcı DN adresi eklenmelidir. Birden fazla kullanıcı DN adresi eklenebilir
Bu işlemlerden sonra yetki verilen kullanıcılar eklenen istemcilerde sudoCommand alanında eklenen komutları
çalıştırabilirler.
[![Kullanıcı Yetkilendirme(sudo)](../images/userAuthorizationSudo/userAuthorization.png)](../images/userAuthorizationSudo/userAuthorization.png)
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,19 @@
**User Group Management**
In the user group management section, user groups can be edited, policies can be assigned to selected groups,
policies can be removed and assigned policies can be observed.
Thanks to group members management, users can be added to the group, group name can be edited, group can be moved.
and the group can be deleted.
[![Kullanıcı Grup Yönetimi](../images/userGroupManagement/userGroupManagement.png)](../images/userGroupManagement/userGroupManagement.png)
**Assigned Policies**
This is the section where the list of policies created and saved in the Active Policy List section appears.
To assign a policy, a policy is selected from the active policy list and the apply button is clicked.
[![Kullanıcı Grup Yönetimi](../images/userGroupManagement/activePolicyList.png)](../images/userGroupManagement/activePolicyList.png)
The policies assigned to the selected group in the Assigned policy section are listed in this section. Policies assigned to groups that are selected in this section can be removed.
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,21 @@
**Kullanıcı Grup Yönetimi**
Kullanıcı grup yönetimi kısmında, kullanıcı grupları düzenlenebilir, seçilen gruplara politika atanabilir, atanan
politalar kaldırılabilir ve atanan politikalar gözlemlenebilir.
Grup üyeleri yönetimi sayesinde gruba kullanıcı ekleneiblir, grup adı düzenlenebilir, grup taşınabilir
ve grup silinebilir.
[![Kullanıcı Grup Yönetimi](../images/userGroupManagement/userGroupManagement.png)](../images/userGroupManagement/userGroupManagement.png)
**Atanmış Politikalar**
Aktif Politika Listesi kısmında oluşturulan ve kaydedilen politikaların listesinin gözüktüğü kısımdır.
Politika atamak için aktif politika listesinden bir politika seçilir ve uygula butonuna tıklanır.
[![Kullanıcı Grup Yönetimi](../images/userGroupManagement/activePolicyList.png)](../images/userGroupManagement/activePolicyList.png)
Atanan politika kısmında seçilen gruba atanan politikalar bu kısımda listelenir. Bu kısımda seçilen
gruplara atanan politikalar kaldırılabilir.
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,13 @@
**User Management**
In the User Management tree structure
information about the selected user is displayed. In addition, under the selected folder in the tree
user can be added, user can be deleted, user can be moved, detailed information about the user
can be observed or a new folder can be created.
[![Kullanıcı Yönetimi](../images/userManagement/userManagement.png)](../images/userManagement/userManagement.png)
User's personal information, login history, group list,
Password management can be viewed in detail.
<link href=/lider3.0/assets/style.css rel=stylesheet></link>

View File

@ -0,0 +1,13 @@
**Kullanıcı Yönetimi**
Kullanıcı Yönetimi ağaç yapısında
seçilen kullanıcı ile ilgili bilgiler gözükmektedir. Bunun yanı sıra ağaçta seçilen klasörün altına
kullanıcı eklenebilir, kullanıcı silinebilir, kullanıcı taşınablir, kullanıcıya ait detaylı bilgiler
gözlemlenebilir veya yeni klasör oluşturulabilir.
[![Kullanıcı Yönetimi](../images/userManagement/userManagement.png)](../images/userManagement/userManagement.png)
Kullanıcı işlemlerinde seçilen kullanıcının kişisel bilgilerini, login geçmişini, grup listesini,
parola yönetimini ayrıntılı bir şekilde görüntülenebilmektedir.
<link href=/lider3.0/assets/style.css rel=stylesheet></link>