Skip to content

Commit 61ab7b8

Browse files
authored
feat: switch to community (#19)
1 parent dfc6415 commit 61ab7b8

File tree

5 files changed

+32
-32
lines changed

5 files changed

+32
-32
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: "GLPI professional support"
4+
url: "https://services.glpi-network.com"
5+
about: "Get professional support from the editor and a network of local partners."
6+
- name: "Find an official partner"
7+
url: "https://glpi-project.org/partners/"
8+
about: "Get support to deploy GLPI in a professional manner."
9+
- name: "GLPI Community Forum"
10+
url: "https://forum.glpi-project.org"
11+
about: "Ask questions and get help from the community."

.github/workflows/gitlab-mirroring.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "Publish release"
2+
3+
on:
4+
push:
5+
tags:
6+
- '*'
7+
8+
jobs:
9+
publish-release:
10+
permissions:
11+
contents: "write"
12+
name: "Publish release"
13+
uses: "glpi-project/plugin-release-workflows/.github/workflows/publish-release.yml@v1"

ldaptools.xml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<name>LDAP Tools</name>
33
<key>ldaptools</key>
44
<state>stable</state>
5-
<logo>https://services.glpi-network.com/api/glpi-network/1792/logo.png</logo>
5+
<logo>https://raw.githubusercontent.com/pluginsglpi/ldaptools/main/docs/logo.png</logo>
66
<description>
77
<short>
88
<en>LDAP Tools for GLPI</en>
@@ -24,7 +24,6 @@ Performs various tests on all the LDAP directories declared in GLPI:
2424
6. perform a specific LDAP Search (with LDAP Filter configured) and try to count first entries
2525
7. get and display all LDAP attributes available on the first entry found
2626

27-
Subscribe to [GLPI-Network](https://services.glpi-network.com/) to get it.
2827
</en>
2928
<fr>
3029
Ce plugin offre plusieurs outils en lien avec les annuaires LDAP déclarés dans GLPI.
@@ -38,17 +37,16 @@ Effectue différents tests sur tous les annuaires LDAP déclarés dans GLPI :
3837
3. lance un "ldap_connect" pour valider l'URI LDAP
3938
4. exécute ou non une authentification LDAP BIND (avec utilisateur/mot de passe, ou certificat/clé TLS)
4039
5. effectue une recherche LDAP générique (avec cn=\*) et essaye de compter les premières entrées
41-
6. effectue une recherche LDAP spécifique (avec le filtre LDAP configuré) et essaye de compter les premières entrées
40+
6. effectue une recherche LDAP spécifique (avec le filtre LDAP configuré) et essaye de compter les premières entrées
4241
7. récupère et affiche les attributs LDAP disponible sur la première entrée trouvée
4342

44-
Souscrivez à [GLPI-Network](https://services.glpi-network.com/) pour en bénéficier.
4543
</fr>
4644
</long>
4745
</description>
48-
<homepage>https://services.glpi-network.com/</homepage>
49-
<download>https://services.glpi-network.com/</download>
50-
<issues>https://services.glpi-network.com/</issues>
51-
<readme>https://services.glpi-network.com/documentation/1792/file/README.md</readme>
46+
<homepage>https://github.com/pluginsglpi/ldaptools</homepage>
47+
<download>https://github.com/pluginsglpi/ldaptools/releases</download>
48+
<issues>https://github.com/pluginsglpi/ldaptools/issues</issues>
49+
<readme>https://github.com/pluginsglpi/ldaptools/blob/main/README.md</readme>
5250
<authors>
5351
<author>Teclib'</author>
5452
</authors>
@@ -90,6 +88,6 @@ Souscrivez à [GLPI-Network](https://services.glpi-network.com/) pour en bénéf
9088
</lang>
9189
</tags>
9290
<screenshots>
93-
<screenshot>https://services.glpi-network.com/documentation/1792/download_file/main/docs/screenshots/test.all.fullresult.png</screenshot>
91+
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/ldaptools/main/docs/screenshots/test.all.fullresult.png</screenshot>
9492
</screenshots>
9593
</root>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function plugin_version_ldaptools()
7878
'version' => PLUGIN_LDAPTOOLS_VERSION,
7979
'author' => '<a href="https://services.glpi-network.com">teclib\'</a>',
8080
'license' => 'GPLv3',
81-
'homepage' => 'https://services.glpi-network.com',
81+
'homepage' => 'https://github.com/pluginsglpi/ldaptools',
8282
'requirements' => [
8383
'glpi' => [
8484
'min' => PLUGIN_LDAPTOOLS_MIN_GLPI,

0 commit comments

Comments
 (0)