Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
dev-manual
Commits
9ae0d30d
Commit
9ae0d30d
authored
3 years ago
by
Côme Chilliet
Browse files
Options
Download
Patches
Plain Diff
fix(doc) Add installation and requirements sections
issue #54
parent
b4305432
dev
1.4
92-migration-explain-how-obsolete-work-in-the-dev-manual-and-update-our-logic
master
fusiondirectory-1.4
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/fusiondirectory/libraries/ldap.rst
+11
-0
source/fusiondirectory/libraries/ldap.rst
with
11 additions
and
0 deletions
+11
-0
source/fusiondirectory/libraries/ldap.rst
+
11
−
0
View file @
9ae0d30d
...
...
@@ -4,6 +4,16 @@
This library aim to contain an easy to use object oriented interface to bind to an LDAP server and send requests to it.
It also contains a few helpers related to LDAP protocol.
Requirements
------------
This library needs PHP 7.3 or newer.
Installation
------------
You must put the src/FusionDirectory folder in the include_path of your PHP configuration.
Example
-------
...
...
@@ -46,6 +56,7 @@ Example
'ou' => 'entry'
]
);
/* Throw Ldap\Exception if the add operation returned an error */
$add->assert();
Other useful helpers
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets