diff options
Diffstat (limited to 'ldap.php')
-rw-r--r-- | ldap.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ldap.php b/ldap.php new file mode 100644 index 0000000..7e428be --- /dev/null +++ b/ldap.php @@ -0,0 +1,4 @@ +<?php + +var_dump($connection = ldap_connect("ldaps://ldap.google.com")); +var_dump($bind_results = ldap_bind($connection, 'AnyUsername','AnyPassword')); |