-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathldaptools.xml
More file actions
98 lines (90 loc) · 3.51 KB
/
ldaptools.xml
File metadata and controls
98 lines (90 loc) · 3.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<root>
<name>LDAP Tools</name>
<key>ldaptools</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsglpi/ldaptools/main/docs/logo.png</logo>
<description>
<short>
<en>LDAP Tools for GLPI</en>
<fr>Outils LDAP pour GLPI</fr>
</short>
<long>
<en>
This plugin offers several tools related to LDAP directories declared in GLPI.
# First tool : LDAP configurations tests
Performs various tests on all the LDAP directories declared in GLPI:
1. test if TCP stream is opened from GLPI to LDAP server hostname / port
2. check is "BaseDN" field is filled in correctly
3. initiate an "ldap_connect" to validate the LDAP URI
4. execute or not an LDAP BIND authentication (with user/password, or TLS cert/key)
5. perform a generic LDAP Search (with cn=\*) and try to count first entries
6. perform a specific LDAP Search (with LDAP Filter configured) and try to count first entries
7. get and display all LDAP attributes available on the first entry found
</en>
<fr>
Ce plugin offre plusieurs outils en lien avec les annuaires LDAP déclarés dans GLPI.
# Premier outil : LDAP test des configurations
Effectue différents tests sur tous les annuaires LDAP déclarés dans GLPI :
1. test si le flux TCP est ouvert entre GLPI et le hostname/port du serveur LDAP
2. vérifie que le champ "BaseDN" est correctement rempli
3. lance un "ldap_connect" pour valider l'URI LDAP
4. exécute ou non une authentification LDAP BIND (avec utilisateur/mot de passe, ou certificat/clé TLS)
5. effectue une recherche LDAP générique (avec cn=\*) et essaye de compter les premières entrées
6. effectue une recherche LDAP spécifique (avec le filtre LDAP configuré) et essaye de compter les premières entrées
7. récupère et affiche les attributs LDAP disponible sur la première entrée trouvée
</fr>
</long>
</description>
<homepage>https://github.com/pluginsglpi/ldaptools</homepage>
<download>https://github.com/pluginsglpi/ldaptools/releases</download>
<issues>https://github.com/pluginsglpi/ldaptools/issues</issues>
<readme>https://help.glpi-project.org/doc-plugins/ldaptools</readme>
<authors>
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>0.2.0</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/ldaptools/releases/download/0.2.0/glpi-ldaptools-0.2.0.tar.bz2</download_url>
</version>
<version>
<num>0.1.0</num>
<compatibility>~9.5.0 | ~10.0.0</compatibility>
</version>
<version>
<num>0.0.3</num>
<compatibility>~9.5.0 | ~10.0.0</compatibility>
</version>
<version>
<num>0.0.2</num>
<compatibility>~9.5.0 | ~10.0.0</compatibility>
</version>
<version>
<num>0.0.1</num>
<compatibility>~9.5.0 | ~10.0.0</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>GPL V3+</license>
<tags>
<en>
<tag>LDAP</tag>
<tag>Authentification</tag>
<tag>Setup</tag>
<tag>GLPI-Network</tag>
</en>
<lang>
<tag>LDAP</tag>
<tag>Authentification</tag>
<tag>Configuration</tag>
<tag>GLPI-Network</tag>
</lang>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/ldaptools/main/docs/screenshots/test.all.fullresult.png</screenshot>
</screenshots>
</root>