jdavis2@jscc.edu
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
That was the problem. Which begs the question, ‘why was it working before?’…
Thanks!
Forum: Plugins
In reply to: [Active Directory Integration] Can only authenticate one userSOLVED!
I was able to authenticate just employees by putting all employees into an AD group, checking the box under the Authorization tab that says ‘Users are authorized for login only when they are members of a specific AD group.’, and putting the group name in the blank. That killed my admin user, but now only employees can log in to WordPress.
Thanks, me, you were a great help!!! }:-)
Forum: Plugins
In reply to: [Active Directory Integration] Can only authenticate one useroh, and this PHP code works…
<?php $c = ldap_connect("myserver"); $b = ldap_bind($c, "user2@our.domain.foo","password2"); ?>Forum: Plugins
In reply to: [Active Directory Integration] Can only authenticate one userForum: Plugins
In reply to: [Active Directory Integration] Can only authenticate one userMore data…
I wrote a short PHP script to test ldap connectivity from this server.
<?php $c = ldap_connect("myserver"); $b = ldap_bind($c, "user1","password1"); ?>works fine, but
<?php $c = ldap_connect("myserver"); $b = ldap_bind($c, "user2","password2"); ?>throws an error…
Warning: ldap_bind() [function.ldap-bind]: Unable to bind to server: Invalid credentials in [line of code in file]
Viewing 5 replies - 1 through 5 (of 5 total)