diff --git a/docs/40_Configuration.md b/docs/40_Configuration.md index 7964db10f91694df77a9deb9b0b239625abe7924..9d9fff5a043c8856421a200bb7f66549acaf3909 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 6b08842ba686f30ef7a6a50a66b606ed58cbc2f4..a6010dbd1ec2b7aeb65285ac14629d79679133a9 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