[PR #42] [MERGED] squid proxy active directory integration #66

Closed
opened 2026-03-02 15:45:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/42
Author: @iercan
Created: 11/30/2018
Status: Merged
Merged: 12/3/2018
Merged by: @volkandod

Base: developmentHead: bilgi-sistemleri-izleme


📝 Commits (8)

📊 Changes

23 files changed (+432 additions, -510 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 ahtapotmys/playbooks/proxy.yml (+1 -0)
📝 ahtapotmys/roles/firewall/templates/ahtapot-lkk.py.j2 (+3 -2)
ahtapotmys/roles/squid/tasks/ad.yml (+100 -0)
📝 ahtapotmys/roles/squid/tasks/main.yml (+1 -0)
ahtapotmys/roles/squid/templates/ad_configuration/krb5.conf.j2 (+6 -0)
ahtapotmys/roles/squid/templates/ad_configuration/nsswitch.conf.j2 (+24 -0)
ahtapotmys/roles/squid/templates/ad_configuration/resolv.conf.j2 (+5 -0)
ahtapotmys/roles/squid/templates/ad_configuration/smb.conf.j2 (+35 -0)
📝 ahtapotmys/roles/squid/templates/dansguardian/configuration/squid04.gdys.local.conf.j2 (+3 -0)
ahtapotmys/roles/squid/templates/dansguardian/configuration/squid07.gdys.local.conf.j2 (+0 -214)
ahtapotmys/roles/squid/templates/dansguardian/configuration/squid08.gdys.local.conf.j2 (+0 -214)
📝 ahtapotmys/roles/squid/templates/squid/squid04.gdys.local.conf.j2 (+14 -3)
ahtapotmys/roles/squid/templates/squid/squid07.gdys.local.conf.j2 (+0 -37)
ahtapotmys/roles/squid/templates/squid/squid08.gdys.local.conf.j2 (+0 -37)
ahtapotmys/roles/squid/vars/ad.yml (+12 -0)
📝 ahtapotmys/roles/squid/vars/conf_list.yml (+5 -1)
📝 ahtapotmys/roles/squid/vars/package.yml (+15 -0)
📝 ahtapotmys/roles/squid/vars/squid.yml (+2 -2)
ossim-plugins/gophish.cfg (+55 -0)

...and 3 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Pardus-Ahtapot/MYS/pull/42 **Author:** [@iercan](https://github.com/iercan) **Created:** 11/30/2018 **Status:** ✅ Merged **Merged:** 12/3/2018 **Merged by:** [@volkandod](https://github.com/volkandod) **Base:** `development` ← **Head:** `bilgi-sistemleri-izleme` --- ### 📝 Commits (8) - [`7719fb7`](https://github.com/Pardus-Ahtapot/MYS/commit/7719fb7b556b6f6fdbe36207b44a346abe7a2222) squid proxy active directory entegration - [`66fc454`](https://github.com/Pardus-Ahtapot/MYS/commit/66fc45493d43c34ee5bc4c1d8033c3380f3d4870) openvpn ossim plugin conflari eklendi - [`d15424d`](https://github.com/Pardus-Ahtapot/MYS/commit/d15424d54b60ac27bef9fb845037da3b98e89f23) Merge branch 'bilgi-sistemleri-izleme' of https://github.com/alptugay/MYS into bilgi-sistemleri-izleme - [`77e36b8`](https://github.com/Pardus-Ahtapot/MYS/commit/77e36b8480d8a073419a310c3291d9c7c62391ce) locale configuration added for ad proxy - [`da42b6a`](https://github.com/Pardus-Ahtapot/MYS/commit/da42b6a499af57fb150c17c136f1bb7c21e95a11) Merge branch 'bilgi-sistemleri-izleme' of https://github.com/alptugay/MYS into bilgi-sistemleri-izleme - [`1afbd4a`](https://github.com/Pardus-Ahtapot/MYS/commit/1afbd4ac7555f29d199f6ff02731e2bf6e319aef) gophish konfigurasyonlari eklendi. - [`b0628d2`](https://github.com/Pardus-Ahtapot/MYS/commit/b0628d2eb4e63723824fbcaf98706b4bb51bc2da) Merge branch 'bilgi-sistemleri-izleme' of https://github.com/alptugay/MYS into bilgi-sistemleri-izleme - [`35c051f`](https://github.com/Pardus-Ahtapot/MYS/commit/35c051f8d4bcf679d76aace76810e4f574003673) lkk cikis fonksiyonu eski haline donduruldu ### 📊 Changes **23 files changed** (+432 additions, -510 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `ahtapotmys/playbooks/proxy.yml` (+1 -0) 📝 `ahtapotmys/roles/firewall/templates/ahtapot-lkk.py.j2` (+3 -2) ➕ `ahtapotmys/roles/squid/tasks/ad.yml` (+100 -0) 📝 `ahtapotmys/roles/squid/tasks/main.yml` (+1 -0) ➕ `ahtapotmys/roles/squid/templates/ad_configuration/krb5.conf.j2` (+6 -0) ➕ `ahtapotmys/roles/squid/templates/ad_configuration/nsswitch.conf.j2` (+24 -0) ➕ `ahtapotmys/roles/squid/templates/ad_configuration/resolv.conf.j2` (+5 -0) ➕ `ahtapotmys/roles/squid/templates/ad_configuration/smb.conf.j2` (+35 -0) 📝 `ahtapotmys/roles/squid/templates/dansguardian/configuration/squid04.gdys.local.conf.j2` (+3 -0) ➖ `ahtapotmys/roles/squid/templates/dansguardian/configuration/squid07.gdys.local.conf.j2` (+0 -214) ➖ `ahtapotmys/roles/squid/templates/dansguardian/configuration/squid08.gdys.local.conf.j2` (+0 -214) 📝 `ahtapotmys/roles/squid/templates/squid/squid04.gdys.local.conf.j2` (+14 -3) ➖ `ahtapotmys/roles/squid/templates/squid/squid07.gdys.local.conf.j2` (+0 -37) ➖ `ahtapotmys/roles/squid/templates/squid/squid08.gdys.local.conf.j2` (+0 -37) ➕ `ahtapotmys/roles/squid/vars/ad.yml` (+12 -0) 📝 `ahtapotmys/roles/squid/vars/conf_list.yml` (+5 -1) 📝 `ahtapotmys/roles/squid/vars/package.yml` (+15 -0) 📝 `ahtapotmys/roles/squid/vars/squid.yml` (+2 -2) ➕ `ossim-plugins/gophish.cfg` (+55 -0) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:45:58 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/MYS#66
No description provided.