diff --git a/reference/ldap/functions/ldap-bind.xml b/reference/ldap/functions/ldap-bind.xml index 5c14fbf278..2ae235e5d8 100644 --- a/reference/ldap/functions/ldap-bind.xml +++ b/reference/ldap/functions/ldap-bind.xml @@ -1,5 +1,5 @@ - + @@ -47,6 +47,7 @@ if( $ldapconn ) echo "LDAP bind successful..."; else echo "LDAP bind failed..."; + } ?> @@ -74,7 +75,8 @@ if( $ldapconn ) echo "LDAP bind anonymous successful..."; else echo "LDAP bind anonymous failed..."; - } + +} ?> ]]>