summaryrefslogtreecommitdiff
path: root/modify_ldap_user.php
diff options
context:
space:
mode:
Diffstat (limited to 'modify_ldap_user.php')
-rw-r--r--modify_ldap_user.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/modify_ldap_user.php b/modify_ldap_user.php
new file mode 100644
index 0000000..e7357f3
--- /dev/null
+++ b/modify_ldap_user.php
@@ -0,0 +1,5 @@
+<?php
+if ($_POST) {
+ print_r($_POST);
+}
+?>