Tagged Questions
0
votes
2answers
195 views
PHP ldap bind issue
I've been looking at a couple of guides (and the PHP manual) trying to validate AD users on an intranet site I'm about to make. This is the first time I've used ldap_connect, and I haven't had the ...
0
votes
0answers
2k views
Warning: ldap_bind(): Unable to bind to server: Invalid credentials PHP and LDAP
I'm trying to connect to an LDAP server to authenticate user credentials.
I've found a few users with this same issue but their solutions did not work for me.
here's what I'm using:
<?php
...
0
votes
2answers
2k views
PHP ldap_connect() problems
I am trying to get ldap_connect to work properly. It will work fine via CLI, but not when I open my php file via browser.
Here is what I believe are the relevant details:
Error message: Fatal ...
0
votes
2answers
501 views
LDAP modifying user info and preventing duplicates
Below is my code for a user modifying their own password. This form works flawlessly. Now the problem here is that I want to user to be able to change their email, phone, or even their name. I use an ...
0
votes
3answers
983 views
PHP - Catch timeout exception from ldap_connect()
I've written a little monitoring script in PHP, which should monitor a virtual directory and it's active directories. Everything works fine but when the virtual directory service freezes is my ...
0
votes
0answers
231 views
LDAP timing out using PHP unless I throttle it - EDIT: 1000 limit in ldap results
Good Morning folks,
I have several scripts which talk to an enterprise LDAP ( MS Active Directory ). I'm finding that if I don't throttle my scripts with sleep() commands I get the following error:
...
3
votes
2answers
331 views
Sanitize LDAP_bind query
I know that when I query a MySQL database in PHP from user entered data, the data should be sanitized. For a project that I am starting up, I will be authenticating against Active Directory for use ...
1
vote
1answer
356 views
LDAP validation using email address?
I am using LDAP validation , now LDAP id am using and its working fine.
I want to use email instead of ldap id. How can i add that.
What will be LDAP config for this ?
now this is working
...