I am trying to get LDAP auth to work with our active directory.
It seems that nothing is being sent to my AD server.
here's the details:
I have ldap working with php. Here is the phpinfo()
--snip--
ldap
LDAP Support enabled
RCS Version $Id: ldap.c,v 1.161.2.3.2.3 2007/01/05 15:06:55 iliaa Exp $
Total Links 0/unlimited
API Version 2004
Vendor Name Sun Microsystems Inc.
Vendor Version 400
--snip--
when I turn on the (general Options - > Debug) for LDAP I only see info when the admin user logs in or uses a bad password.
--snip--
tail -f auth.log
[14/02/2007 09:41] Local AUTH : Local Auth or LDAP Fallback
[14/02/2007 09:41] Local AUTH : User admin Successfully authentificated
[14/02/2007 09:38] Local AUTH : Local Auth or LDAP Fallback
[14/02/2007 09:44] Local AUTH : Local Auth or LDAP Fallback
--snip--
I also have been running a snoop, and I never see any data sent out to my ad server.
I have installed the following PEAR modules:
Installed packages, channel pear.php.net:
=========================================
Package Version State
Auth 1.5.0 stable
Cache_Lite 1.7.2 stable
DB 1.7.9 stable
DB_ldap 1.1.1 stable
DB_ldap2 0.4 beta
MDB2 2.3.0 stable
Net_LDAP 0.7.0 beta
----------------------------------------------------
I am not sure about some of these options, any help is appericiated.
Here is my oreon ldap config:
Enable LDAP authentification YES
LDAP Server ad.myserver.com
LDAP Port 389
LDAP Base DN DC=ad,DC=myserver,DC=com
LDAP Login Attribut ldap_search_username
Enable LDAP over SSL NO
User for search (anonymous if empty) ldap_search_username
Password correct_pass
Default LDAP filter sAMAccountName
LDAP search timeout 60
LDAP Search Size Limit 60
------------------------------------------------------------
My server info:
nagios 2.5 / oreon 1.3.3 / solaris 8
thanks guys, your product is great.
It seems that nothing is being sent to my AD server.
here's the details:
I have ldap working with php. Here is the phpinfo()
--snip--
ldap
LDAP Support enabled
RCS Version $Id: ldap.c,v 1.161.2.3.2.3 2007/01/05 15:06:55 iliaa Exp $
Total Links 0/unlimited
API Version 2004
Vendor Name Sun Microsystems Inc.
Vendor Version 400
--snip--
when I turn on the (general Options - > Debug) for LDAP I only see info when the admin user logs in or uses a bad password.
--snip--
tail -f auth.log
[14/02/2007 09:41] Local AUTH : Local Auth or LDAP Fallback
[14/02/2007 09:41] Local AUTH : User admin Successfully authentificated
[14/02/2007 09:38] Local AUTH : Local Auth or LDAP Fallback
[14/02/2007 09:44] Local AUTH : Local Auth or LDAP Fallback
--snip--
I also have been running a snoop, and I never see any data sent out to my ad server.
I have installed the following PEAR modules:
Installed packages, channel pear.php.net:
=========================================
Package Version State
Auth 1.5.0 stable
Cache_Lite 1.7.2 stable
DB 1.7.9 stable
DB_ldap 1.1.1 stable
DB_ldap2 0.4 beta
MDB2 2.3.0 stable
Net_LDAP 0.7.0 beta
----------------------------------------------------
I am not sure about some of these options, any help is appericiated.
Here is my oreon ldap config:
Enable LDAP authentification YES
LDAP Server ad.myserver.com
LDAP Port 389
LDAP Base DN DC=ad,DC=myserver,DC=com
LDAP Login Attribut ldap_search_username
Enable LDAP over SSL NO
User for search (anonymous if empty) ldap_search_username
Password correct_pass
Default LDAP filter sAMAccountName
LDAP search timeout 60
LDAP Search Size Limit 60
------------------------------------------------------------
My server info:
nagios 2.5 / oreon 1.3.3 / solaris 8
thanks guys, your product is great.
Comment