Pardus 19, Debian 10 Üzerindeki Dotnet Core 2.2 İle LDAP Doğrulaması (LDAP Authentication with Dotnet Core 2.2 on Pardus 19, Debian 10) Maalesef henüz Linux cihazlar üzerinden LDAP doğrulaması için core ekibinin bir çalışması yok….
Etiket: Pardus 19
1. Gerekli paketlerin kurulması (The step of installing the necessary packages). sudo apt install gnupg gnupg2 2. Anahtarın ve deponun eklenmesi (The step of add the key and repository step). wget –quiet -O – https://www.postgresql.org/media/keys/ACCC4CF8.asc…
1. Anahtarın ve deponun eklenmesi. wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg –dearmor > microsoft.asc.gpg sudo mv microsoft.asc.gpg /etc/apt/trusted.gpg.d/ wget -q https://packages.microsoft.com/config/debian/10/prod.list sudo mv prod.list /etc/apt/sources.list.d/microsoft-prod.list sudo chown root:root /etc/apt/trusted.gpg.d/microsoft.asc.gpg sudo chown root:root /etc/apt/sources.list.d/microsoft-prod.list 2. Dotnet SDK’nın…