Re: Problem with ldap authentication against domino server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Thursday, January 06, 2011 03:36:13 pm Sebastian Reitenbach wrote:
> Hi,
> 
> I have LDAP authentication working against openldap. But I have to
> authenticate against an Lotus Domino Server.
> 
> below the contents of my .htaccess file:
> 
> AuthType Basic
> AuthBasicProvider ldap
> AuthName "LDAP"
> #AuthLDAPURL "ldap://openldapserver:389/ou=people,dc=intern";
> AuthLDAPURL "ldap://dominoserver:389/?uid";
> AuthzLDAPAuthoritative on
> #require valid-user
> require ldap-user user
> #require ldap-group cn=admin
> #require ldap-attribute gidnumber=1011
> Satisfy any
> 
Sorry for my late reply, and thanks for your answers. I haven't found them in 
my inbox/trash/spam folder/..., just by googling, I found them accidently in 
the mailing list archives, so answering myself here.

To Eric:
Analyzing the network traffic with wireshark, and enabling activity logging on 
the domino server, I found that the module connects to the domino server 
anonymously, and then issues the compare request. The domino server then 
returns ldap response 50: Insufficient access rights.

Huh, now I need to find out whether I can tell the domino server to allow 
anonymous compare requests.

Or on the other hand, is it possible to tell mod_authnz_ldap to bind as the 
user instead of anonymous to make the compare request?

To Igor:
its in .htaccess only for testing, too lazy to restart the apache every time I 
make a change ;)

Sebastian

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux