On Fri, Oct 21, 2011 at 12:16 PM, Kalimuthu Samayan
wrote:
> but I am failing to have additional features listed below to authentication
> like,
>
> -Search and Bind a user in LDAP by passing Group ID who can authorise any
> specific user belongs to the group
Look here for group-based authorizati
Hi Tom,
Thanks for mailing. Please find the code I do have for LDAP authentication
in apache2.0.64,
AuthType Basic
AuthName "Stooges Web Site: Login with email address"
AuthLDAPEnabled on
AuthLDAPURL ldaps://ldap.*your-domain*.com:636/o=stooges?mail
AuthLDAPBindDN "cn=StoogeAdmin,
I did this using a directive--you can put your LDAP auth stuff
there and apply it to the top-level file system directory of your application.
Users won't be able to bypass that. (I'm assuming that you're currently using a
directive and that your entire application lives in a single
directory
Hi,
I have used Apache httpd directives to configure the authenticating the
users against LDAP database using httpd modules, mod_authz_ldap and
mod_ldap. The authentication looks ok, but not able to find any specific
directives or way to stop users bypassing web server login and try hitting
applic