Commit a50b0bba3e01837c13bcd42fdc906d3e4cc0d42d
1 parent
1cea63c0
Updating old test with a less believable test password.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2869 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
2 deletions
tests/authentication/ldap.php
| 1 | <?php | 1 | <?php |
| 2 | echo "<pre>"; | 2 | echo "<pre>"; |
| 3 | $user="michael"; | 3 | $user="michael"; |
| 4 | -$password="psychOPomPous03"; | ||
| 5 | -//$password="michael"; | 4 | +s$password="michael"; |
| 6 | $ldap["domain"]="jamwarehouse.com"; | 5 | $ldap["domain"]="jamwarehouse.com"; |
| 7 | $ldap["dn"]=$user."@".$ldap["domain"]; //microsoft ldap wants the username@domai | 6 | $ldap["dn"]=$user."@".$ldap["domain"]; //microsoft ldap wants the username@domai |
| 8 | n for authentication | 7 | n for authentication |