latest
release v2.1.2-1 last update 31-August-2007 11:53AM |
||
X509 authentication with CAS GHThis feature is currently under development, but it is not supported
yet. In a next version, GenericHandler may also be able to authenticate users presenting x509 certificates. When a user presents an x509 certificate to CAS GH, the class:
Two modes are provided to search users in the directory: ldap_search and ldap_fastsearch, which correspond to the ldap_bind and ldap_fastbind modes used when accessing LDAP servers for authentication (see LDAP authentication with CAS GH). One may use: <x509 ldap_version="3" ldap_timeout="5" cert_attr="name"> <ldap_fastsearch search_base="uid=%u,ou=people,dc=esup-portail,dc=org" bind_dn="admin" bind_pw="secret"/> <ldap_server host="ldap.esup-portail.org" port="389" secured="no" /> <ldap_server host="replica.esup-portail.org" port="389" secured="no" /> </x509> or: <x509 ldap_version="3" ldap_timeout="5" cert_attr="name"> <ldap_search search_base="dc=univ-rennes1,dc=fr" scope="sub" filter="uid=%u" bind_dn="admin" bind_pw="secret" /> <ldap_server host="ldap.esup-portail.org" port="389" secured="no" /> <ldap_server host="replica.esup-portail.org" port="389" secured="no" /> </x509> This feature is currently under development,
but it is not supported yet.
|
||
Copyright © 2002-2004 - ESUP-Portail consortium |