This is a discussion on LDAP configuration for Apache 2.x (Win32) within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, I have a little question according to your mod_auth_ldap Module. I have the follow ADS scenario: * company.net (DC=...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I have a little question according to your mod_auth_ldap Module. I have the follow ADS scenario: * company.net (DC=company,DC=net) * de.company.net (DC=de,DC=company,DC=net) * it.company.net (DC=it,DC=company,DC=net) * es.company.net (DC=es,DC=company,DC=net) * ww.company.net (DC=ww,DC=company,DC=net) * ...... and this Apache configuration: "mod_auth_ldap Release 2.12 for Apache 2.x" <Directory "d:/wampp2/htdocs/shop"> Options Indexes FollowSymLinks AllowOverride None order allow,deny allow from all AuthName "Login" AuthType Basic LDAP_Debug On LDAP_Server 10.0.0.99 LDAP_Port 389 Base_DN "DC=de,DC=company,DC=net" Bind_DN "cn=_apache, ou=dep, dc=de, dc=company, dc=net" Bind_Pass "****" UID_Attr sAMAccountName require valid-user </Directory> Is it possible to configure the apache, that all users regardless of which domain they come from (it.company.net, es.company.net ...) can authenticate? At the moment it is only possible, that the users from de.company.net can logon, but I want to start search from the toplevel domain company.net through xx.company.net Do you have any ideas for my problem? Kind regards, MadMax ---------------------------------------- The post originated from Apache Freaks: ---------------------------------------- http://www.apachefreaks.com http://www.apachefreaks.com/forums |
|
|||
|
MadMax <qui-gon.jinn@germanynet-dot-de.no-spam.invalid> wrote:
> I have a little question according to your mod_auth_ldap Module. To WHOSE module? > Is it possible to configure the apache, that all users regardless of > which domain they come from (it.company.net, es.company.net ...) can > authenticate? If you use ou instead of dc there is no problem, every user is a 'user', regardless of the OU you put them into. Davide -- | Never settle with words what you can accomplish with a flame thrower. | | | |