Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
ce209ab6
Commit
ce209ab6
authored
Feb 06, 2008
by
Nigel McNie
Browse files
Whitespace fix.
parent
6e3ce750
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/auth/ldap/lib.php
View file @
ce209ab6
...
...
@@ -85,7 +85,7 @@ class AuthLdap extends Auth {
$username
=
$user
->
username
;
// check ldap functionality exists
if
(
!
function_exists
(
'ldap_bind'
))
{
if
(
!
function_exists
(
'ldap_bind'
))
{
throw
new
AuthUnknownUserException
(
'LDAP is not available in your PHP environment. Check that it is properly installed'
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment