From d7db2552a7ddc8fa5f9d95edd6e55f074e1eda65 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 12 Jul 2024 13:07:16 +0200 Subject: [PATCH] update docs --- docs/40_Configuration.md | 2 +- docs/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/40_Configuration.md b/docs/40_Configuration.md index 7964db1..9d9fff5 100644 --- a/docs/40_Configuration.md +++ b/docs/40_Configuration.md @@ -7,7 +7,7 @@ Var | Type | Desciption | `server` | string | Server connection with "ldap(s)://host[:port]" | 'ldaps://ldap.example.com' `DnLdapUser` | string | Bind user as ldap rdn or dn | 'cn=Lookup,ou=ServiceAccounts,dc=org,dc=example.com' `PwLdapUser` | string | password for bind user | 'PasswordOfLookupUser' -`DnUserNode` | string | for user metods: set a DN where users are | 'ou=People,ou=ORG,dc=org,dc=example.com' +`DnUserNode` | string | for user methods: set a DN where users are | 'ou=People,ou=ORG,dc=org,dc=example.com' `protoVersion` | integer | ldap protocol version | 3 `debugLevel` | integer | Value for LDAP_OPT_DEBUG_LEVEL when using debugOn() | 7 diff --git a/docs/_index.md b/docs/_index.md index 6b08842..a6010db 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -11,7 +11,7 @@ A PHP class that I use 👤 Author: Axel Hahn; Institute for Medical Education; University of Bern \ 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/ldap-php-class> \ -📜 License: GNU GPL 3.0 +📜 License: GNU GPL 3.0 \ 📗 Docs: <https://os-docs.iml.unibe.ch/ldap-php-class/> ## Requirements -- GitLab